Class PagedTagsWrapper

java.lang.Object
org.alfresco.repo.tagging.script.PagedTagsWrapper

public class PagedTagsWrapper extends Object
Stores total tags count together with tags to be sent to UI
Author:
Viachaslau Tsikhanovich
  • Constructor Details

    • PagedTagsWrapper

      public PagedTagsWrapper(String[] tagNames, int total)
  • Method Details

    • getTagNames

      public String[] getTagNames()
    • setTagNames

      public void setTagNames(String[] tagNames)
    • getTotal

      public String getTotal()
    • setTotal

      public void setTotal(int total)