Uses of Class
org.kuali.rice.kew.doctype.DocumentTypeSecurity
Packages that use DocumentTypeSecurity
Package
Description
-
Uses of DocumentTypeSecurity in org.kuali.rice.kew.doctype
Methods in org.kuali.rice.kew.doctype that return types with arguments of type DocumentTypeSecurityMethod parameters in org.kuali.rice.kew.doctype with type arguments of type DocumentTypeSecurityModifier and TypeMethodDescriptionvoidSecuritySession.setDocumentTypeSecurity(Map<String, DocumentTypeSecurity> documentTypeSecurity) -
Uses of DocumentTypeSecurity in org.kuali.rice.kew.doctype.bo
Methods in org.kuali.rice.kew.doctype.bo that return DocumentTypeSecurity -
Uses of DocumentTypeSecurity in org.kuali.rice.kew.doctype.service.impl
Methods in org.kuali.rice.kew.doctype.service.impl that return DocumentTypeSecurityModifier and TypeMethodDescriptionprotected DocumentTypeSecurityDocumentSecurityServiceImpl.getDocumentTypeSecurity(String documentTypeName, SecuritySession session) Methods in org.kuali.rice.kew.doctype.service.impl with parameters of type DocumentTypeSecurityModifier and TypeMethodDescriptionprotected booleanDocumentSecurityServiceImpl.checkStandardAuthorization(DocumentTypeSecurity security, String principalId, Document document, SecuritySession securitySession) protected List<org.kuali.rice.kew.framework.document.security.DocumentSecurityAttribute>DocumentSecurityServiceImpl.getImmediateSecurityAttributes(Document document, DocumentTypeSecurity security, SecuritySession securitySession) protected org.springframework.util.MultiValueMap<String,ExtensionDefinition> DocumentSecurityServiceImpl.loadExtensionDefinitions(DocumentTypeSecurity security, SecuritySession securitySession)