Package com.polarion.alm.tracker.model
Interface ILinkedRevisionStruct
- All Superinterfaces:
IChangeGenerator
,IChangeListener
,IHasCustomValues
,IHasValues
,IStructure
The typed interface for the revision link structure.
The revision are read-only, since it forms the
primary key of this structure.
- Author:
- POLARION SOFTWARE
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Methods inherited from interface com.polarion.platform.persistence.model.IChangeGenerator
setChangeOwner
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.IStructure
getEnumeration, getEnumerationOptionForField, getEnumerationTypeForField, getPrototype, getValue, isModified, isReadOnly, isReadOnly, setValue
-
Field Details
-
KEY_REVISION
- See Also:
-
KEY_MESSAGE
- See Also:
-
KEY_REPOSITORY_NAME
- See Also:
-
KEY_REMOVED
- Since:
- 3.5.1
- See Also:
-
-
Method Details