Package wt.mpm.history
Interface MfgHistoryManageable
- All Superinterfaces:
wt.fc._BinaryLink,wt.fc._Link,wt.mpm.history._MfgHistoryManageable,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,BinaryLink,Link,NetFactor,ObjectMappable,Persistable,Serializable
- All Known Implementing Classes:
_CoProduceLink,_RawMaterialLink,_RMAlternateLink,wt.mpm.rawmaterial._RMAssociationLink,CoProduceLink,RawMaterialLink,RMAlternateLink,wt.mpm.rawmaterial.RMAssociationLink
@GenAsBinaryLink(extendable=false,properties={@GeneratedProperty(name="linkID",type=java.lang.String.class,accessors=@PropertyAccessors(setAccess=PRIVATE),columnProperties=@ColumnProperties(index=true),javaDoc="linkID is used to identify the identical links which are copies of same link"),@GeneratedProperty(name="rmlUpdateCount",type=long.class,initialValue="10",accessors=@PropertyAccessors(setAccess=PRIVATE),columnProperties=@ColumnProperties(index=true,defaultValue="10"),javaDoc="It is counter to signify the updation order of the link .It is an internally generated identifier.")},roleA=@GeneratedRole(name="roleAObject",type=Persistable.class,cardinality=ONE_TO_MANY),roleB=@GeneratedRole(name="roleBObject",type=Persistable.class,cardinality=ONE_TO_MANY))
public interface MfgHistoryManageable
extends wt.mpm.history._MfgHistoryManageable
This is marker interface for MPML objects to get participated in
Supported API: true
Extendable: false
MfgHistoryLink association
and to maintain a history.
Supported API: true
Extendable: false
-
Field Summary
Fields inherited from interface wt.fc._BinaryLink
ROLE_AOBJECT_ROLE, ROLE_BOBJECT_ROLEFields inherited from interface wt.mpm.history._MfgHistoryManageable
LINK_ID, RML_UPDATE_COUNTFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.fc.BinaryLink
ALL_ROLES, BOTH_ROLES, ROLE_AOBJECT_REF, ROLE_BOBJECT_REFFields inherited from interface wt.fc.Persistable
IDENTITY, TYPE -
Method Summary
Methods inherited from interface wt.fc._BinaryLink
getRoleAObjectRef, getRoleBObjectRef, setRoleAObjectRef, setRoleBObjectRefMethods inherited from interface wt.mpm.history._MfgHistoryManageable
getRmlUpdateCount, getRoleAObject, getRoleBObject, setRoleAObject, setRoleBObjectMethods inherited from interface wt.fc._Persistable
setPersistInfoMethods inherited from interface wt.fc.BinaryLink
getLinkInfo, getObject, getOtherObject, getRole, getRoleAObjectId, getRoleBObjectIdMethods inherited from interface wt.fc.Link
appendJoinCriteria, appendRoleCriteria, getAllObjects, getJoinValues, getRoleIdName, getRoleObject, setRoleObjectMethods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassnameMethods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternalMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity, getType
-
Method Details
-
getLinkUpdateCount
default long getLinkUpdateCount()
Supported API: true- Returns:
-