Package wt.change2.flexible
Enum Class FlexibleChangeHelper.ChangeAssociationMode
java.lang.Object
java.lang.Enum<FlexibleChangeHelper.ChangeAssociationMode>
wt.change2.flexible.FlexibleChangeHelper.ChangeAssociationMode
- All Implemented Interfaces:
Serializable,Comparable<FlexibleChangeHelper.ChangeAssociationMode>,Constable
- Enclosing class:
- FlexibleChangeHelper
public static enum FlexibleChangeHelper.ChangeAssociationMode
extends Enum<FlexibleChangeHelper.ChangeAssociationMode>
Change association modes:
Supported API: true
Extendable: false
- Legacy
- New FlexibleChangeItem objects are created with flexible attribute false. Only legacy links are created and queried. No flexible links should exist, and any that do are ignored. This is the default mode.
- Mixed
- New FlexibleChangeItem objects are created with flexible attribute true. Flexible links are created when both parent and child objects have flexible attribute true, otherwise legacy links are created.
- Flexible
- New FlexibleChangeItem objects are created with flexible attribute true. Only flexible links are created and queried. All legacy links from upgraded systems have been converted to flexible links. Existing legacy links, if any, are ignored.
Supported API: true
Extendable: false
- See Also: