Uses of Class
org.alfresco.governance.classification.model.ClassificationReasonsPaging
-
Packages that use ClassificationReasonsPaging Package Description org.alfresco.governance.classification.handler org.alfresco.governance.classification.model -
-
Uses of ClassificationReasonsPaging in org.alfresco.governance.classification.handler
Methods in org.alfresco.governance.classification.handler that return types with arguments of type ClassificationReasonsPaging Modifier and Type Method Description org.springframework.http.ResponseEntity<ClassificationReasonsPaging>ClassificationReasonsApi. listClassificationReasons(@Min(0L) @Valid Integer skipCount, @Min(1L) @Valid Integer maxItems, @Valid List<String> fields) -
Uses of ClassificationReasonsPaging in org.alfresco.governance.classification.model
Methods in org.alfresco.governance.classification.model that return ClassificationReasonsPaging Modifier and Type Method Description ClassificationReasonsPagingClassificationReasonsPaging. list(ClassificationReasonsPagingList list)
-