Interface ITestRunWorkflowSignature
- All Superinterfaces:
IAdaptable,IChangeListener,IHasCustomValues,IHasValues,IPObject,IUniqueObject,IWorkflowSignature
- Since:
- 3.10.0
-
Field Summary
FieldsFields inherited from interface com.polarion.alm.projects.model.IUniqueObject
KEY_ID, KEY_PROJECTFields inherited from interface com.polarion.alm.tracker.model.signatures.IWorkflowSignature
ENUM_ID_SIGNATURE_STATE, KEY_SIGNATURE_STATE, KEY_SIGNATURES, KEY_TARGET_STATUS_ID, KEY_TRANSITION_DATA_REVISION, KEY_WORKFLOW_OBJECT -
Method Summary
Modifier and TypeMethodDescriptionThe workflow object to which this workflow signature belongs.Methods inherited from interface com.polarion.platform.persistence.model.IAdaptable
adaptMethods inherited from interface com.polarion.platform.persistence.model.IChangeListener
markChangedMethods inherited from interface com.polarion.platform.persistence.model.IHasCustomValues
getCustomField, getCustomFieldPrototype, getCustomFieldsList, setCustomFieldMethods inherited from interface com.polarion.platform.persistence.model.IPObject
can, copyTo, createStructureForKey, forget, getContextId, getDataRevision, getDataSvc, getEnumerationOptionForField, getEnumerationTypeForField, getFieldLabel, getFieldType, getIncompatibleCustomField, getIncompatibleCustomFieldPrototype, getIncompatibleCustomFieldsList, getLastRevision, getLocalId, getObjectId, getPrototype, getRevision, getUri, getValue, isModified, isPersisted, isReadOnly, isResolved, isUnresolvable, resolve, save, setEnumerationValue, setValue, updateMethods inherited from interface com.polarion.alm.projects.model.IUniqueObject
getId, getProject, getProjectIdMethods inherited from interface com.polarion.alm.tracker.model.signatures.IWorkflowSignature
addSignature, getLabel, getSignature, getSignatures, getSignatureState, getTargetStatus, getTransitionRevision, isClosed, removeSignature, resetSignatures, setObsolete
-
Field Details
-
PROTO
- See Also:
-
-
Method Details
-
getWorkflowObject
Description copied from interface:IWorkflowSignatureThe workflow object to which this workflow signature belongs.- Specified by:
getWorkflowObjectin interfaceIWorkflowSignature
-