Package wt.change2
Class AcceptedStrategy
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.vc._VersionToVersionLink
wt.vc.VersionToVersionLink
wt.change2._AcceptedStrategy
wt.change2.AcceptedStrategy
- All Implemented Interfaces:
Externalizable,Serializable,_AcceptedStrategyIfc,AcceptedStrategyIfc,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,DisplayIdentification,wt.ufid._Federatable,wt.ufid.Federatable
@GenAsBinaryLink(superClass=VersionToVersionLink.class,
interfaces={AcceptedStrategyIfc.class,wt.ufid.Federatable.class},
extendable=true,
roleA=@GeneratedRole(name="theChangeOrder2",type=ChangeOrder2.class,supportedAPI=PUBLIC,cardinality=ZERO_TO_ONE),
roleB=@GeneratedRole(name="theChangeProposal",type=ChangeProposal.class,supportedAPI=PUBLIC,cardinality=ZERO_TO_ONE),
tableProperties=@TableProperties(tableName="AcceptedStrategy"))
@Deprecated
public class AcceptedStrategy
extends _AcceptedStrategy
Deprecated.
A link between a ChangeProposal and a ChangeOrder2 representing the decision
to implement the proposal by executing the order.
Use the newAcceptedStrategy static factory method(s), not
the AcceptedStrategy 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: true
- See Also:
-
Field Summary
Fields inherited from class wt.change2._AcceptedStrategy
CHANGE_ORDER_IFC_ROLE, CHANGE_ORDER2_ROLE, CHANGE_PROPOSAL_IFC_ROLE, CHANGE_PROPOSAL_ROLE, EXTERNALIZATION_VERSION_UIDFields inherited from class wt.vc._VersionToVersionLink
ROLE_AOBJECT_REF, ROLE_BOBJECT_REFFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.fc._BinaryLink
ROLE_AOBJECT_ROLE, ROLE_BOBJECT_ROLEFields inherited from interface wt.ufid._Federatable
FEDERATABLE_INFOFields 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.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPE -
Method Summary
Modifier and TypeMethodDescriptionstatic AcceptedStrategynewAcceptedStrategy(ChangeOrder2 theChangeOrder2, ChangeProposal theChangeProposal) Deprecated.Methods inherited from class wt.change2._AcceptedStrategy
getChangeOrder2, getChangeOrderIfc, getChangeProposal, getChangeProposalIfc, getClassInfo, getConceptualClassname, getFederatableInfo, getType, readExternal, readExternal, readVersion, setChangeOrder2, setChangeOrderIfc, setChangeProposal, setChangeProposalIfc, setFederatableInfo, super_readExternal_AcceptedStrategy, super_readVersion_AcceptedStrategy, super_writeExternal_AcceptedStrategy, writeExternal, writeExternalMethods inherited from class wt.vc.VersionToVersionLink
appendJoinCriteria, appendRoleCriteria, duplicate, getAllObjects, getJoinValues, getLinkInfo, getObject, getOtherObject, getRole, getRoleAObject, getRoleAObjectId, getRoleBObject, getRoleBObjectId, getRoleIdName, getRoleObject, initialize, setRoleAObject, setRoleAObjectRef, setRoleBObject, setRoleBObjectRef, setRoleObjectMethods inherited from class wt.vc._VersionToVersionLink
getRoleAObjectRef, getRoleBObjectRef, readVersion, super_readExternal_VersionToVersionLink, super_readVersion_VersionToVersionLink, super_writeExternal_VersionToVersionLinkMethods inherited from class wt.fc.WTObject
checkAttributes, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentity, 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._BinaryLink
getRoleAObjectRef, getRoleBObjectRef, setRoleAObjectRef, setRoleBObjectRefMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.fc.BinaryLink
getLinkInfo, getObject, getOtherObject, getRole, getRoleAObject, getRoleAObjectId, getRoleBObject, getRoleBObjectId, setRoleAObject, setRoleBObjectMethods inherited from interface wt.fc.Link
appendJoinCriteria, appendRoleCriteria, getAllObjects, getJoinValues, getRoleIdName, getRoleObject, setRoleObjectMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity
-
Method Details
-
newAcceptedStrategy
@Deprecated public static AcceptedStrategy newAcceptedStrategy(ChangeOrder2 theChangeOrder2, ChangeProposal theChangeProposal) throws WTException Deprecated.Default factory for the class.
Supported API: true- Parameters:
theChangeOrder2-theChangeProposal-- Returns:
- AcceptedStrategy
- Throws:
WTException
-