Uses of Class
wt.occurrence.DataOccurrenceForeignKey

Packages that use DataOccurrenceForeignKey
wt.occurrence Defines the capability to uniquely distinguish one occurrence of an object within some complex structure from another occurrence of that same object within the same structure using OccurrenceService
 

Uses of DataOccurrenceForeignKey in wt.occurrence
 

Fields in wt.occurrence declared as DataOccurrenceForeignKey
private  DataOccurrenceForeignKey DataOccurrenceReference.key
           
 

Methods in wt.occurrence that return DataOccurrenceForeignKey
static DataOccurrenceForeignKey DataOccurrenceForeignKey.newDataOccurrenceForeignKey(Class target, long occurrenceDataIdentifier)
          

Supported API: false
 

Methods in wt.occurrence with parameters of type DataOccurrenceForeignKey
static DataOccurrenceReference DataOccurrenceReference.newDataOccurrenceReference(DataOccurrenceForeignKey objId)
          

Supported API: true
protected  void DataOccurrenceReference.initialize(DataOccurrenceForeignKey objId)
          

Supported API: true
protected  boolean DataOccurrenceForeignKey.readVersion(DataOccurrenceForeignKey thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.