Uses of Enum Class
org.kuali.rice.kew.framework.document.security.DocumentTypeAuthorizer.ActionArgument
Packages that use DocumentTypeAuthorizer.ActionArgument
-
Uses of DocumentTypeAuthorizer.ActionArgument in org.kuali.rice.kew.framework.document.security
Methods in org.kuali.rice.kew.framework.document.security that return DocumentTypeAuthorizer.ActionArgumentModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.DocumentTypeAuthorizer.ActionArgument.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.kuali.rice.kew.framework.document.security with type arguments of type DocumentTypeAuthorizer.ActionArgumentModifier and TypeMethodDescriptionDocumentTypeAuthorizer.isActionAuthorized(AuthorizableAction action, String principalId, org.kuali.rice.kew.api.doctype.DocumentType documentType, org.kuali.rice.kew.api.document.Document document, Map<DocumentTypeAuthorizer.ActionArgument, Object> actionParameters) Check whether specified action is authorized.