Uses of Interface
com.polarion.alm.tracker.model.signatures.IDocumentWorkflowSignature
Packages that use IDocumentWorkflowSignature
-
Uses of IDocumentWorkflowSignature in com.polarion.alm.tracker.model
Methods in com.polarion.alm.tracker.model that return types with arguments of type IDocumentWorkflowSignature -
Uses of IDocumentWorkflowSignature in com.polarion.alm.tracker.model.signatures
Methods in com.polarion.alm.tracker.model.signatures that return IDocumentWorkflowSignatureModifier and TypeMethodDescriptionIDocumentWorkflowSignaturesManager.addWorkflowSignature(IStatusOpt targetStatus) Adds open workflow signature for the target workflow status, or returns existing one.IDocumentWorkflowSignature.getBranchedFrom()The signature of which this workflow signature is a branch.IDocumentWorkflowSignaturesManager.getWorkflowSignature(IStatusOpt targetStatus) Returns existing open workflow signature for target workflow status, ornull.Methods in com.polarion.alm.tracker.model.signatures that return types with arguments of type IDocumentWorkflowSignatureModifier and TypeMethodDescriptionIDocumentWorkflowSignaturesManager.getSortedWorkflowSignatures()Returns unmodifiable list of all existing workflow signatures.Methods in com.polarion.alm.tracker.model.signatures with parameters of type IDocumentWorkflowSignatureModifier and TypeMethodDescriptionvoidIDocumentWorkflowSignature.setBranchedFrom(IDocumentWorkflowSignature branchedFrom)