Uses of Enum Class
org.kuali.rice.kew.framework.document.security.AuthorizableAction.CheckType
Packages that use AuthorizableAction.CheckType
-
Uses of AuthorizableAction.CheckType in org.kuali.rice.kew.framework.document.security
Fields in org.kuali.rice.kew.framework.document.security declared as AuthorizableAction.CheckTypeMethods in org.kuali.rice.kew.framework.document.security that return AuthorizableAction.CheckTypeModifier and TypeMethodDescriptionstatic AuthorizableAction.CheckTypeReturns the enum constant of this class with the specified name.static AuthorizableAction.CheckType[]AuthorizableAction.CheckType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.kuali.rice.kew.framework.document.security with parameters of type AuthorizableAction.CheckTypeModifierConstructorDescriptionAuthorizableAction(AuthorizableAction.CheckType checkType) Construct AuthorizableAction for non-action CheckTypeAuthorizableAction(AuthorizableAction.CheckType checkType, ActionType actionType)