Uses of Class
org.alfresco.governance.classification.model.SubtopicPaging
-
Packages that use SubtopicPaging Package Description org.alfresco.governance.classification.handler org.alfresco.governance.classification.model -
-
Uses of SubtopicPaging in org.alfresco.governance.classification.handler
Methods in org.alfresco.governance.classification.handler that return types with arguments of type SubtopicPaging Modifier and Type Method Description org.springframework.http.ResponseEntity<SubtopicPaging>ClassificationGuidesApi. listSubtopics(String topicId, @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 SubtopicPaging in org.alfresco.governance.classification.model
Methods in org.alfresco.governance.classification.model that return SubtopicPaging Modifier and Type Method Description SubtopicPagingSubtopicPaging. list(TopicPagingList list)
-