Uses of Class
wt.fc.CachedObjectReference

Packages that use CachedObjectReference
wt.admin
Provides classes to represent and manage AdministrativeDomain objects. 
wt.content
content package — Content Handling Service

The content package allows content — files, URL links, and aggregates (multiple pieces of content that behave as a single file — to be associated with business objects. 

wt.epm
 
wt.fc Provides high level datastore access by using the PersistenceManager (and server-side-only PersistenceManagerSvr) to find and manage Persistable objects. 
wt.fc.cache   
wt.folder
Provides classes to represent and manage folder and cabinet objects. 
wt.inf.container   
wt.inf.team   
wt.inf.template   
wt.lifecycle
 
wt.project The notion of a Project has been replaced by a Team, see the wt.team package instead. 
wt.projmgmt.admin   
wt.team
 
wt.vc.views
 
wt.workflow.definer
Provides workflow classes responsible for the definition of processes, activities, and the other objects that compose the workflow network. 
wt.workflow.engine
Provides workflow classes responsible for the flow of control and data from an execution point of view. 
 

Uses of CachedObjectReference in wt.admin
 

Subclasses of CachedObjectReference in wt.admin
 class AdminDomainRef
          The AdminDomainRef class encapsulates a reference to an AdministrativeDomain object.
 

Methods in wt.admin with parameters of type CachedObjectReference
 void AdminDomainRef.inflate(CachedObjectReference cor)
          

Supported API: false
 void AdminDomainRef.inflate(CachedObjectReference cor)
          

Supported API: false
 

Uses of CachedObjectReference in wt.content
 

Subclasses of CachedObjectReference in wt.content
 class DataFormatReference
          DataFormatReference is what is stored with a ContentItem of a FormatContentHolder to indicate how the item should be displayed to the user as well as how ApplicationData objects should be downloaded (i.e.
 

Methods in wt.content with parameters of type CachedObjectReference
 void DataFormatReference.inflate(CachedObjectReference cor)
          

Supported API: false
 

Uses of CachedObjectReference in wt.epm
 

Subclasses of CachedObjectReference in wt.epm
 class EPMAuthAppVersionRef
           Use the newEPMAuthAppVersionRef static factory method(s), not the EPMAuthAppVersionRef constructor, to construct instances of this class.
 

Methods in wt.epm with parameters of type CachedObjectReference
 void EPMAuthAppVersionRef.inflate(CachedObjectReference cor)
          

Supported API: false
 

Uses of CachedObjectReference in wt.fc
 

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

Supported API: false
protected  boolean CachedObjectReference.readVersion(CachedObjectReference thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
abstract  void CachedObjectReference.inflate(CachedObjectReference cor)
          

Supported API: false
 

Uses of CachedObjectReference in wt.fc.cache
 

Methods in wt.fc.cache that return CachedObjectReference
 CachedObjectReference StandardObjReferenceCacheService.inflate(CachedObjectReference objRef)
          method used to inflate Cached Object References for client side attribute display and access.
 CachedObjectReference ObjectReferenceCacheFwd.inflate(CachedObjectReference objRef)
          method used to inflate Cached Object References for client side attribute display and access.
 CachedObjectReference ObjectReferenceCache.inflate(CachedObjectReference objRef)
          method used to inflate Cached Object References for client side attribute display and access.
 

Methods in wt.fc.cache with parameters of type CachedObjectReference
 Persistable StandardObjReferenceCacheService.getObject(CachedObjectReference objRef)
          getObject will return a clone of the cached object from the Cache Service after checking access control.
 Persistable StandardObjReferenceCacheService.getReadOnlyObject(CachedObjectReference objRef)
          when Invoked on the server side getReadOnlyObject will return a reference to tha actual cached object.
 CachedObjectReference StandardObjReferenceCacheService.inflate(CachedObjectReference objRef)
          method used to inflate Cached Object References for client side attribute display and access.
protected  Persistable ReferenceCache.get(CachedObjectReference ref)
          Retrieves the Persistable for the given object reference
 Persistable ObjectReferenceCacheFwd.getObject(CachedObjectReference objRef)
          getObject will return a clone of the cached object from the Cache Service after checking access control.
 Persistable ObjectReferenceCacheFwd.getReadOnlyObject(CachedObjectReference objRef)
          when Invoked on the server side getReadOnlyObject will return a reference to tha actual cached object.
 CachedObjectReference ObjectReferenceCacheFwd.inflate(CachedObjectReference objRef)
          method used to inflate Cached Object References for client side attribute display and access.
 Persistable ObjectReferenceCache.getObject(CachedObjectReference objRef)
          getObject will return a clone of the cached object from the Cache Service after checking access control.
 Persistable ObjectReferenceCache.getReadOnlyObject(CachedObjectReference objRef)
          when Invoked on the server side getReadOnlyObject will return a reference to tha actual cached object.
 CachedObjectReference ObjectReferenceCache.inflate(CachedObjectReference objRef)
          method used to inflate Cached Object References for client side attribute display and access.
 

Uses of CachedObjectReference in wt.folder
 

Subclasses of CachedObjectReference in wt.folder
 class CabinetReference
          Provides a means to reference a Cabinet.
 class SubFolderReference
           Use the newSubFolderReference static factory method(s), not the SubFolderReference constructor, to construct instances of this class.
 

Methods in wt.folder with parameters of type CachedObjectReference
 void SubFolderReference.inflate(CachedObjectReference cor)
          

Supported API: false
 void CabinetReference.inflate(CachedObjectReference cor)
          

Supported API: false
 void SubFolderReference.inflate(CachedObjectReference cor)
          

Supported API: false
 void CabinetReference.inflate(CachedObjectReference cor)
          

Supported API: false
 

Uses of CachedObjectReference in wt.inf.container
 

Subclasses of CachedObjectReference in wt.inf.container
 class WTContainerRef
           Use the newWTContainerRef static factory method(s), not the WTContainerRef constructor, to construct instances of this class.
 class WTContainerTemplateRef
           Use the newWTContainerTemplateRef static factory method(s), not the WTContainerTemplateRef constructor, to construct instances of this class.
 

Methods in wt.inf.container with parameters of type CachedObjectReference
 void WTContainerTemplateRef.inflate(CachedObjectReference cor)
          

Supported API: false
 void WTContainerRef.inflate(CachedObjectReference cor)
          

Supported API: false
 void WTContainerTemplateRef.inflate(CachedObjectReference cor)
          

Supported API: false
 void WTContainerRef.inflate(CachedObjectReference cor)
          

Supported API: false
 

Uses of CachedObjectReference in wt.inf.team
 

Subclasses of CachedObjectReference in wt.inf.team
 class ContainerTeamReference
           Use the newContainerTeamReference static factory method(s), not the ContainerTeamReference constructor, to construct instances of this class.
 

Methods in wt.inf.team with parameters of type CachedObjectReference
 void ContainerTeamReference.inflate(CachedObjectReference cor)
          

Supported API: false
 

Uses of CachedObjectReference in wt.inf.template
 

Subclasses of CachedObjectReference in wt.inf.template
 class WTContainerTemplateMasterReference
           Use the newWTContainerTemplateMasterReference static factory method(s), not the WTContainerTemplateMasterReference constructor, to construct instances of this class.
 

Methods in wt.inf.template with parameters of type CachedObjectReference
 void WTContainerTemplateMasterReference.inflate(CachedObjectReference cor)
          

Supported API: false
 

Uses of CachedObjectReference in wt.lifecycle
 

Subclasses of CachedObjectReference in wt.lifecycle
 class LifeCycleTemplateMasterReference
          LifeCycleTemplateMasterReference is a specialization of CachedObjectReference to provide type safe references and access to the name and enabled attributes without instantiating the object.
 class LifeCycleTemplateReference
          LifeCycleTemplateReference is a specialization of CachedObjectReference to provide type safe references and access to the name and enabled attributes without instantiating the object.
 

Methods in wt.lifecycle with parameters of type CachedObjectReference
 void LifeCycleTemplateReference.inflate(CachedObjectReference cor)
          

Supported API: false
 void LifeCycleTemplateMasterReference.inflate(CachedObjectReference cor)
          

Supported API: false
 void LifeCycleTemplateReference.inflate(CachedObjectReference cor)
          

Supported API: false
 void LifeCycleTemplateMasterReference.inflate(CachedObjectReference cor)
          

Supported API: false
 

Uses of CachedObjectReference in wt.project
 

Subclasses of CachedObjectReference in wt.project
 class ProjectReference
          Deprecated. in R6.0 Project will be replaced by a new Team object in a future release.
 

Methods in wt.project with parameters of type CachedObjectReference
 void ProjectReference.inflate(CachedObjectReference cor)
          Deprecated. 

Supported API: false
 

Uses of CachedObjectReference in wt.projmgmt.admin
 

Subclasses of CachedObjectReference in wt.projmgmt.admin
 class Project2Reference
           Use the newProject2Reference static factory method(s), not the Project2Reference constructor, to construct instances of this class.
 

Uses of CachedObjectReference in wt.team
 

Subclasses of CachedObjectReference in wt.team
 class TeamDistributionListReference
          TeamDistributionList is a specialization of CachedObjectReference to provide type safe references and access to the name/identity attribute without instantiating the object.
 class TeamTemplateReference
          TeamTemplateReference is a specialization of CachedObjectReference to provide type safe references and access to the name/identity attribute without instantiating the object.
 

Methods in wt.team with parameters of type CachedObjectReference
 void TeamTemplateReference.inflate(CachedObjectReference cor)
          

Supported API: false
 void TeamDistributionListReference.inflate(CachedObjectReference cor)
          

Supported API: false
 void TeamTemplateReference.inflate(CachedObjectReference cor)
          

Supported API: false
 void TeamDistributionListReference.inflate(CachedObjectReference cor)
          

Supported API: false
 

Uses of CachedObjectReference in wt.vc.views
 

Subclasses of CachedObjectReference in wt.vc.views
 class ViewReference
          The ViewReference is an ObjectReference particular to Views.
 

Methods in wt.vc.views with parameters of type CachedObjectReference
 void ViewReference.inflate(CachedObjectReference cor)
          

Supported API: false
 

Uses of CachedObjectReference in wt.workflow.definer
 

Subclasses of CachedObjectReference in wt.workflow.definer
 class WfContainerTemplateReference
          Reference to a container template object.
 class WfNodeTemplateReference
           Use the newWfNodeTemplateReference static factory method(s), not the WfNodeTemplateReference constructor, to construct instances of this class.
 class WfProcessTemplateMasterReference
           Use the newWfProcessTemplateMasterReference static factory method(s), not the WfProcessTemplateMasterReference constructor, to construct instances of this class.
 class WfProcessTemplateReference
          Reference to a process template object.
 class WfTemplateObjectReference
          Reference to a template object.
 

Methods in wt.workflow.definer with parameters of type CachedObjectReference
 void WfTemplateObjectReference.inflate(CachedObjectReference cor)
           
 void WfProcessTemplateMasterReference.inflate(CachedObjectReference cor)
          

Supported API: false
 void WfNodeTemplateReference.inflate(CachedObjectReference cor)
          

Supported API: false
 void WfContainerTemplateReference.inflate(CachedObjectReference cor)
          

Supported API: false
 

Uses of CachedObjectReference in wt.workflow.engine
 

Subclasses of CachedObjectReference in wt.workflow.engine
 class WfContainerReference
           Use the newWfContainerReference static factory method(s), not the WfContainerReference constructor, to construct instances of this class.
 class WfProcessReference
          WfProcessReference represents references to a given workflow processes.
 

Methods in wt.workflow.engine with parameters of type CachedObjectReference
 void WfContainerReference.inflate(CachedObjectReference cor)
          

Supported API: false
 void WfContainerReference.inflate(CachedObjectReference cor)
          

Supported API: false