Package wt.epm.workspaces
Class EPMPopulateRule
java.lang.Object
wt.fc.EnumeratedType
wt.epm.workspaces._EPMPopulateRule
wt.epm.workspaces.EPMPopulateRule
- All Implemented Interfaces:
Serializable,Comparable,EnumeratedType,LocalizableMetadata,LocalizableMessage,Message
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
Supported API: true
Extendable: false
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EPMPopulateRulePopulate by traversing both required and optional dependencies.static final EPMPopulateRuleAdd only the one item performing no traversal.static final EPMPopulateRulePopulate traversing only required dependencies.Fields inherited from interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE -
Method Summary
Methods inherited from class wt.epm.workspaces._EPMPopulateRule
getEPMPopulateRuleDefault, getEPMPopulateRuleSet, getValueSet, toEPMPopulateRuleMethods inherited from class wt.fc.EnumeratedType
equals, getDisplay, getLocalizedMessage, getOrder, getSelectableValueSet, getStringValue, getStringValue, hashCode, isDefaultValue, isDefaultValue, isSelectable, main, toEnumeratedType, toEnumeratedType, toString
-
Field Details
-
ALL
Populate by traversing both required and optional dependencies.
Supported API: true -
REQUIRED
Populate traversing only required dependencies.
Supported API: true -
NONE
Add only the one item performing no traversal.
Supported API: true
-