| Package | Description |
|---|---|
| org.kuali.rice.krad.document | |
| org.kuali.rice.krad.uif |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentControllerServiceImpl.performWorkflowAction(DocumentFormBase form,
UifConstants.WorkflowAction action)
Invokes the
DocumentService to carry out a request workflow action and adds a
success message, if requested a check for sensitive data is also performed. |
void |
DocumentControllerService.performWorkflowAction(DocumentFormBase form,
UifConstants.WorkflowAction action)
Invokes the
DocumentService to carry out a request workflow action and adds a
success message, if requested a check for sensitive data is also performed. |
void |
DocumentControllerServiceImpl.performWorkflowAction(DocumentFormBase form,
UifConstants.WorkflowAction action,
DocumentEvent documentEvent)
Invokes the
DocumentService to carry out a request workflow action and adds a
success message, if requested a check for sensitive data is also performed. |
void |
DocumentControllerService.performWorkflowAction(DocumentFormBase form,
UifConstants.WorkflowAction action,
DocumentEvent documentEvent)
Invokes the
DocumentService to carry out a request workflow action and adds a
success message, if requested a check for sensitive data is also performed. |
| Modifier and Type | Method and Description |
|---|---|
static UifConstants.WorkflowAction |
UifConstants.WorkflowAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UifConstants.WorkflowAction[] |
UifConstants.WorkflowAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.