Package org.alfresco.repo.tagging.script
Class PagedTagsWrapper
- java.lang.Object
-
- org.alfresco.repo.tagging.script.PagedTagsWrapper
-
public class PagedTagsWrapper extends java.lang.ObjectStores total tags count together with tags to be sent to UI- Author:
- Viachaslau Tsikhanovich
-
-
Constructor Summary
Constructors Constructor Description PagedTagsWrapper(java.lang.String[] tagNames, int total)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]getTagNames()java.lang.StringgetTotal()voidsetTagNames(java.lang.String[] tagNames)voidsetTotal(int total)
-