Package wt.conflict
Class ContextConflictMap
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.conflict._ContextConflictMap
wt.conflict.ContextConflictMap
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,NetFactor,ObjectMappable,Persistable,DisplayIdentification
@GenAsPersistable(superClass=WTObject.class,serializable=EXTERNALIZABLE_BASIC,properties=@GeneratedProperty(name="conflictType",type=EnumeratedType.class,accessors=@PropertyAccessors(setExceptions={})),foreignKeys={@GeneratedForeignKey(name="ContextConflictMapConflictResolutionPairLink",myRoleIsRoleA=false,foreignKeyRole=@ForeignKeyRole(name="theConflictResolutionPair",type=wt.conflict.ConflictResolutionPair.class,autoNavigate=true,constraints=@PropertyConstraints(required=true)),myRole=@MyRole(name="theConflictContextLink",cardinality=ONE_TO_MANY,cascade=false)),@GeneratedForeignKey(name="ContextConflictMapContextInstanceLink",myRoleIsRoleA=false,foreignKeyRole=@ForeignKeyRole(name="theContextInstance",type=wt.conflict.ContextInstance.class,autoNavigate=true,constraints=@PropertyConstraints(required=true)),myRole=@MyRole(name="theConflictContextLink",cardinality=ONE_TO_MANY,cascade=false))},tableProperties=@TableProperties(compositeUnique1="theContextInstanceReference.key.id+theConflictResolutionPairReference.key.id",compositeUnique2="theContextInstanceReference.key.id+conflictType"))
public class ContextConflictMap
extends wt.conflict._ContextConflictMap
Use the newContextConflictMap static factory method(s), not
the ContextConflictMap 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.conflict._ContextConflictMap
CONFLICT_RESOLUTION_PAIR, CONFLICT_RESOLUTION_PAIR_REFERENCE, CONFLICT_TYPE, CONTEXT_INSTANCE, CONTEXT_INSTANCE_REFERENCE, EXTERNALIZATION_VERSION_UIDFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields 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 ContextConflictMapnewContextConflictMap(wt.conflict.ConflictResolutionPair conflictResolutionMap, wt.conflict.ContextInstance contextInstance) Default factory for the class.Methods inherited from class wt.conflict._ContextConflictMap
getClassInfo, getConceptualClassname, getConflictResolutionPair, getConflictResolutionPairReference, getConflictType, getContextInstance, getContextInstanceReference, getType, readExternal, readExternal, readVersion, setConflictResolutionPair, setConflictResolutionPairReference, setConflictType, setContextInstance, setContextInstanceReference, super_readExternal_ContextConflictMap, super_readVersion_ContextConflictMap, super_writeExternal_ContextConflictMap, writeExternal, writeExternalMethods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentity, initialize, toStringMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfo
-
Method Details
-
newContextConflictMap
public static ContextConflictMap newContextConflictMap(wt.conflict.ConflictResolutionPair conflictResolutionMap, wt.conflict.ContextInstance contextInstance) throws WTPropertyVetoException, WTException Default factory for the class.
Supported API: true- Returns:
- ContextConflictMap
- Throws:
WTExceptionWTPropertyVetoException
-