Uses of Class
org.alfresco.governance.classification.model.TopicPaging
-
Packages that use TopicPaging Package Description org.alfresco.governance.classification.handler org.alfresco.governance.classification.model -
-
Uses of TopicPaging in org.alfresco.governance.classification.handler
Methods in org.alfresco.governance.classification.handler that return types with arguments of type TopicPaging Modifier and Type Method Description org.springframework.http.ResponseEntity<TopicPaging>ClassificationGuidesApi. listTopics(String classificationGuideId, @Valid List<String> include, @Min(0L) @Valid Integer skipCount, @Min(1L) @Valid Integer maxItems, @Valid List<String> orderBy, @Valid String where, @Valid Boolean includeSource) -
Uses of TopicPaging in org.alfresco.governance.classification.model
Methods in org.alfresco.governance.classification.model that return TopicPaging Modifier and Type Method Description TopicPagingTopicPaging. list(TopicPagingList list)
-