Package wt.occurrence
Interface PathOccurrenceData
- All Superinterfaces:
_Iterated,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.occurrence._OccurrenceData,_PathOccurrenceData,wt.fc._Persistable,Iterated,NetFactor,ObjectMappable,OccurrenceData,Persistable,Serializable
- All Known Implementing Classes:
_BaselineConfigurationOverride,_InstanceReplacementRecord,_PathOccurrenceDocumentation,_PathOccurrenceUserIBAs,_SerialNumberMapping,BaselineConfigurationOverride,InstanceReplacementRecord,PathOccurrenceDocumentation,PathOccurrenceUserIBAs,SerialNumberMapping
@GenAsPersistable(interfaces={Iterated.class,OccurrenceData.class},extendable=true,foreignKeys={@GeneratedForeignKey(myRoleIsRoleA=false,foreignKeyRole=@ForeignKeyRole(name="context",type=PathOccurrenceContext.class,constraints=@PropertyConstraints(required=true)),myRole=@MyRole(name="pathOccurrenceData")),@GeneratedForeignKey(name="PathOccurrenceDataLink",foreignKeyRole=@ForeignKeyRole(name="occ",type=PathOccurrence.class,supportedAPI=PUBLIC,constraints=@PropertyConstraints(required=true),columnProperties=@ColumnProperties(index=true)),myRole=@MyRole(name="data",supportedAPI=PUBLIC)),@GeneratedForeignKey(name="PathMasterIteration",foreignKeyRole=@ForeignKeyRole(name="master",type=PathOccurrenceDataMaster.class,supportedAPI=PUBLIC,cascade=false,constraints=@PropertyConstraints(required=true)),myRole=@MyRole(name="iteration",cascade=false))},tableProperties=@TableProperties(compositeIndex2="+occReference.key.id"))
public interface PathOccurrenceData
extends _PathOccurrenceData
This tagging interface is associated with a
Supported API: true
Extendable: true
PathOccurrence largely
to allow external applications to easily add application-specifc information
in a relatively transparent and extensible manner. When deleting PathOccurrenceData
you must call OccurrenceService.deletePathOccurrenceData(wt.occurrence.PathOccurrenceData) instead
of the PersistenceManager.
Supported API: true
Extendable: true
-
Field Summary
Fields inherited from interface wt.vc._Iterated
CONTROL_BRANCH, CREATOR_EMAIL, CREATOR_FULL_NAME, CREATOR_NAME, ITERATION_IDENTIFIER, ITERATION_NOTE, LATEST_ITERATION, MASTER, MASTER_REFERENCE, MODIFIER, MODIFIER_EMAIL, MODIFIER_FULL_NAME, MODIFIER_NAMEFields inherited from interface wt.occurrence._PathOccurrenceData
OCC, OCC_REFERENCE -
Method Summary
Methods inherited from interface wt.vc._Iterated
getControlBranch, getCreatorEMail, getCreatorFullName, getCreatorName, getIterationIdentifier, getIterationNote, getMaster, getMasterReference, getModifier, getModifierEMail, getModifierFullName, getModifierName, isLatestIteration, setMaster, setMasterReferenceMethods inherited from interface wt.occurrence._PathOccurrenceData
getOcc, getOccReference, setOcc, setOccReferenceMethods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassnameMethods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternalMethods inherited from interface wt.fc.Persistable
checkAttributes