Package com.polarion.alm.tracker.model
Interface IFeatureSelection
- All Superinterfaces:
IChangeGenerator
,IChangeListener
,IHasCustomValues
,IHasValues
,IStructure
Structure defined on work item of type variant (variant type is set by property com.polarion.variants.variantType) to keep the links to
work items of type feature (defined by property com.polarion.variants.featureType) and their relation to the variant: included, excluded or
implicitly included. This structure will be used to define a type of custom field.
- Since:
- 3.9.0
-
Field Summary
-
Method Summary
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
-
STRUCTURE_ID
- See Also:
-
KEY_SELECTIONS
- See Also:
-
-
Method Details
-
getSelections
- Returns:
- the list of feature selection items stored on this variant. Each selection contains a reference to a feature work item and the type of link between them.
-