com.polarion.alm.tracker.model.signatures.ISignatureData
FIELDS
| Modifiers and Type | Name | Description |
|---|---|---|
| String | KEY_VERDICT | |
| String | KEY_TARGET_STATUS_ID | |
| String | KEY_SIGNER_ROLE | |
| String | KEY_WORKFLOW_ACTION_ID | |
| String | KEY_WORKFLOW_SIGNATURE |
METHODS
| Modifiers and Type | Name | Description |
|---|---|---|
| IStatusOpt | getTargetStatus() | Returns the target workflow status of the comment's parent object, i.e. the workflow status in context of which the comment was added. |
| String | getWorkflowActionId() | Returns the workflow action ID of the corresponding workflow action. |
| String | getWorkflowActionLabel() | Returns the workflow action name to display. |
| void | setVerdictData(String,String) | Sets verdict signature data. |
| ISignatureVerdictOpt | getVerdict() | If the corresponding comment is a verdict comment, returns the signature verdict - signed or declined. Returns null if the parent comment is not a verdict comment. A verdict comment is a comment which was added when setting signed or declined verdict of the comment's parent object. |
| String | getSignerRole() | If the corresponding comment is a verdict comment, returns the signer role of the author of that comment. A verdict comment is a comment which was added when setting signed or declined verdict of the comment's parent object. |
| IWorkflowSignature | getWorkflowSignature() | Workflow signature for which this comment was created. |
Back to Index