com.polarion.alm.tracker.model.signatures.IDocumentWorkflowSignature


FIELDS
Modifiers and TypeNameDescription
String PROTO
String KEY_BRANCHED_FROM
METHODS
Modifiers and TypeNameDescription
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