Class EPMPopulateRule

All Implemented Interfaces:
Serializable, Comparable, EnumeratedType, LocalizableMetadata, LocalizableMessage, Message

@GenAsEnumeratedType(supportedAPI=PUBLIC) public class EPMPopulateRule extends _EPMPopulateRule
The EPMPopulateRule describes what dependent objects will be entered into the workspace when an object is added to teh workspace.

Supported API: true

Extendable: false
See Also:
  • Field Details

    • ALL

      public static final EPMPopulateRule ALL
      Populate by traversing both required and optional dependencies.

      Supported API: true
    • REQUIRED

      public static final EPMPopulateRule REQUIRED
      Populate traversing only required dependencies.

      Supported API: true
    • NONE

      public static final EPMPopulateRule NONE
      Add only the one item performing no traversal.

      Supported API: true