Uses of Class
org.kuali.rice.kew.framework.document.security.DocumentSecurityDirective
Packages that use DocumentSecurityDirective
-
Uses of DocumentSecurityDirective in org.kuali.rice.kew.framework.document.security
Methods in org.kuali.rice.kew.framework.document.security that return DocumentSecurityDirectiveModifier and TypeMethodDescriptionstatic DocumentSecurityDirectiveDocumentSecurityDirective.create(List<String> documentSecurityAttributeNames, List<org.kuali.rice.kew.api.document.Document> documents) Creates a new security directive from the given list of document secruity attribute names and documents.Method parameters in org.kuali.rice.kew.framework.document.security with type arguments of type DocumentSecurityDirectiveModifier and TypeMethodDescriptionDocumentSecurityHandlerService.getAuthorizedDocumentIds(String principalId, List<DocumentSecurityDirective> documentSecurityDirectives) Returns a list of document ids from the given list of document security directives for which the principal with the given principal id is allowed to view.