Uses of Class
org.alfresco.governance.classification.model.SecuringMarksPaging
Packages that use SecuringMarksPaging
Package
Description
-
Uses of SecuringMarksPaging in org.alfresco.governance.classification.handler
Methods in org.alfresco.governance.classification.handler that return types with arguments of type SecuringMarksPagingModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<SecuringMarksPaging>SecuredNodesApi.getSecuringMarks(String nodeId, @Min(0L) @Valid Integer skipCount, @Min(1L) @Valid Integer maxItems) org.springframework.http.ResponseEntity<SecuringMarksPaging>AuthorityClearanceApi.updateAuthorityClearance(String authorityId, @Valid SecurityMarksUpdateBody authorityClearance) org.springframework.http.ResponseEntity<SecuringMarksPaging>SecuredNodesApi.updateSecuringMarks(String nodeId, @Valid SecurityMarksUpdateBody securityMarksUpdates) -
Uses of SecuringMarksPaging in org.alfresco.governance.classification.model
Methods in org.alfresco.governance.classification.model that return SecuringMarksPaging