Uses of Interface
com.filenet.api.core.ObjectStore

Packages that use ObjectStore
com.filenet.api.admin Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server. 
com.filenet.api.core Provides classes and interfaces that are related to the core business objects of the API, such as EntireNetwork, Domain, Document, Folder, and so on. 
com.filenet.api.query Provides classes related to constructing and performing Content Engine searches. 
com.filenet.api.replication Provides interfaces for defining objects that can be replicated and external repositories that are capable of federating content. 
 

Uses of ObjectStore in com.filenet.api.admin
 

Methods in com.filenet.api.admin that return ObjectStore
 ObjectStore CMODApplicationGroup.get_TargetObjectStore()
          Returns the value of the TargetObjectStore property.
 

Methods in com.filenet.api.admin with parameters of type ObjectStore
 void CMODApplicationGroup.set_TargetObjectStore(ObjectStore value)
          Sets the value of the TargetObjectStore property.
 

Uses of ObjectStore in com.filenet.api.core
 

Methods in com.filenet.api.core that return ObjectStore
static ObjectStore Factory.ObjectStore.createInstance(Domain domain, java.lang.String[] admins, java.lang.String[] users)
          Creates a new instance of the ObjectStore class based on the specified parameters.
static ObjectStore Factory.ObjectStore.createInstance(Domain domain, java.lang.String[] admins, java.lang.String[] users, java.lang.String schemaScript)
          Creates a new instance of the ObjectStore class based on the specified parameters.
static ObjectStore Factory.ObjectStore.fetchInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves an object of the ObjectStore class by the specified domain and ID.
static ObjectStore Factory.ObjectStore.fetchInstance(Domain domain, java.lang.String name, PropertyFilter filter)
          Retrieves the specified object from this ObjectStore object.
static ObjectStore Factory.ObjectStore.getInstance(Domain domain, Id id)
          Constructs an instance of the ObjectStore class by the specified domain and ID.
static ObjectStore Factory.ObjectStore.getInstance(Domain domain, java.lang.String name)
          Retrieves an instance of the ObjectStore class by the specified domain and ID.
 ObjectStore RepositoryObject.getObjectStore()
          Returns a reference to the object store to which this object is persisted.
 

Methods in com.filenet.api.core with parameters of type ObjectStore
static IndexJob Factory.IndexJob.createInstance(ObjectStore os)
          Creates a new instance of the IndexJob class to be persisted in the specified object store.
static PropertyTemplateString Factory.PropertyTemplateString.createInstance(ObjectStore os)
          Creates a new instance of the PropertyTemplateString class to be persisted in the specified object store.
static PropertyTemplateBinary Factory.PropertyTemplateBinary.createInstance(ObjectStore os)
          Creates a new instance of the PropertyTemplateBinary class to be persisted in the specified object store.
static PublishTemplate Factory.PublishTemplate.createInstance(ObjectStore os)
          Creates a new instance of the PublishTemplate class to be persisted in the specified object store.
static ContentReference Factory.ContentReference.createInstance(ObjectStore objectStore)
          Creates a new instance of the ContentReference class to be persisted to an object store.
static IndexJobClassItem Factory.IndexJobClassItem.createInstance(ObjectStore objectStore)
          Creates a new instance of the IndexJobClassItem class to be persisted to an object store.
static SubscribedEvent Factory.SubscribedEvent.createInstance(ObjectStore objectStore)
          Creates a new instance of the SubscribedEvent class to be persisted to an object store.
static PropertyTemplateDateTime Factory.PropertyTemplateDateTime.createInstance(ObjectStore os)
          Creates a new instance of the PropertyTemplateDateTime class to be persisted in the specified object store.
static PropertyTemplateFloat64 Factory.PropertyTemplateFloat64.createInstance(ObjectStore os)
          Creates a new instance of the PropertyTemplateFloat64 class to be persisted in the specified object store.
static LocalizedString Factory.LocalizedString.createInstance(ObjectStore objectStore)
          Creates a new instance of the LocalizedString class to be persisted to an object store.
static IndexJobCollectionItem Factory.IndexJobCollectionItem.createInstance(ObjectStore objectStore)
          Creates a new instance of the IndexJobCollectionItem class to be persisted to an object store.
static ChoiceList Factory.ChoiceList.createInstance(ObjectStore os)
          Creates a new instance of the ChoiceList class to be persisted in the specified object store.
static AuditDefinition Factory.AuditDefinition.createInstance(ObjectStore objectStore)
          Creates a new instance of the AuditDefinition class to be persisted to an object store.
static VersioningSecurityTemplate Factory.VersioningSecurityTemplate.createInstance(ObjectStore objectStore)
          Creates a new instance of the VersioningSecurityTemplate class to be persisted to an object store.
static PropertyTemplateBoolean Factory.PropertyTemplateBoolean.createInstance(ObjectStore os)
          Creates a new instance of the PropertyTemplateBoolean class to be persisted in the specified object store.
static ContentTransfer Factory.ContentTransfer.createInstance(ObjectStore objectStore)
          Creates a new instance of the ContentTransfer class to be persisted to an object store.
static PropertyTemplateId Factory.PropertyTemplateId.createInstance(ObjectStore os)
          Creates a new instance of the PropertyTemplateId class to be persisted in the specified object store.
static PropertyTemplateInteger32 Factory.PropertyTemplateInteger32.createInstance(ObjectStore os)
          Creates a new instance of the PropertyTemplateInteger32 class to be persisted in the specified object store.
static StoragePolicy Factory.StoragePolicy.createInstance(ObjectStore os)
          Creates a new instance of the StoragePolicy class to be persisted in the specified object store.
static ExternalPropertyAlias Factory.ExternalPropertyAlias.createInstance(ObjectStore objectStore)
          Creates a new instance of the ExternalPropertyAlias class to be persisted to an object store.
static DocumentState Factory.DocumentState.createInstance(ObjectStore objectStore)
          Creates a new instance of the DocumentState class to be persisted to an object store.
static Choice Factory.Choice.createInstance(ObjectStore objectStore)
          Creates a new instance of the Choice class to be persisted to an object store.
static PublishStyleTemplate Factory.PublishStyleTemplate.createInstance(ObjectStore os)
          Creates a new instance of the PublishStyleTemplate class to be persisted in the specified object store.
static PropertyTemplateObject Factory.PropertyTemplateObject.createInstance(ObjectStore os)
          Creates a new instance of the PropertyTemplateObject class to be persisted in the specified object store.
