Package wt.change2

Class ChangeAction

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.change2._ChangeAction
wt.change2.ChangeAction
All Implemented Interfaces:
Externalizable, Serializable, wt.change2._ChangeActionTypeInterface, wt.change2.ChangeActionTypeInterface, wt.eff._CalculatedEffRecordable, wt.eff._EffRecordable, CalculatedEffRecordable, EffRecordable, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, NetFactor, ObjectMappable, Persistable, wt.iba.value._IBAHolder, wt.iba.value.IBAHolder, DisplayIdentification, wt.notify._Notifiable, Notifiable, wt.type._Typed, wt.type._TypeManaged, wt.type.FlexTyped, wt.type.Typed, wt.type.TypeManaged, wt.workflow.forum._SubjectOfForum, SubjectOfForum

@GenAsPersistable(superClass=WTObject.class,interfaces={wt.type.Typed.class,CalculatedEffRecordable.class,SubjectOfForum.class,Notifiable.class,wt.change2.ChangeActionTypeInterface.class},serializable=EXTERNALIZABLE_BASIC,properties={@GeneratedProperty(name="number",type=java.lang.String.class,supportedAPI=PUBLIC,accessors=@PropertyAccessors(setExceptions={}),constraints=@PropertyConstraints(stringCase=UPPER_CASE,changeable=VIA_OTHER_MEANS,upperLimit=45,required=true),columnProperties=@ColumnProperties(index=true,columnName="CHANGEACTIONNUMBER")),@GeneratedProperty(name="theActionState",type=ActionState.class,supportedAPI=PUBLIC)},foreignKeys={@GeneratedForeignKey(name="Action",myRoleIsRoleA=false,foreignKeyRole=@ForeignKeyRole(name="owningChangeDirective",type=WTChangeDirective.class,supportedAPI=PUBLIC),myRole=@MyRole(name="changeAction",supportedAPI=PUBLIC)),@GeneratedForeignKey(name="Addresses",myRoleIsRoleA=false,foreignKeyRole=@ForeignKeyRole(name="addressedPartMaster",type=WTPartMaster.class,supportedAPI=PUBLIC,constraints=@PropertyConstraints(required=true)),myRole=@MyRole(name="changeAction",supportedAPI=PUBLIC)),@GeneratedForeignKey(name="DerivedFrom",myRoleIsRoleA=false,foreignKeyRole=@ForeignKeyRole(name="oldAction",type=ChangeAction.class,supportedAPI=PUBLIC),myRole=@MyRole(name="newAction",supportedAPI=PUBLIC))},tableProperties=@TableProperties(compositeIndex1="owningChangeDirectiveReference.key.id",compositeIndex2="oldActionReference.key.id"),iconProperties=@IconProperties(standardIcon="netmarkets/images/change_action.gif",openIcon="netmarkets/images/change_action.gif")) public class ChangeAction extends _ChangeAction

Use the newChangeAction static factory method(s), not the ChangeAction constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also:
  • Method Details

    • newChangeAction

      public static ChangeAction newChangeAction() throws WTException
      A no-arg new-factory method to construct an initialized instance of a ChangeAction.

      Supported API: true
      Returns:
      ChangeAction
      Throws:
      WTException