Package com.polarion.alm.tracker.model
Interface ILinkedWorkItemStruct
- All Superinterfaces:
IChangeGenerator
,IChangeListener
,IHasCustomValues
,IHasValues
,IStructure
The typed interface for the work item link structure.
The work item and role fields are read-only, since they together form the
primary key of this structure.
- Author:
- dobisekm
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the string identifier of pinned revision, ornull
if link is not pinned.boolean
void
setRevision
(String revision) Sets or clears the pinned revision.void
setSuspect
(boolean value) 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_WORK_ITEM
- See Also:
-
KEY_ROLE
- See Also:
-
KEY_REVISION
- See Also:
-
KEY_SUSPECT
- See Also:
-
-
Method Details
-
getLinkedItem
IWorkItem getLinkedItem() -
getLinkRole
ILinkRoleOpt getLinkRole() -
isSuspect
boolean isSuspect() -
setSuspect
void setSuspect(boolean value) -
getRevision
String getRevision()Returns the string identifier of pinned revision, ornull
if link is not pinned. -
setRevision
Sets or clears the pinned revision.- Parameters:
revision
- string identifier of pinned revision, ornull
to clear the pinned revision
-