Package wt.change2
Interface FlexibleChangeItem
- All Superinterfaces:
_FlexibleChangeItem,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,NetFactor,ObjectMappable,Persistable,Serializable
- All Known Subinterfaces:
wt.change2._FlexibleChangeIncident,wt.change2._FlexibleChangeIssue,wt.change2._FlexibleChangeOrder2,wt.change2._FlexibleChangeRequest2,FlexibleChangeIncident,FlexibleChangeIssue,FlexibleChangeOrder2,FlexibleChangeRequest2
- All Known Implementing Classes:
_CAPAActionPlan,_Nonconformance,_WTChangeIssue,_WTChangeOrder2,_WTChangeRequest2,_WTVariance,CAPAActionPlan,Nonconformance,WTChangeIssue,WTChangeOrder2,WTChangeRequest2,WTVariance
@GenAsPersistable(properties=@GeneratedProperty(name="flexible",type=java.lang.Boolean.class,supportedAPI=PUBLIC_PRIVATE,constraints=@PropertyConstraints(required=true,changeable=FROZEN),initialValue="null",columnProperties=@ColumnProperties(defaultValue="0"),javaDoc="True if this change object uses flexible change associations, or false if it uses legacy associations."))
public interface FlexibleChangeItem
extends _FlexibleChangeItem
Interface required for a change object to participate in a flexible change association.
Classes that implement this interface must also extend VersionableChangeItem.
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from interface wt.change2._FlexibleChangeItem
FLEXIBLE -
Method Summary
Modifier and TypeMethodDescriptiondefault booleanTrue if this change object uses flexible change associations, or false if it uses legacy associations.Methods inherited from interface wt.change2._FlexibleChangeItem
getFlexibleMethods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassnameMethods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternalMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Method Details
-
isFlexible
default boolean isFlexible()True if this change object uses flexible change associations, or false if it uses legacy associations.
Supported API: true
-