Package wt.mpm.history
Class MfgHistory
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.mpm.history._MfgHistory
wt.mpm.history.MfgHistory
- All Implemented Interfaces:
Externalizable,Serializable,wt.access._AccessControlled,wt.access._AccessControlList,wt.access._AdHocControlled,wt.access._PolicyAccessControlled,AccessControlled,wt.access.AccessControlList,AdHocControlled,wt.access.PolicyAccessControlled,wt.admin._DomainAdministered,DomainAdministered,wt.change2._Changeable2,wt.change2._ChangeableIfc,Changeable2,ChangeableIfc,wt.eff._EffManagedVersion,wt.eff._EffRecordable,EffManagedVersion,EffRecordable,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc.adminlock._AdministrativelyLockable,AdministrativelyLockable,NetFactor,ObjectMappable,Persistable,DisplayIdentification,wt.index._Indexable,Indexable,wt.inf.container._WTContained,WTContained,wt.lifecycle._IteratedLifeCycleManaged,_LifeCycleManaged,IteratedLifeCycleManaged,LifeCycleManaged,wt.notify._Notifiable,Notifiable,wt.recent.RecentlyVisited,_TeamManaged,TeamManaged,_Iterated,wt.vc._Versionable,wt.vc._Versioned,Iterated,Versionable,Versioned
@GenAsPersistable(superClass=WTObject.class,interfaces={EffManagedVersion.class,Changeable2.class,WTContained.class,wt.access.PolicyAccessControlled.class,IteratedLifeCycleManaged.class,Indexable.class,Notifiable.class},extendable=false,serializable=EXTERNALIZABLE_BASIC,properties=@GeneratedProperty(name="description",type=java.lang.String.class,accessors=@PropertyAccessors(setExceptions={}),constraints=@PropertyConstraints(upperLimit=4000)),derivedProperties={@DerivedProperty(name="number",derivedFrom="master>number",supportedAPI=PUBLIC),@DerivedProperty(name="name",derivedFrom="master>name",supportedAPI=PUBLIC)},foreignKeys=@GeneratedForeignKey(foreignKeyRole=@ForeignKeyRole(name="master",type=MfgHistoryMaster.class,supportedAPI=PUBLIC,cascade=false,constraints=@PropertyConstraints(required=true)),myRole=@MyRole(name="iteration",supportedAPI=PUBLIC,cascade=false)),iconProperties=@IconProperties(standardIcon="netmarkets/images/manufacturing_history.png",openIcon="netmarkets/images/manufacturing_history.png"))
public class MfgHistory
extends _MfgHistory
Records history for any changes done to MfgHistoryManageable object. Also,
the object can be associated to a change to hold effectivity information.
Use the newMfgHistory static factory method(s),
not the MfgHistory 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.mpm.history._MfgHistory
NAME, NUMBERFields inherited from interface wt.vc._Iterated
CONTROL_BRANCH, CREATOR_EMAIL, CREATOR_FULL_NAME, CREATOR_NAME, ITERATION_IDENTIFIER, ITERATION_NOTE, LATEST_ITERATION, MASTER, MASTER_REFERENCE, MODIFIER, MODIFIER_EMAIL, MODIFIER_FULL_NAME, MODIFIER_NAMEFields inherited from interface wt.lifecycle._LifeCycleManaged
LIFE_CYCLE_STATE, STATEFields inherited from interface wt.team._TeamManaged
TEAM_ID, TEAM_TEMPLATE_ID -
Method Summary
Modifier and TypeMethodDescriptionstatic MfgHistory
Supported API: truestatic MfgHistorynewMfgHistory(String name)
Supported API: trueMethods inherited from class wt.mpm.history._MfgHistory
getControlBranch, getCreatorEMail, getCreatorFullName, getCreatorName, getIterationIdentifier, getIterationNote, getLifeCycleState, getMasterReference, getModifier, getModifierEMail, getModifierFullName, getModifierName, getState, getTeamId, getTeamTemplateId, isLatestIteration, setMaster, setMasterReferenceMethods 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
-
newMfgHistory
Supported API: true- Returns:
- Throws:
WTException
-
newMfgHistory
Supported API: true- Parameters:
name-- Returns:
- Throws:
WTException
-