Package wt.mpm.rawmaterial
Class RMAlternateLink
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.vc._VersionToObjectLink
wt.vc.VersionToObjectLink
wt.mpm._MPMPartMgmtLink
wt.mpm.MPMPartMgmtLink
wt.mpm.rawmaterial._RMAssociationLink
wt.mpm.rawmaterial.RMAssociationLink
wt.mpm.rawmaterial._RMAlternateLink
wt.mpm.rawmaterial.RMAlternateLink
- All Implemented Interfaces:
com.ptc.core.meta.type.mgmt.server.impl.association._AssociationConstrainable,com.ptc.core.meta.type.mgmt.server.impl.association.AssociationConstrainable,Externalizable,Serializable,wt.access._AccessControlled,AccessControlled,AssociativeUsageLink,wt.esi._Releasable,Releasable,wt.fc._BinaryLink,wt.fc._Link,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,BinaryLink,Link,NetFactor,ObjectMappable,Persistable,wt.federation._FederatedLinkHolder,wt.federation._RemotelyLinkable,wt.federation.FederatedLinkHolder,wt.federation.RemotelyLinkable,_Filterable,Filterable,wt.generic._GenericizableLink,wt.generic.GenericizableLink,wt.iba.value._IBAHolder,wt.iba.value.IBAHolder,DisplayIdentification,wt.mpm._MfgAlternateLink,wt.mpm._MPMVersionedLink,wt.mpm.history._MfgHistoryManageable,MfgHistoryManageable,wt.mpm.MfgAlternateLink,wt.mpm.MPMVersionedLink,wt.mpm.rawmaterial._RMAlternateLinkTypeInterface,wt.mpm.rawmaterial.RMAlternateLinkTypeInterface,wt.option._ChoiceMappable,wt.option._Expressionable,wt.option._ExpressionAssignable,wt.option._IndependentExpressionAssignable,ChoiceMappable,Expressionable,ExpressionAssignable,wt.option.IndependentExpressionAssignable,wt.type._TypeManaged,wt.type.TypeManaged,wt.ufid._Federatable,wt.ufid.Federatable
@GenAsBinaryLink(superClass=wt.mpm.rawmaterial.RMAssociationLink.class,interfaces={wt.mpm.MfgAlternateLink.class,wt.type.TypeManaged.class,wt.iba.value.IBAHolder.class,AccessControlled.class,wt.generic.GenericizableLink.class,wt.option.IndependentExpressionAssignable.class,Releasable.class,wt.mpm.rawmaterial.RMAlternateLinkTypeInterface.class},extendable=false,serializable=EXTERNALIZABLE_BASIC,properties={@GeneratedProperty(name="componentId",type=java.lang.String.class,accessors=@PropertyAccessors(setAccess=PRIVATE),columnProperties=@ColumnProperties(index=true)),@GeneratedProperty(name="description",type=java.lang.String.class,accessors=@PropertyAccessors(setAccess=PUBLIC))},roleA=@GeneratedRole(name="alternateFor",type=WTPart.class,supportedAPI=PUBLIC,cardinality=ONE_TO_MANY),roleB=@GeneratedRole(name="alternates",type=WTPartMaster.class,supportedAPI=PUBLIC,cardinality=ONE_TO_MANY,owner=false),tableProperties=@TableProperties(compositeIndex1="roleAObjectRef.key.branchId",compositeIndex2="+roleBObjectRef.key.id"),iconProperties=@IconProperties(standardIcon="wtcore/images/alternate.gif",openIcon="wtcore/images/alternate.gif"))
public class RMAlternateLink
extends _RMAlternateLink
The implementation holds alternates information for the Raw Material Link.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from class wt.mpm.rawmaterial._RMAlternateLink
ALTERNATE_FOR_ROLE, ALTERNATES_ROLEFields inherited from class wt.mpm.rawmaterial._RMAssociationLink
MADE_FROM_ROLE, MAKES_ROLEFields inherited from interface wt.filter._Filterable
FILTERED_STATUS -
Method Summary
Modifier and TypeMethodDescriptionstatic RMAlternateLinknewRMAlternateLink(WTPart alternateFor, WTPartMaster alternates)
Supported API: trueMethods inherited from class wt.mpm.rawmaterial._RMAlternateLink
getAlternateFor, getAlternates, getFilteredStatus, setAlternateFor, setAlternates, setFilteredStatusMethods inherited from class wt.mpm.rawmaterial._RMAssociationLink
getMadeFrom, getMakes, setMadeFrom, setMakesMethods inherited from class wt.vc.VersionToObjectLink
getAllObjects, getRoleObject, initialize, setRoleAObject, setRoleObjectMethods 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.associativity.AssociativeUsageLink
getRoleAObject, getRoleAObjectRef, getRoleBObject, getRoleBObjectRefMethods inherited from interface wt.fc.BinaryLink
getLinkInfo, getOtherObject, getRole, getRoleAObjectId, getRoleBObjectIdMethods inherited from interface wt.fc.Link
appendJoinCriteria, appendRoleCriteria, getAllObjects, getJoinValues, getRoleIdName, getRoleObject, setRoleObjectMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Method Details
-
newRMAlternateLink
public static RMAlternateLink newRMAlternateLink(WTPart alternateFor, WTPartMaster alternates) throws WTException
Supported API: true- Parameters:
alternateFor-alternates-- Returns:
- Throws:
WTException
-