com.polarion.alm.tracker.workflow.config.IAction
METHODS
| Modifiers and Type | Name | Description |
|---|---|---|
| String | getId() | |
| String | getName() | |
| Set | getRoles() | |
| Set | getConditions() | |
| Set | getFunctions() | |
| List | getNotRecognizedConditionsMessages() | |
| List | getNotRecognizedFunctionsMessages() | |
| String | getNotRecognizedSignaturePolicyMessage() | |
| Set | getRequired() | |
| Set | getCleared() | |
| IActionSignaturesConfiguration | getSignaturesConfiguration() | Returns the signature related settings for this action. |
| void | verify(IContributionsManager) | Verifies, whether all operations (conditions and functions) used in this operation do exist. |
Back to Index