Package com.kaltura.client.services
Class TagService
- java.lang.Object
-
- com.kaltura.client.services.TagService
-
public class TagService extends Object
Search object tags
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTagService.DeletePendingTagBuilderstatic classTagService.IndexCategoryEntryTagsTagBuilderstatic classTagService.SearchTagBuilder
-
Constructor Summary
Constructors Constructor Description TagService()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TagService.DeletePendingTagBuilderdeletePending()Action goes over all tags with instanceCount==0 and checks whether they need to be removed from the DB.static TagService.IndexCategoryEntryTagsTagBuilderindexCategoryEntryTags(int categoryId, String pcToDecrement, String pcToIncrement)static TagService.SearchTagBuildersearch(TagFilter tagFilter)static TagService.SearchTagBuildersearch(TagFilter tagFilter, FilterPager pager)
-
-
-
Method Detail
-
deletePending
public static TagService.DeletePendingTagBuilder deletePending()
Action goes over all tags with instanceCount==0 and checks whether they need to be removed from the DB. Returns number of removed tags.
-
indexCategoryEntryTags
public static TagService.IndexCategoryEntryTagsTagBuilder indexCategoryEntryTags(int categoryId, String pcToDecrement, String pcToIncrement)
-
search
public static TagService.SearchTagBuilder search(TagFilter tagFilter)
-
search
public static TagService.SearchTagBuilder search(TagFilter tagFilter, FilterPager pager)
-
-