com.ibm.casemgmt.api.objectref
Class ObjectStoreReference
- java.lang.Object
-
- com.ibm.casemgmt.api.objectref.CEObjectReference<com.filenet.api.core.ObjectStore,DomainReference>
-
- com.ibm.casemgmt.api.objectref.ObjectStoreReference
-
public class ObjectStoreReference extends CEObjectReference<com.filenet.api.core.ObjectStore,DomainReference>
Represents a reference to a Content Engine Java APIObjectStoreobject. AnObjectStoreinstance has a parent object reference of typeDomainReference.An
ObjectStoreReferencecan be constructed using a parentDomainReferenceand a name or ID. The name can be the object store symbolic name or display name.An
ObjectStoreReferencecan also be constructed using an existing Content Engine Java APIObjectStoreobject.- ID status:
- ID review by David Newhall
-
-
Constructor Summary
Constructors Constructor and Description ObjectStoreReference(DomainReference domainRef, com.filenet.api.util.Id osId)Constructs anObjectStoreReferenceinstance using a parentDomainReferenceobject and an ID.ObjectStoreReference(DomainReference domainRef, java.lang.String osName)Constructs anObjectStoreReferenceinstance using a parentDomainReferenceobject and a name.ObjectStoreReference(com.filenet.api.core.ObjectStore os)Constructs anObjectStoreReferenceinstance using an existing Content Engine Java APIObjectStoreobject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description com.filenet.api.core.ObjectStorefetchCEObject(com.filenet.api.property.PropertyFilter pf)Fetches a Content Engine Java APIObjectStoreobject.com.filenet.api.core.ObjectStoregetFetchlessCEObject()Obtains a fetchless instance of a Content Engine Java APIObjectStoreobject.java.lang.StringgetObjectStoreIdentity()Returns the identity as either an ID or a name, however it is represented in the reference.-
Methods inherited from class com.ibm.casemgmt.api.objectref.CEObjectReference
fetchCEObject, fetchOptionalCEObject, fetchOptionalCEObject, getParentObjectReference
-
-
-
-
Constructor Detail
-
ObjectStoreReference
public ObjectStoreReference(DomainReference domainRef, java.lang.String osName)
Constructs anObjectStoreReferenceinstance using a parentDomainReferenceobject and a name. The name can be the symbolic name or display name.- Parameters:
domainRef- the parentDomainReferenceobjectosName- the object store symbolic name or display name- ID status:
- ID review by David Newhall
-
ObjectStoreReference
public ObjectStoreReference(DomainReference domainRef, com.filenet.api.util.Id osId)
Constructs anObjectStoreReferenceinstance using a parentDomainReferenceobject and an ID.- Parameters:
domainRef- the parentDomainReferenceobjectosId- the object store ID- ID status:
- ID review by David Newhall
-
ObjectStoreReference
public ObjectStoreReference(com.filenet.api.core.ObjectStore os)
Constructs anObjectStoreReferenceinstance using an existing Content Engine Java APIObjectStoreobject. Information such as the object store identity is obtained from the existingObjectStoreobject but the {code ObjectStore} object itself is not maintained on this instance.- Parameters:
os- an existingObjectStoreobject.- ID status:
- ID review by David Newhall
-
-
Method Detail
-
fetchCEObject
public com.filenet.api.core.ObjectStore fetchCEObject(com.filenet.api.property.PropertyFilter pf)
Fetches a Content Engine Java APIObjectStoreobject. Equivalent to calling theFactory.ObjectStore.fetchInstancemethod with aDomainobject corresponding to the parentDomainReferenceobject, the ID or name this instance references, and the specified property filter.- Specified by:
fetchCEObjectin classCEObjectReference<com.filenet.api.core.ObjectStore,DomainReference>- Parameters:
pf- optional property filter- ID status:
- ID review by David Newhall
-
getFetchlessCEObject
public com.filenet.api.core.ObjectStore getFetchlessCEObject()
Obtains a fetchless instance of a Content Engine Java APIObjectStoreobject. Equivalent to calling theFactory.ObjectStore.getInstancemethod with aDomainobject corresponding to the parentDomainReferenceobject and the ID or name this instance references.- Specified by:
getFetchlessCEObjectin classCEObjectReference<com.filenet.api.core.ObjectStore,DomainReference>- ID status:
- ID review by David Newhall
-
getObjectStoreIdentity
public java.lang.String getObjectStoreIdentity()
Returns the identity as either an ID or a name, however it is represented in the reference.- ID status:
- ID review by David Newhall
-
-