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:
-
Field Summary
Fields inherited from class wt.change2._ChangeAction
ACTION_STATE, ADDRESSED_PART_MASTER, ADDRESSED_PART_MASTER_REFERENCE, NUMBER, OLD_ACTION, OLD_ACTION_REFERENCE, OWNING_CHANGE_DIRECTIVE, OWNING_CHANGE_DIRECTIVE_REFERENCE -
Method Summary
Modifier and TypeMethodDescriptionstatic ChangeActionA no-arg new-factory method to construct an initialized instance of a ChangeAction.Methods inherited from class wt.change2._ChangeAction
getActionState, getAddressedPartMaster, getAddressedPartMasterReference, getNumber, getOldAction, getOldActionReference, getOwningChangeDirective, getOwningChangeDirectiveReference, setActionState, setAddressedPartMaster, setAddressedPartMasterReference, setNumber, setOldAction, setOldActionReference, setOwningChangeDirective, setOwningChangeDirectiveReferenceMethods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Method Details
-
newChangeAction
A no-arg new-factory method to construct an initialized instance of a ChangeAction.
Supported API: true- Returns:
- ChangeAction
- Throws:
WTException
-