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, EXTERNALIZATION_VERSION_UID, NUMBER, OLD_ACTION, OLD_ACTION_REFERENCE, OWNING_CHANGE_DIRECTIVE, OWNING_CHANGE_DIRECTIVE_REFERENCEFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.change2._ChangeActionTypeInterface
TYPE_INFO_CHANGE_ACTIONFields inherited from interface wt.eff._EffRecordable
EFF_VECTORFields inherited from interface wt.iba.value._IBAHolder
ATTRIBUTE_CONTAINERFields inherited from interface wt.notify._Notifiable
EVENT_SETFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.type._Typed
TYPE_DEFINITION_REFERENCEFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPE -
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, getAttributeContainer, getClassInfo, getConceptualClassname, getEffVector, getEventSet, getNumber, getOldAction, getOldActionReference, getOwningChangeDirective, getOwningChangeDirectiveReference, getType, getTypeDefinitionReference, getTypeInfoChangeAction, readExternal, readExternal, readVersion, setActionState, setAddressedPartMaster, setAddressedPartMasterReference, setAttributeContainer, setEventSet, setNumber, setOldAction, setOldActionReference, setOwningChangeDirective, setOwningChangeDirectiveReference, setTypeDefinitionReference, setTypeInfoChangeAction, super_readExternal_ChangeAction, super_readVersion_ChangeAction, super_writeExternal_ChangeAction, writeExternal, writeExternalMethods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, initialize, toStringMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfoMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods 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
-