Uses of Enum Class
org.kuali.rice.krad.uif.UifConstants.WorkflowAction
Packages that use UifConstants.WorkflowAction
-
Uses of UifConstants.WorkflowAction in org.kuali.rice.krad.document
Methods in org.kuali.rice.krad.document with parameters of type UifConstants.WorkflowActionModifier and TypeMethodDescriptionvoidDocumentControllerService.performWorkflowAction(DocumentFormBase form, UifConstants.WorkflowAction action) Invokes theDocumentServiceto carry out a request workflow action and adds a success message, if requested a check for sensitive data is also performed.voidDocumentControllerService.performWorkflowAction(DocumentFormBase form, UifConstants.WorkflowAction action, DocumentEvent documentEvent) Invokes theDocumentServiceto carry out a request workflow action and adds a success message, if requested a check for sensitive data is also performed.voidDocumentControllerServiceImpl.performWorkflowAction(DocumentFormBase form, UifConstants.WorkflowAction action) Invokes theDocumentServiceto carry out a request workflow action and adds a success message, if requested a check for sensitive data is also performed.voidDocumentControllerServiceImpl.performWorkflowAction(DocumentFormBase form, UifConstants.WorkflowAction action, DocumentEvent documentEvent) Invokes theDocumentServiceto carry out a request workflow action and adds a success message, if requested a check for sensitive data is also performed. -
Uses of UifConstants.WorkflowAction in org.kuali.rice.krad.uif
Methods in org.kuali.rice.krad.uif that return UifConstants.WorkflowActionModifier and TypeMethodDescriptionstatic UifConstants.WorkflowActionReturns the enum constant of this class with the specified name.static UifConstants.WorkflowAction[]UifConstants.WorkflowAction.values()Returns an array containing the constants of this enum class, in the order they are declared.