Uses of Interface
wt.pds.OidArray

Packages that use OidArray
wt.change2 Defines several reference implementations of change objects (including WTChangeRequest2, WTChangeIssue and WTChangeOrder2) that are all managed by ChangeService2, but the service interface is defined at a higher level of interfaces to change objects to allow replacing the reference implementations with customization of the interfaces. 
wt.fc Provides high level datastore access by using the PersistenceManager (and server-side-only PersistenceManagerSvr) to find and manage Persistable objects. 
wt.pds Provides additional Persistent Database Services.  See PersistenceManager to fulfill most database access needs. 
 

Uses of OidArray in wt.change2
 

Methods in wt.change2 that return OidArray
static OidArray ChangeableCheckoutQuery.getChangeObjectReferences(Persistable object)
          Given a Persistable Object query all Change tables which may reference it.
 

Uses of OidArray in wt.fc
 

Classes in wt.fc that implement OidArray
private static class ObjectTable.OidArrayImpl
           
 

Methods in wt.fc that return OidArray
 OidArray ObjectTable.getOidArray()
          Get an OidArray for the ObjectReferences in this table.
 OidArray ObjectTable.getOidArray()
          Get an OidArray for the ObjectReferences in this table.
 

Methods in wt.fc with parameters of type OidArray
private  void StandardPersistenceManager.processRemoveOids(ClassInfo a_targetClassInfo, OidArray a_oidArray, int a_targetOidColumnIndex, int a_sourceOidColumnIndex, HashSet a_deletedPersistableSet, HashSet a_recursiveOwnerSet, WTSet a_candidateObjects)
          Processes OIDs that are to be removed from the datastore as a result of referential integrity processing.
private  void StandardPersistenceManager.processRemoveOids(ClassInfo a_targetClassInfo, OidArray a_oidArray, int a_targetOidColumnIndex, int a_sourceOidColumnIndex, HashSet a_deletedPersistableSet, HashSet a_recursiveOwnerSet, WTSet a_candidateObjects)
          Processes OIDs that are to be removed from the datastore as a result of referential integrity processing.
 

Uses of OidArray in wt.pds
 

Classes in wt.pds that implement OidArray
 class ObjectVectorOidArray
          This class implements an OidArray using an ObjectSetVector.
 class OidHolderArray
          This concrete implementation clas provides access to an array of OidHolder instances.
 class RawOidHolderArray
          This class provides an implementation for access an array of OID values from a raw object array (i.e.
 

Fields in wt.pds declared as OidArray
private  OidArray ObjectReferenceStatementBuilder.oidArray
           
 

Methods in wt.pds that return OidArray
 OidArray ObjectReferenceStatementBuilder.getOidArray()
          Gets the object for the association that plays role: oidArray.
 OidArray InflateSpec.getOidArray()
          Gets the value of the attribute: oidArray; OID array to inflate

Supported API: false
 

Methods in wt.pds with parameters of type OidArray
 void ObjectReferenceStatementBuilder.setOidArray(OidArray a_OidArray)
          Sets the object for the association that plays role: oidArray.
private  void ObjectReferenceStatementBuilder.oidArrayValidate(OidArray a_OidArray)
           
private  boolean ObjectReferenceCursor.queryObjectReferences(OidArray a_oidArray, AccessController a_accessController)
          This method performs the actaul query to "inflate" ObjectReferences.
 void InflateSpec.setOidArray(OidArray a_OidArray)
          Sets the value of the attribute: oidArray; OID array to inflate

Supported API: false
 

Constructors in wt.pds with parameters of type OidArray
InflateSpec(OidArray a_oidArray)
          

Supported API: false