com.polarion.alm.tracker.model.signatures.IWorkflowSignaturesManager
METHODS
Modifiers and Type | Name | Description |
---|---|---|
List | getSortedWorkflowSignatures() | Returns unmodifiable list of all existing workflow signatures. Workflow signatures are sorted first by transition revision number, with workflow signatures without transition revision at the end, and then according to the target workflow status (sort order of statuses is defined by the enumeration). |
T | addWorkflowSignature(IStatusOpt) | Adds open workflow signature for the target workflow status, or returns existing one. |
T | getWorkflowSignature(IStatusOpt) | Returns existing open workflow signature for target workflow status, or null . |
void | removeWorkflowSignature(IStatusOpt) | Removes open workflow signature for the target workflow status, if there is such workflow signature. |
IEnumeration<ISignatureVerdictOpt> | getVerdictEnumeration() | Returns the verdict enumeration for convenience. It will typically be used to convert verdict ID to {@link ISignatureVerdictOpt} . |
Back to Index