Interface IWorkItemWorkflowSignature
- All Superinterfaces:
IAdaptable
,IChangeListener
,IHasCustomValues
,IHasValues
,IPObject
,IUniqueObject
,IWorkflowSignature
- Since:
- 3.18.2
-
Field Summary
FieldsFields inherited from interface com.polarion.alm.projects.model.IUniqueObject
KEY_ID, KEY_PROJECT
Fields 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
adapt
Methods inherited from interface com.polarion.platform.persistence.model.IChangeListener
markChanged
Methods inherited from interface com.polarion.platform.persistence.model.IHasCustomValues
getCustomField, getCustomFieldPrototype, getCustomFieldsList, setCustomField
Methods 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, update
Methods inherited from interface com.polarion.alm.projects.model.IUniqueObject
getId, getProject, getProjectId
Methods 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:IWorkflowSignature
The workflow object to which this workflow signature belongs.- Specified by:
getWorkflowObject
in interfaceIWorkflowSignature
-