static PublishRequest Factory.PublishRequest.createInstance(ObjectStore os)
          Creates a new instance of the PublishRequest class to be persisted in the specified object store.
static ApplicationSecurityTemplate Factory.ApplicationSecurityTemplate.createInstance(ObjectStore objectStore)
          Creates a new instance of the ApplicationSecurityTemplate class to be persisted to an object store.
static IndexJobSingleItem Factory.IndexJobSingleItem.createInstance(ObjectStore objectStore)
          Creates a new instance of the IndexJobSingleItem class to be persisted to an object store.
static ExternalClassAlias Factory.ExternalClassAlias.createInstance(ObjectStore objectStore)
          Creates a new instance of the ExternalClassAlias class to be persisted to an object store.
static IndexJob Factory.IndexJob.createInstance(ObjectStore os, Id id)
          Creates a new instance of the IndexJob class to be persisted in the specified object store.
static PropertyTemplateString Factory.PropertyTemplateString.createInstance(ObjectStore os, Id id)
          Creates a new instance of the PropertyTemplateString class to be persisted in the specified object store.
static PropertyTemplateBinary Factory.PropertyTemplateBinary.createInstance(ObjectStore os, Id id)
          Creates a new instance of the PropertyTemplateBinary class to be persisted in the specified object store.
static PublishTemplate Factory.PublishTemplate.createInstance(ObjectStore os, Id id)
          Creates a new instance of the PublishTemplate class to be persisted in the specified object store.
static PropertyTemplateDateTime Factory.PropertyTemplateDateTime.createInstance(ObjectStore os, Id id)
          Creates a new instance of the PropertyTemplateDateTime class to be persisted in the specified object store.
static PropertyTemplateFloat64 Factory.PropertyTemplateFloat64.createInstance(ObjectStore os, Id id)
          Creates a new instance of the PropertyTemplateFloat64 class to be persisted in the specified object store.
static ChoiceList Factory.ChoiceList.createInstance(ObjectStore os, Id id)
          Creates a new instance of the ChoiceList class to be persisted in the specified object store.
static PropertyTemplateBoolean Factory.PropertyTemplateBoolean.createInstance(ObjectStore os, Id id)
          Creates a new instance of the PropertyTemplateBoolean class to be persisted in the specified object store.
static PropertyTemplateId Factory.PropertyTemplateId.createInstance(ObjectStore os, Id id)
          Creates a new instance of the PropertyTemplateId class to be persisted in the specified object store.
static PropertyTemplateInteger32 Factory.PropertyTemplateInteger32.createInstance(ObjectStore os, Id id)
          Creates a new instance of the PropertyTemplateInteger32 class to be persisted in the specified object store.
static StoragePolicy Factory.StoragePolicy.createInstance(ObjectStore os, Id id)
          Creates a new instance of the StoragePolicy class to be persisted in the specified object store.
static PublishStyleTemplate Factory.PublishStyleTemplate.createInstance(ObjectStore os, Id id)
          Creates a new instance of the PublishStyleTemplate class to be persisted in the specified object store.
static PropertyTemplateObject Factory.PropertyTemplateObject.createInstance(ObjectStore os, Id id)
          Creates a new instance of the PropertyTemplateObject class to be persisted in the specified object store.
static PublishRequest Factory.PublishRequest.createInstance(ObjectStore os, Id id)
          Creates a new instance of the PublishRequest class to be persisted in the specified object store.
static InstanceWorkflowSubscription Factory.InstanceWorkflowSubscription.createInstance(ObjectStore os, java.lang.String classId)
          Creates a new instance of the subclassable InstanceWorkflowSubscription class to be persisted in the specified object store.
static EventAction Factory.EventAction.createInstance(ObjectStore os, java.lang.String classId)
          Creates a new instance of the subclassable EventAction class to be persisted in the specified object store.
static ClassWorkflowSubscription Factory.ClassWorkflowSubscription.createInstance(ObjectStore os, java.lang.String classId)
          Creates a new instance of the subclassable ClassWorkflowSubscription class to be persisted in the specified object store.
static Link Factory.Link.createInstance(ObjectStore os, java.lang.String classId)
          Creates a new instance of the Link class, to be persisted in the specified object store, based on the class ID.
static FixedStorageArea Factory.FixedStorageArea.createInstance(ObjectStore os, java.lang.String classId)
          Creates a new instance of the subclassable FixedStorageArea class to be persisted in the specified object store.
static Folder Factory.Folder.createInstance(ObjectStore os, java.lang.String classId)
          Creates a new instance of the subclassable Folder class to be persisted in the specified object store.
static ComponentRelationship Factory.ComponentRelationship.createInstance(ObjectStore os, java.lang.String classId)
          Creates a new instance of the subclassable ComponentRelationship class to be persisted in the specified object store.
static DynamicReferentialContainmentRelationship Factory.DynamicReferentialContainmentRelationship.createInstance(ObjectStore os, java.lang.String classId)
          Creates a new instance of the subclassable DynamicReferentialContainmentRelationship class to be persisted in the specified object store.
static WorkflowEventAction Factory.WorkflowEventAction.createInstance(ObjectStore os, java.lang.String classId)
          Creates a new instance of the subclassable WorkflowEventAction class to be persisted in the specified object store.
static ReferentialContainmentRelationship Factory.ReferentialContainmentRelationship.createInstance(ObjectStore os, java.lang.String classId)
          Creates a new instance of the subclassable ReferentialContainmentRelationship class to be persisted in the specified object store.
static DocumentLifecyclePolicy Factory.DocumentLifecyclePolicy.createInstance(ObjectStore os, java.lang.String classId)
          Creates a new instance of the subclassable DocumentLifecyclePolicy class to be persisted in the specified object store.
static SecurityPolicy Factory.SecurityPolicy.createInstance(ObjectStore os, java.lang.String classId)
          Creates a new instance of the subclassable SecurityPolicy class to be persisted in the specified object store.
static XMLPropertyMappingScript Factory.XMLPropertyMappingScript.createInstance(ObjectStore os, java.lang.String classId)
          Creates a new instance of the subclassable XMLPropertyMappingScript class to be persisted in the specified object store.
static Document Factory.Document.createInstance(ObjectStore os, java.lang.String classId)
          Creates a new instance of the subclassable Document class to be persisted in the specified object store.
static Annotation Factory.Annotation.createInstance(ObjectStore os, java.lang.String classId)
          Creates a new instance of the subclassable Annotation class to be persisted in the specified object store.
static ClassSubscription Factory.ClassSubscription.createInstance(ObjectStore os, java.lang.String classId)
          Creates a new instance of the subclassable ClassSubscription class to be persisted in the specified object store.
static CustomObject Factory.CustomObject.createInstance(ObjectStore os, java.lang.String classId)
          Creates a new instance of the subclassable CustomObject class to be persisted in the specified object store.
static WorkflowDefinition Factory.WorkflowDefinition.createInstance(ObjectStore os, java.lang.String classId)
          Creates a new instance of the subclassable WorkflowDefinition class to be persisted in the specified object store.
static FileStorageArea Factory.FileStorageArea.createInstance(ObjectStore os, java.lang.String classId)
          Creates a new instance of the subclassable FileStorageArea class to be persisted in the specified object store.
static DocumentLifecycleAction Factory.DocumentLifecycleAction.createInstance(ObjectStore os, java.lang.String classId)
          Creates a new instance of the subclassable DocumentLifecycleAction class to be persisted in the specified object store.
static CustomEvent Factory.CustomEvent.createInstance(ObjectStore os, java.lang.String classId)
          Creates a new instance of the subclassable CustomEvent class to be persisted in the specified object store.
static InstanceSubscription Factory.InstanceSubscription.createInstance(ObjectStore os, java.lang.String classId)
          Creates a new instance of the subclassable InstanceSubscription class to be persisted in the specified object store.
static VerityIndexArea Factory.VerityIndexArea.createInstance(ObjectStore os, java.lang.String classId)
          Creates a new instance of the subclassable VerityIndexArea class to be persisted in the specified object store.
static DocumentClassificationAction Factory.DocumentClassificationAction.createInstance(ObjectStore os, java.lang.String classId)
          Creates a new instance of the subclassable DocumentClassificationAction class to be persisted in the specified object store.
static CodeModule Factory.CodeModule.createInstance(ObjectStore os, java.lang.String classId)
          Creates a new instance of the subclassable CodeModule class to be persisted in the specified object store.
static DynamicReferentialContainmentRelationship Factory.DynamicReferentialContainmentRelationship.createInstance(ObjectStore os, java.lang.String classId, AutoUniqueName uniqueName, DefineSecurityParentage defineSecurityParentage)
          Creates a new instance of the DynamicReferentialContainmentRelationship class, to be persisted in the specified object store, based on the AutoUniqueName and DefineSecurityParentage and class name settings.
static ReferentialContainmentRelationship Factory.ReferentialContainmentRelationship.createInstance(ObjectStore os, java.lang.String className, AutoUniqueName uniqueName, DefineSecurityParentage defineSecurityParentage)
          Creates a new instance of the ReferentialContainmentRelationship class, to be persisted in the specified object store, based on the AutoUniqueName and DefineSecurityParentage and class name settings.
static ComponentRelationship Factory.ComponentRelationship.createInstance(ObjectStore os, java.lang.String classId, ComponentRelationshipType type, Document parentComponent, java.lang.String name)
          Creates a new instance of the subclassable ComponentRelationship class to be persisted in the specified object store.
static InstanceWorkflowSubscription Factory.InstanceWorkflowSubscription.createInstance(ObjectStore os, java.lang.String classId, Id id)
          Creates a new instance of the subclassable InstanceWorkflowSubscription class to be persisted in the specified object store.
static EventAction Factory.EventAction.createInstance(ObjectStore os, java.lang.String classId, Id id)
          Creates a new instance of the subclassable EventAction class to be persisted in the specified object store.
static ClassWorkflowSubscription Factory.ClassWorkflowSubscription.createInstance(ObjectStore os, java.lang.String classId, Id id)
          Creates a new instance of the subclassable ClassWorkflowSubscription class to be persisted in the specified object store.
static Link Factory.Link.createInstance(ObjectStore os, java.lang.String classId, Id id)
          Creates a new instance of the Link class, to be persisted in the specified object store, based on the class ID and GUID.
static FixedStorageArea Factory.FixedStorageArea.createInstance(ObjectStore os, java.lang.String classId, Id id)
          Creates a new instance of the subclassable FixedStorageArea class to be persisted in the specified object store.
static Folder Factory.Folder.createInstance(ObjectStore os, java.lang.String classId, Id id)
          Creates a new instance of the subclassable Folder class to be persisted in the specified object store.
static ComponentRelationship Factory.ComponentRelationship.createInstance(ObjectStore os, java.lang.String classId, Id id)
          Creates a new instance of the subclassable ComponentRelationship class to be persisted in the specified object store.
static DynamicReferentialContainmentRelationship Factory.DynamicReferentialContainmentRelationship.createInstance(ObjectStore os, java.lang.String classId, Id id)
          Creates a new instance of the subclassable DynamicReferentialContainmentRelationship class to be persisted in the specified object store.
static WorkflowEventAction Factory.WorkflowEventAction.createInstance(ObjectStore os, java.lang.String classId, Id id)
          Creates a new instance of the subclassable WorkflowEventAction class to be persisted in the specified object store.
static ReferentialContainmentRelationship Factory.ReferentialContainmentRelationship.createInstance(ObjectStore os, java.lang.String classId, Id id)
          Creates a new instance of the subclassable ReferentialContainmentRelationship class to be persisted in the specified object store.
static DocumentLifecyclePolicy Factory.DocumentLifecyclePolicy.createInstance(ObjectStore os, java.lang.String classId, Id id)
          Creates a new instance of the subclassable DocumentLifecyclePolicy class to be persisted in the specified object store.
static SecurityPolicy Factory.SecurityPolicy.createInstance(ObjectStore os, java.lang.String classId, Id id)
          Creates a new instance of the subclassable SecurityPolicy class to be persisted in the specified object store.
static XMLPropertyMappingScript Factory.XMLPropertyMappingScript.createInstance(ObjectStore os, java.lang.String classId, Id id)
          Creates a new instance of the subclassable XMLPropertyMappingScript class to be persisted in the specified object store.
static Document Factory.Document.createInstance(ObjectStore os, java.lang.String classId, Id id)
          Creates a new instance of the subclassable Document class to be persisted in the specified object store.
static Annotation Factory.Annotation.createInstance(ObjectStore os, java.lang.String classId, Id id)
          Creates a new instance of the subclassable Annotation class to be persisted in the specified object store.
static ClassSubscription Factory.ClassSubscription.createInstance(ObjectStore os, java.lang.String classId, Id id)
          Creates a new instance of the subclassable ClassSubscription class to be persisted in the specified object store.
static CustomObject Factory.CustomObject.createInstance(ObjectStore os, java.lang.String classId, Id id)
          Creates a new instance of the subclassable CustomObject class to be persisted in the specified object store.
static WorkflowDefinition Factory.WorkflowDefinition.createInstance(ObjectStore os, java.lang.String classId, Id id)
          Creates a new instance of the subclassable WorkflowDefinition class to be persisted in the specified object store.
static FileStorageArea Factory.FileStorageArea.createInstance(ObjectStore os, java.lang.String classId, Id id)
          Creates a new instance of the subclassable FileStorageArea class to be persisted in the specified object store.
static DocumentLifecycleAction Factory.DocumentLifecycleAction.createInstance(ObjectStore os, java.lang.String classId, Id id)
          Creates a new instance of the subclassable DocumentLifecycleAction class to be persisted in the specified object store.
static CustomEvent Factory.CustomEvent.createInstance(ObjectStore os, java.lang.String classId, Id id)
          Creates a new instance of the subclassable CustomEvent class to be persisted in the specified object store.
static InstanceSubscription Factory.InstanceSubscription.createInstance(ObjectStore os, java.lang.String classId, Id id)
          Creates a new instance of the subclassable InstanceSubscription class to be persisted in the specified object store.
static VerityIndexArea Factory.VerityIndexArea.createInstance(ObjectStore os, java.lang.String classId, Id id)
          Creates a new instance of the subclassable VerityIndexArea class to be persisted in the specified object store.
static DocumentClassificationAction Factory.DocumentClassificationAction.createInstance(ObjectStore os, java.lang.String classId, Id id)
          Creates a new instance of the subclassable DocumentClassificationAction class to be persisted in the specified object store.
static CodeModule Factory.CodeModule.createInstance(ObjectStore os, java.lang.String classId, Id id)
          Creates a new instance of the subclassable CodeModule class to be persisted in the specified object store.
static XMLPropertyMappingScript Factory.XMLPropertyMappingScript.createInstance(ObjectStore os, java.lang.String classId, Id id, Id versionSeriesId, ReservationType reservationType)
          Creates a new instance of the subclassable XMLPropertyMappingScript class, to be persisted in the specified object store.
static Document Factory.Document.createInstance(ObjectStore os, java.lang.String classId, Id id, Id versionSeriesId, ReservationType reservationType)
          Creates a new instance of the subclassable Document class, to be persisted in the specified object store.
static WorkflowDefinition Factory.WorkflowDefinition.createInstance(ObjectStore os, java.lang.String classId, Id id, Id versionSeriesId, ReservationType reservationType)
          Creates a new instance of the subclassable WorkflowDefinition class, to be persisted in the specified object store.
static SecurityPropagationQueueItem Factory.SecurityPropagationQueueItem.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the SecurityPropagationQueueItem class by the specified object ID from the specified object store.
static Relationship Factory.Relationship.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the Relationship class by the specified object ID from the specified object store.
static IndexJob Factory.IndexJob.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the IndexJob class by the specified object ID from the specified object store.
static CancelCheckoutEvent Factory.CancelCheckoutEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the CancelCheckoutEvent class by the specified object ID from the specified object store.
static PropertyTemplateString Factory.PropertyTemplateString.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the PropertyTemplateString class by the specified object ID from the specified object store.
static ReplicableClassDefinition Factory.ReplicableClassDefinition.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the ReplicableClassDefinition class by the specified object ID from the specified object store.
static PropertyTemplateBinary Factory.PropertyTemplateBinary.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the PropertyTemplateBinary class by the specified object ID from the specified object store.
static InstanceWorkflowSubscription Factory.InstanceWorkflowSubscription.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the InstanceWorkflowSubscription class by the specified object ID from the specified object store.
static EventAction Factory.EventAction.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the EventAction class by the specified object ID from the specified object store.
static ClassWorkflowSubscription Factory.ClassWorkflowSubscription.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the ClassWorkflowSubscription class by the specified object ID from the specified object store.
static PublishTemplate Factory.PublishTemplate.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the PublishTemplate class by the specified object ID from the specified object store.
static Link Factory.Link.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the Link class by the specified object ID from the specified object store.
static FixedStorageArea Factory.FixedStorageArea.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the FixedStorageArea class by the specified object ID from the specified object store.
static ChangeClassEvent Factory.ChangeClassEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the ChangeClassEvent class by the specified object ID from the specified object store.
static Folder Factory.Folder.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the Folder class by the specified object ID from the specified object store.
static RetrievalEvent Factory.RetrievalEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the RetrievalEvent class by the specified object ID from the specified object store.
static FileEvent Factory.FileEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the FileEvent class by the specified object ID from the specified object store.
static ComponentRelationship Factory.ComponentRelationship.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the ComponentRelationship class by the specified object ID from the specified object store.
static UnfileEvent Factory.UnfileEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the UnfileEvent class by the specified object ID from the specified object store.
static PropertyTemplateDateTime Factory.PropertyTemplateDateTime.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the PropertyTemplateDateTime class by the specified object ID from the specified object store.
static DemoteVersionEvent Factory.DemoteVersionEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the DemoteVersionEvent class by the specified object ID from the specified object store.
static ChangeStateEvent Factory.ChangeStateEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the ChangeStateEvent class by the specified object ID from the specified object store.
static VersionSeries Factory.VersionSeries.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the VersionSeries class by the specified object ID from the specified object store.
static DeletionEvent Factory.DeletionEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the DeletionEvent class by the specified object ID from the specified object store.
static PropertyTemplateFloat64 Factory.PropertyTemplateFloat64.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the PropertyTemplateFloat64 class by the specified object ID from the specified object store.
static PublishRequestEvent Factory.PublishRequestEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the PublishRequestEvent class by the specified object ID from the specified object store.
static UpdateEvent Factory.UpdateEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the UpdateEvent class by the specified object ID from the specified object store.
static PromoteVersionEvent Factory.PromoteVersionEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the PromoteVersionEvent class by the specified object ID from the specified object store.
static LockEvent Factory.LockEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the LockEvent class by the specified object ID from the specified object store.
static GetObjectEvent Factory.GetObjectEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the GetObjectEvent class by the specified object ID from the specified object store.
static ReplicationJournalEntry Factory.ReplicationJournalEntry.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the ReplicationJournalEntry class by the specified object ID from the specified object store.
static ChoiceList Factory.ChoiceList.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the ChoiceList class by the specified object ID from the specified object store.
static PropertyTemplate Factory.PropertyTemplate.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the PropertyTemplate class by the specified object ID from the specified object store.
static AuditConfigurationEvent Factory.AuditConfigurationEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the AuditConfigurationEvent class by the specified object ID from the specified object store.
static StorageArea Factory.StorageArea.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the StorageArea class by the specified object ID from the specified object store.
static ClassifyCompleteEvent Factory.ClassifyCompleteEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the ClassifyCompleteEvent class by the specified object ID from the specified object store.
static DynamicReferentialContainmentRelationship Factory.DynamicReferentialContainmentRelationship.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the DynamicReferentialContainmentRelationship class by the specified object ID from the specified object store.
static WorkflowEventAction Factory.WorkflowEventAction.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the WorkflowEventAction class by the specified object ID from the specified object store.
static ReferentialContainmentRelationship Factory.ReferentialContainmentRelationship.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the ReferentialContainmentRelationship class by the specified object ID from the specified object store.
static ContainmentRelationship Factory.ContainmentRelationship.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the ContainmentRelationship class by the specified object ID from the specified object store.
static DocumentLifecyclePolicy Factory.DocumentLifecyclePolicy.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the DocumentLifecyclePolicy class by the specified object ID from the specified object store.
static PropertyTemplateBoolean Factory.PropertyTemplateBoolean.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the PropertyTemplateBoolean class by the specified object ID from the specified object store.
static SecurityPolicy Factory.SecurityPolicy.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the SecurityPolicy class by the specified object ID from the specified object store.
static ActionConsumer Factory.ActionConsumer.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the ActionConsumer class by the specified object ID from the specified object store.
static CheckinEvent Factory.CheckinEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the CheckinEvent class by the specified object ID from the specified object store.
static PublishCompleteEvent Factory.PublishCompleteEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the PublishCompleteEvent class by the specified object ID from the specified object store.
static XMLPropertyMappingScript Factory.XMLPropertyMappingScript.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the XMLPropertyMappingScript class by the specified object ID from the specified object store.
static QueryEvent Factory.QueryEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the QueryEvent class by the specified object ID from the specified object store.
static ObjectChangeEvent Factory.ObjectChangeEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the ObjectChangeEvent class by the specified object ID from the specified object store.
static Event Factory.Event.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the Event class by the specified object ID from the specified object store.
static Document Factory.Document.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the Document class by the specified object ID from the specified object store.
static TakeFederatedOwnershipEvent Factory.TakeFederatedOwnershipEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the TakeFederatedOwnershipEvent class by the specified object ID from the specified object store.
static PropertyTemplateId Factory.PropertyTemplateId.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the PropertyTemplateId class by the specified object ID from the specified object store.
static IndexArea Factory.IndexArea.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the IndexArea class by the specified object ID from the specified object store.
static TableDefinition Factory.TableDefinition.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the TableDefinition class by the specified object ID from the specified object store.
static Annotation Factory.Annotation.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the Annotation class by the specified object ID from the specified object store.
static PropertyTemplateInteger32 Factory.PropertyTemplateInteger32.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the PropertyTemplateInteger32 class by the specified object ID from the specified object store.
static ClassSubscription Factory.ClassSubscription.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the ClassSubscription class by the specified object ID from the specified object store.
static DocumentClassDefinition Factory.DocumentClassDefinition.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the DocumentClassDefinition class by the specified object ID from the specified object store.
static StoragePolicy Factory.StoragePolicy.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the StoragePolicy class by the specified object ID from the specified object store.
static VersionableClassDefinition Factory.VersionableClassDefinition.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the VersionableClassDefinition class by the specified object ID from the specified object store.
static Action Factory.Action.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the Action class by the specified object ID from the specified object store.
static DatabaseStorageArea Factory.DatabaseStorageArea.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the DatabaseStorageArea class by the specified object ID from the specified object store.
static CustomObject Factory.CustomObject.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the CustomObject class by the specified object ID from the specified object store.
static ClassDefinition Factory.ClassDefinition.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the ClassDefinition class by the specified object ID from the specified object store.
static GetContentEvent Factory.GetContentEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the GetContentEvent class by the specified object ID from the specified object store.
static CheckoutEvent Factory.CheckoutEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the CheckoutEvent class by the specified object ID from the specified object store.
static EventClassDefinition Factory.EventClassDefinition.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the EventClassDefinition class by the specified object ID from the specified object store.
static WorkflowDefinition Factory.WorkflowDefinition.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the WorkflowDefinition class by the specified object ID from the specified object store.
static SubscribableClassDefinition Factory.SubscribableClassDefinition.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the SubscribableClassDefinition class by the specified object ID from the specified object store.
static FileStorageArea Factory.FileStorageArea.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the FileStorageArea class by the specified object ID from the specified object store.
static DocumentLifecycleAction Factory.DocumentLifecycleAction.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the DocumentLifecycleAction class by the specified object ID from the specified object store.
static UnlockEvent Factory.UnlockEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the UnlockEvent class by the specified object ID from the specified object store.
static CustomEvent Factory.CustomEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the CustomEvent class by the specified object ID from the specified object store.
static InstanceSubscription Factory.InstanceSubscription.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the InstanceSubscription class by the specified object ID from the specified object store.
static VerityIndexArea Factory.VerityIndexArea.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the VerityIndexArea class by the specified object ID from the specified object store.
static DocumentClassificationAction Factory.DocumentClassificationAction.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the DocumentClassificationAction class by the specified object ID from the specified object store.
static Subscription Factory.Subscription.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the Subscription class by the specified object ID from the specified object store.
static QueueItem Factory.QueueItem.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the QueueItem class by the specified object ID from the specified object store.
static AsyncUpgradeQueueItem Factory.AsyncUpgradeQueueItem.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the AsyncUpgradeQueueItem class by the specified object ID from the specified object store.
static PublishStyleTemplate Factory.PublishStyleTemplate.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the PublishStyleTemplate class by the specified object ID from the specified object store.
static DocumentClassificationQueueItem Factory.DocumentClassificationQueueItem.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the DocumentClassificationQueueItem class by the specified object ID from the specified object store.
static UpdateSecurityEvent Factory.UpdateSecurityEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the UpdateSecurityEvent class by the specified object ID from the specified object store.
static CreationEvent Factory.CreationEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the CreationEvent class by the specified object ID from the specified object store.
static PropertyTemplateObject Factory.PropertyTemplateObject.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the PropertyTemplateObject class by the specified object ID from the specified object store.
static FreezeEvent Factory.FreezeEvent.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the FreezeEvent class by the specified object ID from the specified object store.
static PublishRequest Factory.PublishRequest.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the PublishRequest class by the specified object ID from the specified object store.
static EventQueueItem Factory.EventQueueItem.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the EventQueueItem class by the specified object ID from the specified object store.
static CodeModule Factory.CodeModule.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the CodeModule class by the specified object ID from the specified object store.
static Folder Factory.Folder.fetchInstance(ObjectStore os, java.lang.String path, PropertyFilter filter)
          Retrieves an object of the Folder class based on the specified path, and from the specified object store.
static DynamicReferentialContainmentRelationship Factory.DynamicReferentialContainmentRelationship.fetchInstance(ObjectStore os, java.lang.String path, PropertyFilter filter)
          Retrieves an object of the DynamicReferentialContainmentRelationship class based on the specified path, and from the specified object store.
static ReferentialContainmentRelationship Factory.ReferentialContainmentRelationship.fetchInstance(ObjectStore os, java.lang.String path, PropertyFilter filter)
          Retrieves an object of the ReferentialContainmentRelationship class based on the specified path, and from the specified object store.
static XMLPropertyMappingScript Factory.XMLPropertyMappingScript.fetchInstance(ObjectStore os, java.lang.String path, PropertyFilter filter)
          Retrieves an object of the XMLPropertyMappingScript class as specified by a path and an object store.
static Document Factory.Document.fetchInstance(ObjectStore os, java.lang.String path, PropertyFilter filter)
          Retrieves an object of the Document class as specified by a path and an object store.
static DocumentClassDefinition Factory.DocumentClassDefinition.fetchInstance(ObjectStore os, java.lang.String objectIdentity, PropertyFilter filter)
          Retrieves an object of the DocumentClassDefinition class by the specified object identity from the specified object store.
static VersionableClassDefinition Factory.VersionableClassDefinition.fetchInstance(ObjectStore os, java.lang.String objectIdentity, PropertyFilter filter)
          Retrieves an object of the VersionableClassDefinition class by the specified object identity from the specified object store.
static CustomObject Factory.CustomObject.fetchInstance(ObjectStore os, java.lang.String path, PropertyFilter filter)
          Retrieves a CustomObject object using the specified path from the specified object store.
static ClassDefinition Factory.ClassDefinition.fetchInstance(ObjectStore os, java.lang.String objectIdentity, PropertyFilter filter)
          Retrieves an object of the ClassDefinition class by the specified object identity from the specified object store.
static EventClassDefinition Factory.EventClassDefinition.fetchInstance(ObjectStore os, java.lang.String objectIdentity, PropertyFilter filter)
          Retrieves an object of the EventClassDefinition class by the specified object identity from the specified object store.
static WorkflowDefinition Factory.WorkflowDefinition.fetchInstance(ObjectStore os, java.lang.String path, PropertyFilter filter)
          Retrieves an object of the WorkflowDefinition class as specified by a path and an object store.
static SubscribableClassDefinition Factory.SubscribableClassDefinition.fetchInstance(ObjectStore os, java.lang.String objectIdentity, PropertyFilter filter)
          Retrieves an object of the SubscribableClassDefinition class by the specified object identity from the specified object store.
static SecurityPropagationQueueItem Factory.SecurityPropagationQueueItem.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the SecurityPropagationQueueItem class from the specified object store.
static Relationship Factory.Relationship.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the Relationship class from the specified object store.
static IndexJob Factory.IndexJob.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the IndexJob class from the specified object store.
static CancelCheckoutEvent Factory.CancelCheckoutEvent.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the CancelCheckoutEvent class from the specified object store.
static PropertyTemplateString Factory.PropertyTemplateString.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the PropertyTemplateString class from the specified object store.
static ReplicableClassDefinition Factory.ReplicableClassDefinition.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the ReplicableClassDefinition class from the specified object store.
static PropertyTemplateBinary Factory.PropertyTemplateBinary.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the PropertyTemplateBinary class from the specified object store.
static PublishTemplate Factory.PublishTemplate.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the PublishTemplate class from the specified object store.
static ChangeClassEvent Factory.ChangeClassEvent.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the ChangeClassEvent class from the specified object store.
static RetrievalEvent Factory.RetrievalEvent.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the RetrievalEvent class from the specified object store.
static FileEvent Factory.FileEvent.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the FileEvent class from the specified object store.
static UnfileEvent Factory.UnfileEvent.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the UnfileEvent class from the specified object store.
static PropertyTemplateDateTime Factory.PropertyTemplateDateTime.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the PropertyTemplateDateTime class from the specified object store.
static DemoteVersionEvent Factory.DemoteVersionEvent.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the DemoteVersionEvent class from the specified object store.
static ChangeStateEvent Factory.ChangeStateEvent.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the ChangeStateEvent class from the specified object store.
static VersionSeries Factory.VersionSeries.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the VersionSeries class from the specified object store.
static DeletionEvent Factory.DeletionEvent.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the DeletionEvent class from the specified object store.
static PropertyTemplateFloat64 Factory.PropertyTemplateFloat64.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the PropertyTemplateFloat64 class from the specified object store.
static PublishRequestEvent Factory.PublishRequestEvent.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the PublishRequestEvent class from the specified object store.
static UpdateEvent Factory.UpdateEvent.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the UpdateEvent class from the specified object store.
static PromoteVersionEvent Factory.PromoteVersionEvent.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the PromoteVersionEvent class from the specified object store.
static LockEvent Factory.LockEvent.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the LockEvent class from the specified object store.
static GetObjectEvent Factory.GetObjectEvent.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the GetObjectEvent class from the specified object store.
static ReplicationJournalEntry Factory.ReplicationJournalEntry.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the ReplicationJournalEntry class from the specified object store.
static ChoiceList Factory.ChoiceList.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the ChoiceList class from the specified object store.
static PropertyTemplate Factory.PropertyTemplate.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the PropertyTemplate class from the specified object store.
static AuditConfigurationEvent Factory.AuditConfigurationEvent.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the AuditConfigurationEvent class from the specified object store.
static StorageArea Factory.StorageArea.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the StorageArea class from the specified object store.
static ClassifyCompleteEvent Factory.ClassifyCompleteEvent.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the ClassifyCompleteEvent class from the specified object store.
static ContainmentRelationship Factory.ContainmentRelationship.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the ContainmentRelationship class from the specified object store.
static PropertyTemplateBoolean Factory.PropertyTemplateBoolean.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the PropertyTemplateBoolean class from the specified object store.
static ActionConsumer Factory.ActionConsumer.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the ActionConsumer class from the specified object store.
static CheckinEvent Factory.CheckinEvent.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the CheckinEvent class from the specified object store.
static PublishCompleteEvent Factory.PublishCompleteEvent.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the PublishCompleteEvent class from the specified object store.
static QueryEvent Factory.QueryEvent.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the QueryEvent class from the specified object store.
static ObjectChangeEvent Factory.ObjectChangeEvent.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the ObjectChangeEvent class from the specified object store.
static Event Factory.Event.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the Event class from the specified object store.
static TakeFederatedOwnershipEvent Factory.TakeFederatedOwnershipEvent.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the TakeFederatedOwnershipEvent class from the specified object store.
static PropertyTemplateId Factory.PropertyTemplateId.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the PropertyTemplateId class from the specified object store.
static IndexArea Factory.IndexArea.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the IndexArea class from the specified object store.
static TableDefinition Factory.TableDefinition.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the TableDefinition class from the specified object store.
static PropertyTemplateInteger32 Factory.PropertyTemplateInteger32.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the PropertyTemplateInteger32 class from the specified object store.
static DocumentClassDefinition Factory.DocumentClassDefinition.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the DocumentClassDefinition class from the specified object store.
static StoragePolicy Factory.StoragePolicy.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the StoragePolicy class from the specified object store.
static VersionableClassDefinition Factory.VersionableClassDefinition.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the VersionableClassDefinition class from the specified object store.
static Action Factory.Action.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the Action class from the specified object store.
static DatabaseStorageArea Factory.DatabaseStorageArea.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the DatabaseStorageArea class from the specified object store.
static ClassDefinition Factory.ClassDefinition.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the ClassDefinition class from the specified object store.
static GetContentEvent Factory.GetContentEvent.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the GetContentEvent class from the specified object store.
static CheckoutEvent Factory.CheckoutEvent.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the CheckoutEvent class from the specified object store.
static EventClassDefinition Factory.EventClassDefinition.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the EventClassDefinition class from the specified object store.
static SubscribableClassDefinition Factory.SubscribableClassDefinition.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the SubscribableClassDefinition class from the specified object store.
static UnlockEvent Factory.UnlockEvent.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the UnlockEvent class from the specified object store.
static Subscription Factory.Subscription.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the Subscription class from the specified object store.
static AsyncUpgradeQueueItem Factory.AsyncUpgradeQueueItem.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the AsyncUpgradeQueueItem class from the specified object store.
static PublishStyleTemplate Factory.PublishStyleTemplate.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the PublishStyleTemplate class from the specified object store.
static DocumentClassificationQueueItem Factory.DocumentClassificationQueueItem.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the DocumentClassificationQueueItem class from the specified object store.
static UpdateSecurityEvent Factory.UpdateSecurityEvent.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the UpdateSecurityEvent class from the specified object store.
static CreationEvent Factory.CreationEvent.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the CreationEvent class from the specified object store.
static PropertyTemplateObject Factory.PropertyTemplateObject.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the PropertyTemplateObject class from the specified object store.
static FreezeEvent Factory.FreezeEvent.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the FreezeEvent class from the specified object store.
static PublishRequest Factory.PublishRequest.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the PublishRequest class from the specified object store.
static EventQueueItem Factory.EventQueueItem.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the EventQueueItem class from the specified object store.
static PublishTemplate Factory.PublishTemplate.getInstance(ObjectStore os, java.lang.String path)
          Retrieves the instance of the subclassable PublishTemplate class as specified by a path and an object store.
static PublishStyleTemplate Factory.PublishStyleTemplate.getInstance(ObjectStore os, java.lang.String path)
          Retrieves an instance of this class from the specified object store using the supplied path.
static CodeModule Factory.CodeModule.getInstance(ObjectStore os, java.lang.String path)
          Retrieves the instance of the subclassable CodeModule class as specified by a path and an object store.
static InstanceWorkflowSubscription Factory.InstanceWorkflowSubscription.getInstance(ObjectStore os, java.lang.String className, Id objectId)
          Constructs an instance of the subclassable InstanceWorkflowSubscription class from the specified object store.
static EventAction Factory.EventAction.getInstance(ObjectStore os, java.lang.String className, Id objectId)
          Constructs an instance of the subclassable EventAction class from the specified object store.
static ClassWorkflowSubscription Factory.ClassWorkflowSubscription.getInstance(ObjectStore os, java.lang.String className, Id objectId)
          Constructs an instance of the subclassable ClassWorkflowSubscription class from the specified object store.
static Link Factory.Link.getInstance(ObjectStore os, java.lang.String className, Id objectId)
          Constructs an instance of the subclassable Link class from the specified object store.
static FixedStorageArea Factory.FixedStorageArea.getInstance(ObjectStore os, java.lang.String className, Id objectId)
          Constructs an instance of the subclassable FixedStorageArea class from the specified object store.
static Folder Factory.Folder.getInstance(ObjectStore os, java.lang.String className, Id objectId)
          Constructs an instance of the subclassable Folder class from the specified object store.
static ComponentRelationship Factory.ComponentRelationship.getInstance(ObjectStore os, java.lang.String className, Id objectId)
          Constructs an instance of the subclassable ComponentRelationship class from the specified object store.
static DynamicReferentialContainmentRelationship Factory.DynamicReferentialContainmentRelationship.getInstance(ObjectStore os, java.lang.String className, Id objectId)
          Constructs an instance of the subclassable DynamicReferentialContainmentRelationship class from the specified object store.
static WorkflowEventAction Factory.WorkflowEventAction.getInstance(ObjectStore os, java.lang.String className, Id objectId)
          Constructs an instance of the subclassable WorkflowEventAction class from the specified object store.
static ReferentialContainmentRelationship Factory.ReferentialContainmentRelationship.getInstance(ObjectStore os, java.lang.String className, Id objectId)
          Constructs an instance of the subclassable ReferentialContainmentRelationship class from the specified object store.
static DocumentLifecyclePolicy Factory.DocumentLifecyclePolicy.getInstance(ObjectStore os, java.lang.String className, Id objectId)
          Constructs an instance of the subclassable DocumentLifecyclePolicy class from the specified object store.
static SecurityPolicy Factory.SecurityPolicy.getInstance(ObjectStore os, java.lang.String className, Id objectId)
          Constructs an instance of the subclassable SecurityPolicy class from the specified object store.
static XMLPropertyMappingScript Factory.XMLPropertyMappingScript.getInstance(ObjectStore os, java.lang.String className, Id objectId)
          Constructs an instance of the subclassable XMLPropertyMappingScript class from the specified object store.
static Document Factory.Document.getInstance(ObjectStore os, java.lang.String className, Id objectId)
          Constructs an instance of the subclassable Document class from the specified object store.
static Annotation Factory.Annotation.getInstance(ObjectStore os, java.lang.String className, Id objectId)
          Constructs an instance of the subclassable Annotation class from the specified object store.
static ClassSubscription Factory.ClassSubscription.getInstance(ObjectStore os, java.lang.String className, Id objectId)
          Constructs an instance of the subclassable ClassSubscription class from the specified object store.
static CustomObject Factory.CustomObject.getInstance(ObjectStore os, java.lang.String className, Id objectId)
          Constructs an instance of the subclassable CustomObject class from the specified object store.
static WorkflowDefinition Factory.WorkflowDefinition.getInstance(ObjectStore os, java.lang.String className, Id objectId)
          Constructs an instance of the subclassable WorkflowDefinition class from the specified object store.
static FileStorageArea Factory.FileStorageArea.getInstance(ObjectStore os, java.lang.String className, Id objectId)
          Constructs an instance of the subclassable FileStorageArea class from the specified object store.
static DocumentLifecycleAction Factory.DocumentLifecycleAction.getInstance(ObjectStore os, java.lang.String className, Id objectId)
          Constructs an instance of the subclassable DocumentLifecycleAction class from the specified object store.
static CustomEvent Factory.CustomEvent.getInstance(ObjectStore os, java.lang.String className, Id objectId)
          Constructs an instance of the subclassable CustomEvent class from the specified object store.
static InstanceSubscription Factory.InstanceSubscription.getInstance(ObjectStore os, java.lang.String className, Id objectId)
          Constructs an instance of the subclassable InstanceSubscription class from the specified object store.
static VerityIndexArea Factory.VerityIndexArea.getInstance(ObjectStore os, java.lang.String className, Id objectId)
          Constructs an instance of the subclassable VerityIndexArea class from the specified object store.
static DocumentClassificationAction Factory.DocumentClassificationAction.getInstance(ObjectStore os, java.lang.String className, Id objectId)
          Constructs an instance of the subclassable DocumentClassificationAction class from the specified object store.
static QueueItem Factory.QueueItem.getInstance(ObjectStore os, java.lang.String className, Id objectId)
          Constructs an instance of the subclassable QueueItem class from the specified object store.
static CodeModule Factory.CodeModule.getInstance(ObjectStore os, java.lang.String className, Id objectId)
          Constructs an instance of the subclassable CodeModule class from the specified object store.
static Folder Factory.Folder.getInstance(ObjectStore os, java.lang.String className, java.lang.String path)
          Retrieves the instance of the Folder class based on the specified pathname, and from the specified object store.
static DynamicReferentialContainmentRelationship Factory.DynamicReferentialContainmentRelationship.getInstance(ObjectStore os, java.lang.String className, java.lang.String path)
          Retrieves the instance of the DynamicReferentialContainmentRelationship class based on the specified pathname, and from the specified object store.
static ReferentialContainmentRelationship Factory.ReferentialContainmentRelationship.getInstance(ObjectStore os, java.lang.String className, java.lang.String path)
          Retrieves the instance of the ReferentialContainmentRelationship class based on the specified pathname, and from the specified object store.
static XMLPropertyMappingScript Factory.XMLPropertyMappingScript.getInstance(ObjectStore os, java.lang.String className, java.lang.String path)
          Retrieves the instance of the subclassable XMLPropertyMappingScript class as specified by a path and an object store.
static Document Factory.Document.getInstance(ObjectStore os, java.lang.String className, java.lang.String path)
          Retrieves the instance of the subclassable Document class as specified by a path and an object store.
static CustomObject Factory.CustomObject.getInstance(ObjectStore os, java.lang.String className, java.lang.String path)
          Retrieves an instance of this class from the specified object store using the supplied path.
static WorkflowDefinition Factory.WorkflowDefinition.getInstance(ObjectStore os, java.lang.String className, java.lang.String path)
          Retrieves the instance of the subclassable WorkflowDefinition class as specified by a path and an object store.
 

Uses of ObjectStore in com.filenet.api.query
 

Methods in com.filenet.api.query that return ObjectStore
 ObjectStore[] SearchScope.getObjectStores()
          Returns the repositories used as the scope for this instance.
 

Constructors in com.filenet.api.query with parameters of type ObjectStore
SearchScope(ObjectStore objectStore)
          Use this when the scope is a single object store.
SearchScope(ObjectStore[] objectStores, MergeMode mergeMode)
          Use this when the scope is multiple object stores.
 

Uses of ObjectStore in com.filenet.api.replication
 

Methods in com.filenet.api.replication that return ObjectStore
 ObjectStore ObjectStoreParticipant.get_ObjectStore()
          Returns the value of the ObjectStore property.
 ObjectStore ExternalParticipant.get_PartnerObjectStore()
          Returns the value of the PartnerObjectStore property.
 ObjectStore ExternalClassDescription.get_TargetObjectStore()
          Returns the value of the TargetObjectStore property.
 

Methods in com.filenet.api.replication with parameters of type ObjectStore
 void ObjectStoreParticipant.set_ObjectStore(ObjectStore value)
          Sets the value of the ObjectStore property.
 void ExternalParticipant.set_PartnerObjectStore(ObjectStore value)
          Sets the value of the PartnerObjectStore property.
 



© Copyright IBM Corporation 2006, 2009. All rights reserved.