com.polarion.alm.tracker.model.signatures.ISignature
FIELDS
Modifiers and Type | Name | Description |
---|---|---|
String | STRUCTURE_ID | |
String | KEY_SIGNED_BY | |
String | KEY_VERDICT | |
String | KEY_VERDICT_TIME | |
String | KEY_SIGNED_REVISION | |
String | KEY_SIGNER_ROLE | |
String | KET_VERDICT_COMMENT | |
String | ENUM_ID_SIGNATURE_VERDICT |
METHODS
Modifiers and Type | Name | Description |
---|---|---|
IUser | getSignedBy() | |
ISignatureVerdictOpt | getVerdict() | |
ISignature | sign(String) | Sets the verdict with current verdict time and revision. To modify the revision, call {@link #setSignedRevision(String)} afterwards. |
void | setSignedRevision(String) | Sets the revision of the signature. Should be called after {@link #sign(String)} |
void | setVerdict(ISignatureVerdictOpt) | Sets the verdict of the signature. |
Date | getVerdictTime() | Time when verdict was set, or null if this signature is pending. |
String | getSignedRevision() | Returns revision of the parent object for which the verdict applies, or null if this signature is pending. |
String | getSignerRole() | |
void | setSignerRole(String) | |
void | setVerdictComment(ICommentBase) | Sets the verdict comment. The comment must belong to the workflow object of the containing workflow signature (so e.g. for {@link IDocumentWorkflowSignature} ) it has to be {@link IModuleComment} . |
ICommentBase | getVerdictComment() |
Back to Index