Uses of Class
org.alfresco.governance.classification.model.DeclassificationExemptionsPaging
-
Packages that use DeclassificationExemptionsPaging Package Description org.alfresco.governance.classification.handler org.alfresco.governance.classification.model -
-
Uses of DeclassificationExemptionsPaging in org.alfresco.governance.classification.handler
Methods in org.alfresco.governance.classification.handler that return types with arguments of type DeclassificationExemptionsPaging Modifier and Type Method Description org.springframework.http.ResponseEntity<DeclassificationExemptionsPaging>DeclassificationExemptionsApi. listDeclassificationExemptions(@Min(0L) @Valid Integer skipCount, @Min(1L) @Valid Integer maxItems) -
Uses of DeclassificationExemptionsPaging in org.alfresco.governance.classification.model
Methods in org.alfresco.governance.classification.model that return DeclassificationExemptionsPaging Modifier and Type Method Description DeclassificationExemptionsPagingDeclassificationExemptionsPaging. list(DeclassificationExemptionsPagingList list)
-