com.polarion.alm.tracker.model.signatures.IDocumentWorkflowSignature
FIELDS
Modifiers and Type | Name | Description |
---|---|---|
String | PROTO | |
String | KEY_BRANCHED_FROM |
METHODS
Modifiers and Type | Name | Description |
---|---|---|
IDocumentWorkflowSignature | getBranchedFrom() | The signature of which this workflow signature is a branch. If filled, {@link #getWorkflowObject()} is a document branched from {@link #getBranchedFrom()} and the signature was created before branching and was copied to this document as this signature. |
void | setBranchedFrom(IDocumentWorkflowSignature) |
Back to Index