Package wt.occurrence
Interface _UsesOccurrence
- All Superinterfaces:
wt.fc._NetFactor,wt.fc._ObjectMappable,_Occurrence,wt.fc._Persistable,NetFactor,ObjectMappable,Occurrence,Persistable,Serializable
- All Known Subinterfaces:
UsesOccurrence
- All Known Implementing Classes:
_PartUsesOccurrence,PartUsesOccurrence
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringSupported API: truestatic final StringThis identifier is similar to usesOccurrenceIdentifier but is globally unique.static final StringThis identifier is shared by manyOccurrenceableLinkobjects, all of which represent the same link, except maybe for different iterations or versions of objects being linked.Fields inherited from interface wt.occurrence._Occurrence
NAME, OCCURRENCE_DATA_VECTORFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.occurrence.Occurrence
serialVersionUIDFields inherited from interface wt.fc.Persistable
IDENTITY, TYPE -
Method Summary
Modifier and TypeMethodDescriptionDerived from_Occurrence.getName()This identifier is similar to usesOccurrenceIdentifier but is globally unique.longThis identifier is shared by manyOccurrenceableLinkobjects, all of which represent the same link, except maybe for different iterations or versions of objects being linked.voidsetUsesName(String usesName) Derived from_Occurrence.setName(java.lang.String)voidsetUsesOccurrenceGlobalId(String usesOccurrenceGlobalId) This identifier is similar to usesOccurrenceIdentifier but is globally unique.voidsetUsesOccurrenceIdentifier(long usesOccurrenceIdentifier) This identifier is shared by manyOccurrenceableLinkobjects, all of which represent the same link, except maybe for different iterations or versions of objects being linked.Methods inherited from interface wt.occurrence._Occurrence
getName, getOccurrenceDataVector, setName, setOccurrenceDataVectorMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassnameMethods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternalMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity, getType
-
Field Details
-
USES_OCCURRENCE_IDENTIFIER
This identifier is shared by manyOccurrenceableLinkobjects, all of which represent the same link, except maybe for different iterations or versions of objects being linked. In other words, when theOccurrenceableLinkis copied forward this identifier is copied without changing its value.Supported API: true
- See Also:
-
USES_OCCURRENCE_GLOBAL_ID
This identifier is similar to usesOccurrenceIdentifier but is globally unique. It is not quaranteed to be populated in old systems.Supported API: true
- See Also:
-
USES_NAME
Supported API: true- See Also:
-
-
Method Details
-
getUsesOccurrenceIdentifier
long getUsesOccurrenceIdentifier()This identifier is shared by manyOccurrenceableLinkobjects, all of which represent the same link, except maybe for different iterations or versions of objects being linked. In other words, when theOccurrenceableLinkis copied forward this identifier is copied without changing its value.Supported API: true
- See Also:
-
setUsesOccurrenceIdentifier
This identifier is shared by manyOccurrenceableLinkobjects, all of which represent the same link, except maybe for different iterations or versions of objects being linked. In other words, when theOccurrenceableLinkis copied forward this identifier is copied without changing its value.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getUsesOccurrenceGlobalId
String getUsesOccurrenceGlobalId()This identifier is similar to usesOccurrenceIdentifier but is globally unique. It is not quaranteed to be populated in old systems.Supported API: true
- See Also:
-
setUsesOccurrenceGlobalId
This identifier is similar to usesOccurrenceIdentifier but is globally unique. It is not quaranteed to be populated in old systems.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getUsesName
String getUsesName()Derived from_Occurrence.getName()Supported API: true
- See Also:
-
setUsesName
Derived from_Occurrence.setName(java.lang.String)Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-