Uses of Class
wt.fc.PersistentReference

Packages that use PersistentReference
wt.fc Provides high level datastore access by using the PersistenceManager (and server-side-only PersistenceManagerSvr) to find and manage Persistable objects. 
wt.graph   
wt.workflow.work
Provides workflow classes responsible for managing the work assigned to individual users. 
 

Uses of PersistentReference in wt.fc
 

Methods in wt.fc that return PersistentReference
static PersistentReference PersistentReference.newPersistentReference(WTReference reference)
          Constructs a reference given the supplied WTReference.
static PersistentReference PersistentReference.newPersistentReference(Persistable object)
          Constructs a reference given the supplied Persistable.
static PersistentReference PersistentReference.newPersistentReference(WTReference reference)
          Constructs a reference given the supplied WTReference.
static PersistentReference PersistentReference.newPersistentReference(Persistable object)
          Constructs a reference given the supplied Persistable.
 

Methods in wt.fc with parameters of type PersistentReference
protected  boolean PersistentReference.readVersion(PersistentReference thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
protected  boolean PersistentReference.readVersion(PersistentReference thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 

Uses of PersistentReference in wt.graph
 

Fields in wt.graph declared as PersistentReference
private  PersistentReference VariableObjectReferenceImage.reference
           
 

Methods in wt.graph that return PersistentReference
protected  PersistentReference VariableObjectReferenceImage.getReference()
          Gets the object for the association that plays role: reference.
 

Methods in wt.graph with parameters of type PersistentReference
protected  void VariableObjectReferenceImage.setReference(PersistentReference a_Reference)
          Sets the object for the association that plays role: reference.
private  void VariableObjectReferenceImage.referenceValidate(PersistentReference a_Reference)
           
 

Uses of PersistentReference in wt.workflow.work
 

Fields in wt.workflow.work declared as PersistentReference
private  PersistentReference WorkItem.primaryBusinessObject
           
 

Methods in wt.workflow.work that return PersistentReference
 PersistentReference WorkItem.getPrimaryBusinessObject()
          Gets the value of the attribute: PRIMARY_BUSINESS_OBJECT.
 

Methods in wt.workflow.work with parameters of type PersistentReference
 void WorkItem.setPrimaryBusinessObject(PersistentReference a_PrimaryBusinessObject)
          Sets the value of the attribute: PRIMARY_BUSINESS_OBJECT.