|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This tagging interface is associated with a CombinedPathOccurrence
largely to allow external applications to easily add application-specifc
information in a relatively transparent and extensible manner. When
deleting CombinedPathOccurrenceData
you must call OccurrenceService.deleteCombinedPathOccurrenceData(wt.occurrence.CombinedPathOccurrenceData)
instead of the PersistenceManager.
Supported API: true
Extendable: true
Field Summary | |
static String |
CONTEXT
Label for the attribute. |
static String |
CONTEXT_REFERENCE
Label for the attribute. |
static String |
MASTER
Label for the attribute. |
static String |
MASTER_REFERENCE
Label for the attribute. |
static String |
OCC
Label for the attribute. |
static String |
OCC_REFERENCE
Label for the attribute. |
Fields inherited from interface wt.vc.Iterated |
BRANCH_IDENTIFIER, CONTROL_BRANCH, CREATOR, CREATOR_EMAIL, CREATOR_FULL_NAME, CREATOR_NAME, ITERATION_IDENTIFIER, ITERATION_INFO, ITERATION_NOTE, LATEST_ITERATION, MODIFIER, MODIFIER_EMAIL, MODIFIER_FULL_NAME, MODIFIER_NAME |
Fields inherited from interface wt.fc.Persistable |
IDENTITY, PERSIST_INFO, TYPE |
Method Summary | |
PathOccurrenceContext |
getContext()
Gets the object for the association that plays role: CONTEXT. |
ObjectReference |
getContextReference()
Gets the value of the attribute: CONTEXT_REFERENCE. |
Mastered |
getMaster()
Gets the object for the association that plays role: MASTER. |
ObjectReference |
getMasterReference()
Gets the value of the attribute: MASTER_REFERENCE. |
CombinedPathOccurrence |
getOcc()
Gets the object for the association that plays role: OCC. |
ObjectReference |
getOccReference()
Gets the value of the attribute: OCC_REFERENCE. |
void |
setContext(PathOccurrenceContext a_Context)
Sets the object for the association that plays role: CONTEXT. |
void |
setContextReference(ObjectReference a_ContextReference)
Sets the value of the attribute: CONTEXT_REFERENCE. |
void |
setMaster(Mastered a_Master)
Sets the object for the association that plays role: MASTER. |
void |
setMasterReference(ObjectReference a_MasterReference)
Sets the value of the attribute: MASTER_REFERENCE. |
void |
setOcc(CombinedPathOccurrence a_Occ)
Sets the object for the association that plays role: OCC. |
void |
setOccReference(ObjectReference a_OccReference)
Sets the value of the attribute: OCC_REFERENCE. |
Methods inherited from interface wt.vc.Iterated |
getBranchIdentifier, getControlBranch, getCreator, getCreatorEMail, getCreatorFullName, getCreatorName, getIterationIdentifier, getIterationInfo, getIterationNote, getModifier, getModifierEMail, getModifierFullName, getModifierName, isLatestIteration, setControlBranch, setIterationInfo |
Methods inherited from interface wt.fc.Persistable |
checkAttributes, getIdentity, getPersistInfo, getType, setPersistInfo |
Methods inherited from interface wt.fc.ObjectMappable |
readExternal, writeExternal |
Methods inherited from interface wt.fc.NetFactor |
getClassInfo, getConceptualClassname |
Field Detail |
public static final String OCC
public static final String OCC_REFERENCE
public static final String CONTEXT
public static final String CONTEXT_REFERENCE
public static final String MASTER
public static final String MASTER_REFERENCE
Method Detail |
public CombinedPathOccurrence getOcc()
public void setOcc(CombinedPathOccurrence a_Occ) throws WTPropertyVetoException, WTException
a_Occ
-
WTPropertyVetoException
WTException
public ObjectReference getOccReference()
public void setOccReference(ObjectReference a_OccReference) throws WTPropertyVetoException
a_OccReference
-
WTPropertyVetoException
public PathOccurrenceContext getContext()
public void setContext(PathOccurrenceContext a_Context) throws WTPropertyVetoException, WTException
a_Context
-
WTPropertyVetoException
WTException
public ObjectReference getContextReference()
public void setContextReference(ObjectReference a_ContextReference) throws WTPropertyVetoException
a_ContextReference
-
WTPropertyVetoException
public Mastered getMaster()
getMaster
in interface Iterated
Mastered
public void setMaster(Mastered a_Master) throws WTPropertyVetoException, WTException
setMaster
in interface Iterated
a_Master
-
WTPropertyVetoException
WTException
Mastered
public ObjectReference getMasterReference()
getMasterReference
in interface Iterated
Mastered
public void setMasterReference(ObjectReference a_MasterReference) throws WTPropertyVetoException
setMasterReference
in interface Iterated
a_MasterReference
-
WTPropertyVetoException
Mastered
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |