Interface IFeatureSelection

All Superinterfaces:
IChangeGenerator, IChangeListener, IHasCustomValues, IHasValues, IStructure

public interface IFeatureSelection extends 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 Details

  • Method Details

    • getSelections

      @NotNull List<IFeatureSelectionItem> 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.