Package | Description |
---|---|
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.engine |
Provides interfaces and classes related to EventActions and other non-FileNet code which runs within the Content Engine itself.
|
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.
|
com.filenet.api.sweep |
Provides classes and interfaces for the sweep framework, a background service that visits a specified class and processes the instances that meet a specified criteria.
|
Modifier and Type | Method and Description |
---|---|
ObjectStore |
IsolatedRegion.get_ObjectStore()
Returns the value of the ObjectStore property.
|
ObjectStore |
CmEventExportStore.get_SourceObjectStore()
Returns the value of the SourceObjectStore property.
|
ObjectStore |
CMODApplicationGroup.get_TargetObjectStore()
Returns the value of the TargetObjectStore property.
|
Modifier and Type | Method and Description |
---|---|
void |
IsolatedRegion.set_ObjectStore(ObjectStore value)
Sets the value of the ObjectStore property.
|
void |
CmEventExportStore.set_SourceObjectStore(ObjectStore value)
Sets the value of the SourceObjectStore property.
|
void |
CMODApplicationGroup.set_TargetObjectStore(ObjectStore value)
Sets the value of the TargetObjectStore property.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static ExternalPropertyAlias |
Factory.ExternalPropertyAlias.createInstance(ObjectStore objectStore)
Creates a new instance of the
ExternalPropertyAlias class to be
persisted to an object store. |
static CmStorageDeviceConnection |
Factory.CmStorageDeviceConnection.createInstance(ObjectStore objectStore)
Creates a new instance of the
CmStorageDeviceConnection 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 CmDisposalPolicy |
Factory.CmDisposalPolicy.createInstance(ObjectStore os)
Creates a new instance of the
CmDisposalPolicy 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 CmIndexedColumn |
Factory.CmIndexedColumn.createInstance(ObjectStore objectStore)
Creates a new instance of the
CmIndexedColumn class to be
persisted to an object store. |
static CmContentMigrationPolicy |
Factory.CmContentMigrationPolicy.createInstance(ObjectStore os)
Creates a new instance of the
CmContentMigrationPolicy class to be
persisted in the specified 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 PublishTemplate |
Factory.PublishTemplate.createInstance(ObjectStore os)
Creates a new instance of the
PublishTemplate 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 CmIndexDefinition |
Factory.CmIndexDefinition.createInstance(ObjectStore objectStore)
Creates a new instance of the
CmIndexDefinition class to be
persisted to an 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 IndexJob |
Factory.IndexJob.createInstance(ObjectStore os)
Creates a new instance of the
IndexJob class to be
persisted in the specified 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 PublishRequest |
Factory.PublishRequest.createInstance(ObjectStore os)
Creates a new instance of the
PublishRequest class to be
persisted in the specified object store. |
static CmTextIndexingPreprocessorDefinition |
Factory.CmTextIndexingPreprocessorDefinition.createInstance(ObjectStore objectStore)
Creates a new instance of the
CmTextIndexingPreprocessorDefinition class to be
persisted to an object store. |
static CmTextSearchIndexArea |
Factory.CmTextSearchIndexArea.createInstance(ObjectStore os)
Creates a new instance of the
CmTextSearchIndexArea 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 ChoiceList |
Factory.ChoiceList.createInstance(ObjectStore os)
Creates a new instance of the
ChoiceList 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 PropertyTemplateString |
Factory.PropertyTemplateString.createInstance(ObjectStore os)
Creates a new instance of the
PropertyTemplateString class to be
persisted in the specified object store. |
static CmRetentionUpdatePolicy |
Factory.CmRetentionUpdatePolicy.createInstance(ObjectStore os)
Creates a new instance of the
CmRetentionUpdatePolicy class to be
persisted in the specified object store. |
static StoredSearch |
Factory.StoredSearch.createInstance(ObjectStore os)
Creates a new instance of the
StoredSearch class to be
persisted in the specified 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 Choice |
Factory.Choice.createInstance(ObjectStore objectStore)
Creates a new instance of the
Choice class to be
persisted to an object store. |
static CmIndexJobResyncItem |
Factory.CmIndexJobResyncItem.createInstance(ObjectStore objectStore)
Creates a new instance of the
CmIndexJobResyncItem 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 PublishStyleTemplate |
Factory.PublishStyleTemplate.createInstance(ObjectStore os)
Creates a new instance of the
PublishStyleTemplate class to be
persisted in the specified 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 PropertyTemplateObject |
Factory.PropertyTemplateObject.createInstance(ObjectStore os)
Creates a new instance of the
PropertyTemplateObject class to be
persisted in the specified object store. |
static CmChangePreprocessorDefinition |
Factory.CmChangePreprocessorDefinition.createInstance(ObjectStore objectStore)
Creates a new instance of the
CmChangePreprocessorDefinition class to be
persisted to an 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 PropertyTemplateFloat64 |
Factory.PropertyTemplateFloat64.createInstance(ObjectStore os)
Creates a new instance of the
PropertyTemplateFloat64 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 PropertyTemplateBoolean |
Factory.PropertyTemplateBoolean.createInstance(ObjectStore os)
Creates a new instance of the
PropertyTemplateBoolean 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 IndexJobCollectionItem |
Factory.IndexJobCollectionItem.createInstance(ObjectStore objectStore)
Creates a new instance of the
IndexJobCollectionItem 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 CmDisposalPolicy |
Factory.CmDisposalPolicy.createInstance(ObjectStore os,
Id id)
Creates a new instance of the
CmDisposalPolicy class to be
persisted in the specified object store. |
static CmContentMigrationPolicy |
Factory.CmContentMigrationPolicy.createInstance(ObjectStore os,
Id id)
Creates a new instance of the
CmContentMigrationPolicy 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 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 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 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 CmTextSearchIndexArea |
Factory.CmTextSearchIndexArea.createInstance(ObjectStore os,
Id id)
Creates a new instance of the
CmTextSearchIndexArea 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 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 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 CmRetentionUpdatePolicy |
Factory.CmRetentionUpdatePolicy.createInstance(ObjectStore os,
Id id)
Creates a new instance of the
CmRetentionUpdatePolicy class to be
persisted in the specified object store. |
static StoredSearch |
Factory.StoredSearch.createInstance(ObjectStore os,
Id id)
Creates a new instance of the
StoredSearch 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 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 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 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 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 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 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 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 CmCustomSweepPolicy |
Factory.CmCustomSweepPolicy.createInstance(ObjectStore os,
java.lang.String classId)
Creates a new instance of the subclassable
CmCustomSweepPolicy class to be persisted in the specified object store. |
static CmContentConversionSettings |
Factory.CmContentConversionSettings.createInstance(ObjectStore os,
java.lang.String classId)
Creates a new instance of the
CmContentConversionSettings class, to be persisted in the
specified object store, based on the class ID. |
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 CmChangePreprocessorAction |
Factory.CmChangePreprocessorAction.createInstance(ObjectStore os,
java.lang.String classId)
Creates a new instance of the subclassable
CmChangePreprocessorAction 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 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 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 CmThumbnail |
Factory.CmThumbnail.createInstance(ObjectStore os,
java.lang.String classId)
Creates a new instance of the subclassable
CmThumbnail class to be persisted in the specified object store. |
static CmAbstractPersistable |
Factory.CmAbstractPersistable.createInstance(ObjectStore os,
java.lang.String className)
Creates a new instance of the subclassable
CmAbstractPersistable class, to be persisted in the
specified object store, based on the class. |
static CmFileSystemStorageDevice |
Factory.CmFileSystemStorageDevice.createInstance(ObjectStore os,
java.lang.String classId)
Creates a new instance of the subclassable
CmFileSystemStorageDevice class to be persisted in the specified object store. |
static CmThumbnailRequest |
Factory.CmThumbnailRequest.createInstance(ObjectStore os,
java.lang.String classId)
Creates a new instance of the subclassable
CmThumbnailRequest class to be persisted in the specified object store. |
static CmHold |
Factory.CmHold.createInstance(ObjectStore os,
java.lang.String classId)
Creates a new instance of the subclassable
CmHold 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 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 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 CmAdvancedStorageArea |
Factory.CmAdvancedStorageArea.createInstance(ObjectStore os,
java.lang.String classId)
Creates a new instance of the subclassable
CmAdvancedStorageArea 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 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 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 VerityIndexArea |
Factory.VerityIndexArea.createInstance(ObjectStore os,
java.lang.String classId)
Deprecated.
As of release 5.2.0.
|
static CmRetentionUpdateJob |
Factory.CmRetentionUpdateJob.createInstance(ObjectStore os,
java.lang.String classId)
Creates a new instance of the subclassable
CmRetentionUpdateJob class to be persisted in the specified object store. |
static CmSweepAction |
Factory.CmSweepAction.createInstance(ObjectStore os,
java.lang.String classId)
Creates a new instance of the subclassable
CmSweepAction class to be persisted in the specified object store. |
static CmContentConversionAction |
Factory.CmContentConversionAction.createInstance(ObjectStore os,
java.lang.String classId)
Creates a new instance of the subclassable
CmContentConversionAction class to be persisted in the specified object store. |
static CmAbstractSequential |
Factory.CmAbstractSequential.createInstance(ObjectStore os,
java.lang.String className)
Creates a new instance of the subclassable
CmAbstractSequential class, to be persisted in the
specified object store, based on the class. |
static CmCustomStorageDevice |
Factory.CmCustomStorageDevice.createInstance(ObjectStore os,
java.lang.String classId)
Creates a new instance of the subclassable
CmCustomStorageDevice class to be persisted in the specified object store. |
static CmThumbnailGenerationJob |
Factory.CmThumbnailGenerationJob.createInstance(ObjectStore os,
java.lang.String classId)
Creates a new instance of the subclassable
CmThumbnailGenerationJob class to be persisted in the specified object store. |
static CmTextIndexingPreprocessorAction |
Factory.CmTextIndexingPreprocessorAction.createInstance(ObjectStore os,
java.lang.String classId)
Creates a new instance of the subclassable
CmTextIndexingPreprocessorAction 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 CmHoldRelationship |
Factory.CmHoldRelationship.createInstance(ObjectStore os,
java.lang.String classId)
Creates a new instance of the subclassable
CmHoldRelationship class to be persisted in the specified object store. |
static CmTaskRelationship |
Factory.CmTaskRelationship.createInstance(ObjectStore os,
java.lang.String classId)
Creates a new instance of the subclassable
CmTaskRelationship class to be persisted in the specified object store. |
static CmTask |
Factory.CmTask.createInstance(ObjectStore os,
java.lang.String classId)
Creates a new instance of the
CmTask class, to be persisted in the
specified object store, based on the class ID. |
static CmThumbnailRequestSweep |
Factory.CmThumbnailRequestSweep.createInstance(ObjectStore os,
java.lang.String classId)
Creates a new instance of the subclassable
CmThumbnailRequestSweep 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 CmBackgroundSearch |
Factory.CmBackgroundSearch.createInstance(ObjectStore os,
java.lang.String className)
Creates a new instance of the subclassable
CmBackgroundSearch class, to be persisted in the
specified object store, based on the class. |
static CmRecoveryBin |
Factory.CmRecoveryBin.createInstance(ObjectStore os,
java.lang.String classId)
Creates a new instance of the subclassable
CmRecoveryBin class to be persisted in the specified object store. |
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 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 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 CmAuditProcessingBookmark |
Factory.CmAuditProcessingBookmark.createInstance(ObjectStore os,
java.lang.String classId)
Creates a new instance of the subclassable
CmAuditProcessingBookmark class to be persisted in the specified object store. |
static CmCustomSweepJob |
Factory.CmCustomSweepJob.createInstance(ObjectStore os,
java.lang.String classId)
Creates a new instance of the subclassable
CmCustomSweepJob class to be persisted in the specified object store. |
static CmAuditDispositionPolicy |
Factory.CmAuditDispositionPolicy.createInstance(ObjectStore os,
java.lang.String classId)
Creates a new instance of the subclassable
CmAuditDispositionPolicy 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 CmRecoveryItem |
Factory.CmRecoveryItem.createInstance(ObjectStore os,
java.lang.String classId)
Creates a new instance of the subclassable
CmRecoveryItem 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 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 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 CmOpenStackStorageDevice |
Factory.CmOpenStackStorageDevice.createInstance(ObjectStore os,
java.lang.String classId)
Creates a new instance of the subclassable
CmOpenStackStorageDevice class to be persisted in the specified object store. |
static CmAbstractQueueEntry |
Factory.CmAbstractQueueEntry.createInstance(ObjectStore os,
java.lang.String className)
Creates a new instance of the subclassable
CmAbstractQueueEntry class, to be persisted in the
specified object store, based on the class. |
static CmCustomQueueSweep |
Factory.CmCustomQueueSweep.createInstance(ObjectStore os,
java.lang.String classId)
Creates a new instance of the subclassable
CmCustomQueueSweep class to be persisted in the specified object store. |
static CmAbstractSearchResult |
Factory.CmAbstractSearchResult.createInstance(ObjectStore os,
java.lang.String className)
Creates a new instance of the subclassable
CmAbstractSearchResult class, to be persisted in the
specified object store, based on the class. |
static CmSearchFunctionDefinition |
Factory.CmSearchFunctionDefinition.createInstance(ObjectStore os,
java.lang.String classId)
Creates a new instance of the subclassable
CmSearchFunctionDefinition 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 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 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 CmThumbnailGenerationSubscription |
Factory.CmThumbnailGenerationSubscription.createInstance(ObjectStore os,
java.lang.String classId)
Creates a new instance of the subclassable
CmThumbnailGenerationSubscription class to be persisted in the specified object store. |
static CmBulkMoveContentJob |
Factory.CmBulkMoveContentJob.createInstance(ObjectStore os,
java.lang.String classId)
Creates a new instance of the subclassable
CmBulkMoveContentJob 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 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 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 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 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 CmCustomSweepPolicy |
Factory.CmCustomSweepPolicy.createInstance(ObjectStore os,
java.lang.String classId,
Id id)
Creates a new instance of the subclassable
CmCustomSweepPolicy class to be persisted in the specified object store. |
static CmContentConversionSettings |
Factory.CmContentConversionSettings.createInstance(ObjectStore os,
java.lang.String classId,
Id id)
Creates a new instance of the
CmContentConversionSettings class, to be persisted in the
specified object store, based on the class ID and GUID. |
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 CmChangePreprocessorAction |
Factory.CmChangePreprocessorAction.createInstance(ObjectStore os,
java.lang.String classId,
Id id)
Creates a new instance of the subclassable
CmChangePreprocessorAction 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 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 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 CmThumbnail |
Factory.CmThumbnail.createInstance(ObjectStore os,
java.lang.String classId,
Id id)
Creates a new instance of the subclassable
CmThumbnail class to be persisted in the specified object store. |
static CmAbstractPersistable |
Factory.CmAbstractPersistable.createInstance(ObjectStore os,
java.lang.String className,
Id id)
Creates a new instance of the subclassable
CmAbstractPersistable class, to be persisted in the
specified object store, based on the class and GUID. |
static CmFileSystemStorageDevice |
Factory.CmFileSystemStorageDevice.createInstance(ObjectStore os,
java.lang.String classId,
Id id)
Creates a new instance of the subclassable
CmFileSystemStorageDevice class to be persisted in the specified object store. |
static CmThumbnailRequest |
Factory.CmThumbnailRequest.createInstance(ObjectStore os,
java.lang.String classId,
Id id)
Creates a new instance of the subclassable
CmThumbnailRequest class to be persisted in the specified object store. |
static CmHold |
Factory.CmHold.createInstance(ObjectStore os,
java.lang.String classId,
Id id)
Creates a new instance of the subclassable
CmHold 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 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 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 CmAdvancedStorageArea |
Factory.CmAdvancedStorageArea.createInstance(ObjectStore os,
java.lang.String classId,
Id id)
Creates a new instance of the subclassable
CmAdvancedStorageArea 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 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 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 VerityIndexArea |
Factory.VerityIndexArea.createInstance(ObjectStore os,
java.lang.String classId,
Id id)
Deprecated.
As of release 5.2.0.
|
static CmRetentionUpdateJob |
Factory.CmRetentionUpdateJob.createInstance(ObjectStore os,
java.lang.String classId,
Id id)
Creates a new instance of the subclassable
CmRetentionUpdateJob class to be persisted in the specified object store. |
static CmSweepAction |
Factory.CmSweepAction.createInstance(ObjectStore os,
java.lang.String classId,
Id id)
Creates a new instance of the subclassable
CmSweepAction class to be persisted in the specified object store. |
static CmContentConversionAction |
Factory.CmContentConversionAction.createInstance(ObjectStore os,
java.lang.String classId,
Id id)
Creates a new instance of the subclassable
CmContentConversionAction class to be persisted in the specified object store. |
static CmAbstractSequential |
Factory.CmAbstractSequential.createInstance(ObjectStore os,
java.lang.String className,
Id id)
Creates a new instance of the subclassable
CmAbstractSequential class, to be persisted in the
specified object store, based on the class and GUID. |
static CmCustomStorageDevice |
Factory.CmCustomStorageDevice.createInstance(ObjectStore os,
java.lang.String classId,
Id id)
Creates a new instance of the subclassable
CmCustomStorageDevice class to be persisted in the specified object store. |
static CmThumbnailGenerationJob |
Factory.CmThumbnailGenerationJob.createInstance(ObjectStore os,
java.lang.String classId,
Id id)
Creates a new instance of the subclassable
CmThumbnailGenerationJob class to be persisted in the specified object store. |
static CmTextIndexingPreprocessorAction |
Factory.CmTextIndexingPreprocessorAction.createInstance(ObjectStore os,
java.lang.String classId,
Id id)
Creates a new instance of the subclassable
CmTextIndexingPreprocessorAction 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 CmHoldRelationship |
Factory.CmHoldRelationship.createInstance(ObjectStore os,
java.lang.String classId,
Id id)
Creates a new instance of the subclassable
CmHoldRelationship class to be persisted in the specified object store. |
static CmTaskRelationship |
Factory.CmTaskRelationship.createInstance(ObjectStore os,
java.lang.String classId,
Id id)
Creates a new instance of the subclassable
CmTaskRelationship class to be persisted in the specified object store. |
static CmTask |
Factory.CmTask.createInstance(ObjectStore os,
java.lang.String classId,
Id id)
Creates a new instance of the
CmTask class, to be persisted in the
specified object store, based on the class ID and GUID. |
static CmThumbnailRequestSweep |
Factory.CmThumbnailRequestSweep.createInstance(ObjectStore os,
java.lang.String classId,
Id id)
Creates a new instance of the subclassable
CmThumbnailRequestSweep 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 CmBackgroundSearch |
Factory.CmBackgroundSearch.createInstance(ObjectStore os,
java.lang.String className,
Id id)
Creates a new instance of the subclassable
CmBackgroundSearch class, to be persisted in the
specified object store, based on the class and GUID. |
static CmRecoveryBin |
Factory.CmRecoveryBin.createInstance(ObjectStore os,
java.lang.String classId,
Id id)
Creates a new instance of the subclassable
CmRecoveryBin class to be persisted in the specified object store. |
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 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 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 CmAuditProcessingBookmark |
Factory.CmAuditProcessingBookmark.createInstance(ObjectStore os,
java.lang.String classId,
Id id)
Creates a new instance of the subclassable
CmAuditProcessingBookmark class to be persisted in the specified object store. |
static CmCustomSweepJob |
Factory.CmCustomSweepJob.createInstance(ObjectStore os,
java.lang.String classId,
Id id)
Creates a new instance of the subclassable
CmCustomSweepJob class to be persisted in the specified object store. |
static CmAuditDispositionPolicy |
Factory.CmAuditDispositionPolicy.createInstance(ObjectStore os,
java.lang.String classId,
Id id)
Creates a new instance of the subclassable
CmAuditDispositionPolicy 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 CmRecoveryItem |
Factory.CmRecoveryItem.createInstance(ObjectStore os,
java.lang.String classId,
Id id)
Creates a new instance of the subclassable
CmRecoveryItem 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 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 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 CmOpenStackStorageDevice |
Factory.CmOpenStackStorageDevice.createInstance(ObjectStore os,
java.lang.String classId,
Id id)
Creates a new instance of the subclassable
CmOpenStackStorageDevice class to be persisted in the specified object store. |
static CmAbstractQueueEntry |
Factory.CmAbstractQueueEntry.createInstance(ObjectStore os,
java.lang.String className,
Id id)
Creates a new instance of the subclassable
CmAbstractQueueEntry class, to be persisted in the
specified object store, based on the class and GUID. |
static CmCustomQueueSweep |
Factory.CmCustomQueueSweep.createInstance(ObjectStore os,
java.lang.String classId,
Id id)
Creates a new instance of the subclassable
CmCustomQueueSweep class to be persisted in the specified object store. |
static CmAbstractSearchResult |
Factory.CmAbstractSearchResult.createInstance(ObjectStore os,
java.lang.String className,
Id id)
Creates a new instance of the subclassable
CmAbstractSearchResult class, to be persisted in the
specified object store, based on the class and GUID. |
static CmSearchFunctionDefinition |
Factory.CmSearchFunctionDefinition.createInstance(ObjectStore os,
java.lang.String classId,
Id id)
Creates a new instance of the subclassable
CmSearchFunctionDefinition 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 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 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 CmThumbnailGenerationSubscription |
Factory.CmThumbnailGenerationSubscription.createInstance(ObjectStore os,
java.lang.String classId,
Id id)
Creates a new instance of the subclassable
CmThumbnailGenerationSubscription class to be persisted in the specified object store. |
static CmBulkMoveContentJob |
Factory.CmBulkMoveContentJob.createInstance(ObjectStore os,
java.lang.String classId,
Id id)
Creates a new instance of the subclassable
CmBulkMoveContentJob 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 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 CmSweep |
Factory.CmSweep.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmSweep 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 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 CmCustomSweepPolicy |
Factory.CmCustomSweepPolicy.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmCustomSweepPolicy class
by the specified object ID from the specified object store. |
static CmContentConversionSettings |
Factory.CmContentConversionSettings.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmContentConversionSettings class
by the specified object ID from the specified object store. |
static CmSweepPolicy |
Factory.CmSweepPolicy.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmSweepPolicy class
by the specified object ID from the specified object store. |
static CmDisposalPolicy |
Factory.CmDisposalPolicy.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmDisposalPolicy 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 CmVerityIndexRequest |
Factory.CmVerityIndexRequest.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmVerityIndexRequest 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 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 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 CmContentMigrationPolicy |
Factory.CmContentMigrationPolicy.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmContentMigrationPolicy class
by the specified object ID from the specified object store. |
static CmChangePreprocessorAction |
Factory.CmChangePreprocessorAction.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmChangePreprocessorAction class
by the specified object ID from the specified object store. |
static CmContentReplicationQueueSweep |
Factory.CmContentReplicationQueueSweep.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmContentReplicationQueueSweep class
by the specified object ID from the specified object store. |
static CmRecoverEvent |
Factory.CmRecoverEvent.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmRecoverEvent 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 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 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 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 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 CmSecuredStorageDevice |
Factory.CmSecuredStorageDevice.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmSecuredStorageDevice class
by the specified object ID from the specified object store. |
static CmContentBackoutQueueSweep |
Factory.CmContentBackoutQueueSweep.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmContentBackoutQueueSweep 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 CmThumbnail |
Factory.CmThumbnail.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmThumbnail 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 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 CmFileSystemStorageDevice |
Factory.CmFileSystemStorageDevice.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmFileSystemStorageDevice class
by the specified object ID from the specified object store. |
static CmThumbnailRequest |
Factory.CmThumbnailRequest.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmThumbnailRequest class
by the specified object ID from the specified object store. |
static CmHold |
Factory.CmHold.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmHold 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 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 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 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 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 CmAdvancedStorageArea |
Factory.CmAdvancedStorageArea.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmAdvancedStorageArea 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 CmStorageDevice |
Factory.CmStorageDevice.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmStorageDevice 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 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 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 VerityIndexArea |
Factory.VerityIndexArea.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Deprecated.
As of release 5.2.0.
|
static CmPolicySweepResult |
Factory.CmPolicySweepResult.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmPolicySweepResult 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 CmRetentionUpdateJob |
Factory.CmRetentionUpdateJob.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmRetentionUpdateJob class
by the specified object ID from the specified object store. |
static CmQueueEntryClassDefinition |
Factory.CmQueueEntryClassDefinition.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmQueueEntryClassDefinition 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 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 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 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 CmSweepAction |
Factory.CmSweepAction.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmSweepAction class
by the specified object ID from the specified object store. |
static CmJobSweepResult |
Factory.CmJobSweepResult.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmJobSweepResult class
by the specified object ID from the specified object store. |
static CmContentConversionAction |
Factory.CmContentConversionAction.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmContentConversionAction 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 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 CmCustomStorageDevice |
Factory.CmCustomStorageDevice.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmCustomStorageDevice 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 CmThumbnailGenerationJob |
Factory.CmThumbnailGenerationJob.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmThumbnailGenerationJob class
by the specified object ID from the specified object store. |
static CmPolicyControlledSweep |
Factory.CmPolicyControlledSweep.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmPolicyControlledSweep 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 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 CmTextIndexingPreprocessorAction |
Factory.CmTextIndexingPreprocessorAction.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmTextIndexingPreprocessorAction 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 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 CmTextSearchIndexArea |
Factory.CmTextSearchIndexArea.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmTextSearchIndexArea class
by the specified object ID from the specified object store. |
static CmHoldRelationship |
Factory.CmHoldRelationship.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmHoldRelationship 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 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 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 CmContentDeletionQueueEntry |
Factory.CmContentDeletionQueueEntry.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmContentDeletionQueueEntry class
by the specified object ID from the specified object store. |
static CmTextSearchIndexRequest |
Factory.CmTextSearchIndexRequest.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmTextSearchIndexRequest 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 CmSweepRelationship |
Factory.CmSweepRelationship.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmSweepRelationship 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 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 CmTaskRelationship |
Factory.CmTaskRelationship.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmTaskRelationship class
by the specified object ID from the specified object store. |
static CmTask |
Factory.CmTask.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmTask 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 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 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 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 CmThumbnailRequestSweep |
Factory.CmThumbnailRequestSweep.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmThumbnailRequestSweep class
by the specified object ID from 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 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 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 CmBackgroundSearch |
Factory.CmBackgroundSearch.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmBackgroundSearch class
by the specified object ID from the specified object store. |
static CmRecoveryBin |
Factory.CmRecoveryBin.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmRecoveryBin class
by the specified object ID from the specified object store. |
static CmRetentionUpdatePolicy |
Factory.CmRetentionUpdatePolicy.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmRetentionUpdatePolicy 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 CmSweepResult |
Factory.CmSweepResult.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmSweepResult 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 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 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 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 CmSweepJob |
Factory.CmSweepJob.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmSweepJob 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 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 StoredSearch |
Factory.StoredSearch.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
StoredSearch class
by the specified object ID from the specified object store. |
static CmAuditProcessingBookmark |
Factory.CmAuditProcessingBookmark.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmAuditProcessingBookmark class
by the specified object ID from the specified object store. |
static CmConversionSettingsClassDefinition |
Factory.CmConversionSettingsClassDefinition.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmConversionSettingsClassDefinition 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 CmCustomSweepJob |
Factory.CmCustomSweepJob.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmCustomSweepJob 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 CmAuditDispositionPolicy |
Factory.CmAuditDispositionPolicy.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmAuditDispositionPolicy class
by the specified object ID from the specified object store. |
static CmTextExtractionSettings |
Factory.CmTextExtractionSettings.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmTextExtractionSettings 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 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 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 CmRecoveryItem |
Factory.CmRecoveryItem.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmRecoveryItem class
by the specified object ID from the specified object store. |
static CmMarkForDeletionEvent |
Factory.CmMarkForDeletionEvent.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmMarkForDeletionEvent 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 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 CmContentBackoutQueueEntry |
Factory.CmContentBackoutQueueEntry.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmContentBackoutQueueEntry 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 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 CmQueueSweep |
Factory.CmQueueSweep.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmQueueSweep 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 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 CmContentReplicationQueueEntry |
Factory.CmContentReplicationQueueEntry.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmContentReplicationQueueEntry class
by the specified object ID from the specified object store. |
static CmOpenStackStorageDevice |
Factory.CmOpenStackStorageDevice.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmOpenStackStorageDevice 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 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 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 CmCustomQueueSweep |
Factory.CmCustomQueueSweep.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmCustomQueueSweep class
by the specified object ID from the specified object store. |
static CmIndexRequest |
Factory.CmIndexRequest.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmIndexRequest 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 CmContentDeletionQueueSweep |
Factory.CmContentDeletionQueueSweep.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmContentDeletionQueueSweep 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 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 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 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 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 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 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 CmSearchFunctionDefinition |
Factory.CmSearchFunctionDefinition.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmSearchFunctionDefinition class
by the specified object ID from the specified object store. |
static CmMoveContentEvent |
Factory.CmMoveContentEvent.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmMoveContentEvent 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 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 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 CmSweepPolicyRelationship |
Factory.CmSweepPolicyRelationship.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmSweepPolicyRelationship 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 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 CmThumbnailGenerationSubscription |
Factory.CmThumbnailGenerationSubscription.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmThumbnailGenerationSubscription 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 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 CmBulkMoveContentJob |
Factory.CmBulkMoveContentJob.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmBulkMoveContentJob 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 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 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 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 CmAbstractPersistable |
Factory.CmAbstractPersistable.fetchInstance(ObjectStore os,
java.lang.String className,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmAbstractPersistable class
by the specified object ID from the specified object store. |
static CmAbstractSequential |
Factory.CmAbstractSequential.fetchInstance(ObjectStore os,
java.lang.String className,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmAbstractSequential class
by the specified object ID from the specified object store. |
static CmAbstractQueueEntry |
Factory.CmAbstractQueueEntry.fetchInstance(ObjectStore os,
java.lang.String className,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmAbstractQueueEntry class
by the specified object ID from the specified object store. |
static CmAbstractSearchResult |
Factory.CmAbstractSearchResult.fetchInstance(ObjectStore os,
java.lang.String className,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmAbstractSearchResult class
by the specified object ID 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 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 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 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 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 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 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 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 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 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 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 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 CmSweep |
Factory.CmSweep.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
CmSweep 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 CmSweepPolicy |
Factory.CmSweepPolicy.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
CmSweepPolicy class from the specified object store. |
static CmDisposalPolicy |
Factory.CmDisposalPolicy.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
CmDisposalPolicy 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 CmVerityIndexRequest |
Factory.CmVerityIndexRequest.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
CmVerityIndexRequest 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 CheckoutEvent |
Factory.CheckoutEvent.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
CheckoutEvent class from the specified object store. |
static CmContentMigrationPolicy |
Factory.CmContentMigrationPolicy.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
CmContentMigrationPolicy class from the specified object store. |
static CmRecoverEvent |
Factory.CmRecoverEvent.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
CmRecoverEvent 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 Action |
Factory.Action.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
Action 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 AuditConfigurationEvent |
Factory.AuditConfigurationEvent.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
AuditConfigurationEvent 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 VersionableClassDefinition |
Factory.VersionableClassDefinition.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
VersionableClassDefinition 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 ChangeStateEvent |
Factory.ChangeStateEvent.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
ChangeStateEvent class from the specified object store. |
static CmPolicySweepResult |
Factory.CmPolicySweepResult.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
CmPolicySweepResult 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 CmQueueEntryClassDefinition |
Factory.CmQueueEntryClassDefinition.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
CmQueueEntryClassDefinition 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 Subscription |
Factory.Subscription.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
Subscription 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 AsyncUpgradeQueueItem |
Factory.AsyncUpgradeQueueItem.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
AsyncUpgradeQueueItem class from the specified object store. |
static CmJobSweepResult |
Factory.CmJobSweepResult.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
CmJobSweepResult 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 IndexJob |
Factory.IndexJob.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
IndexJob 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 CmPolicyControlledSweep |
Factory.CmPolicyControlledSweep.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
CmPolicyControlledSweep 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 GetObjectEvent |
Factory.GetObjectEvent.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
GetObjectEvent 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 CmTextSearchIndexArea |
Factory.CmTextSearchIndexArea.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
CmTextSearchIndexArea 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 FreezeEvent |
Factory.FreezeEvent.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
FreezeEvent 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 CmContentDeletionQueueEntry |
Factory.CmContentDeletionQueueEntry.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
CmContentDeletionQueueEntry class from the specified object store. |
static CmTextSearchIndexRequest |
Factory.CmTextSearchIndexRequest.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
CmTextSearchIndexRequest 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 CmSweepRelationship |
Factory.CmSweepRelationship.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
CmSweepRelationship 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 PropertyTemplateInteger32 |
Factory.PropertyTemplateInteger32.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
PropertyTemplateInteger32 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 VersionSeries |
Factory.VersionSeries.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
VersionSeries 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 EventClassDefinition |
Factory.EventClassDefinition.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
EventClassDefinition class 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 PropertyTemplateString |
Factory.PropertyTemplateString.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
PropertyTemplateString class from the specified object store. |
static CmRetentionUpdatePolicy |
Factory.CmRetentionUpdatePolicy.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
CmRetentionUpdatePolicy 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 CmSweepResult |
Factory.CmSweepResult.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
CmSweepResult 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 LockEvent |
Factory.LockEvent.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
LockEvent class from the specified object store. |
static CmSweepJob |
Factory.CmSweepJob.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
CmSweepJob 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 StoredSearch |
Factory.StoredSearch.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
StoredSearch class from the specified object store. |
static CmConversionSettingsClassDefinition |
Factory.CmConversionSettingsClassDefinition.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
CmConversionSettingsClassDefinition 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 FileEvent |
Factory.FileEvent.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
FileEvent 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 PublishStyleTemplate |
Factory.PublishStyleTemplate.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
PublishStyleTemplate class from the specified object store. |
static CmMarkForDeletionEvent |
Factory.CmMarkForDeletionEvent.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
CmMarkForDeletionEvent class from the specified object store. |
static CmContentBackoutQueueEntry |
Factory.CmContentBackoutQueueEntry.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
CmContentBackoutQueueEntry 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 PropertyTemplateId |
Factory.PropertyTemplateId.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
PropertyTemplateId class from the specified object store. |
static CmQueueSweep |
Factory.CmQueueSweep.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
CmQueueSweep 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 CmContentReplicationQueueEntry |
Factory.CmContentReplicationQueueEntry.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
CmContentReplicationQueueEntry 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 ActionConsumer |
Factory.ActionConsumer.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
ActionConsumer 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 CmIndexRequest |
Factory.CmIndexRequest.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
CmIndexRequest 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 ClassDefinition |
Factory.ClassDefinition.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
ClassDefinition 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 PropertyTemplateFloat64 |
Factory.PropertyTemplateFloat64.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
PropertyTemplateFloat64 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 Relationship |
Factory.Relationship.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
Relationship 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 CancelCheckoutEvent |
Factory.CancelCheckoutEvent.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
CancelCheckoutEvent class from the specified object store. |
static CmMoveContentEvent |
Factory.CmMoveContentEvent.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
CmMoveContentEvent 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 ReplicableClassDefinition |
Factory.ReplicableClassDefinition.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
ReplicableClassDefinition class from the specified object store. |
static CmSweepPolicyRelationship |
Factory.CmSweepPolicyRelationship.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
CmSweepPolicyRelationship 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 PropertyTemplateBinary |
Factory.PropertyTemplateBinary.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
PropertyTemplateBinary 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 DocumentClassDefinition |
Factory.DocumentClassDefinition.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
DocumentClassDefinition 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 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 CmCustomSweepPolicy |
Factory.CmCustomSweepPolicy.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmCustomSweepPolicy class from the
specified object store. |
static CmContentConversionSettings |
Factory.CmContentConversionSettings.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmContentConversionSettings 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 CmChangePreprocessorAction |
Factory.CmChangePreprocessorAction.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmChangePreprocessorAction class from the
specified object store. |
static CmContentReplicationQueueSweep |
Factory.CmContentReplicationQueueSweep.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmContentReplicationQueueSweep 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 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 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 CmSecuredStorageDevice |
Factory.CmSecuredStorageDevice.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmSecuredStorageDevice class from the
specified object store. |
static CmContentBackoutQueueSweep |
Factory.CmContentBackoutQueueSweep.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmContentBackoutQueueSweep class from the
specified object store. |
static CmThumbnail |
Factory.CmThumbnail.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmThumbnail class from the
specified object store. |
static CmAbstractPersistable |
Factory.CmAbstractPersistable.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmAbstractPersistable class from the
specified object store. |
static CmFileSystemStorageDevice |
Factory.CmFileSystemStorageDevice.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmFileSystemStorageDevice class from the
specified object store. |
static CmThumbnailRequest |
Factory.CmThumbnailRequest.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmThumbnailRequest class from the
specified object store. |
static CmHold |
Factory.CmHold.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmHold 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 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 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 CmAdvancedStorageArea |
Factory.CmAdvancedStorageArea.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmAdvancedStorageArea class from the
specified object store. |
static CmStorageDevice |
Factory.CmStorageDevice.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmStorageDevice class from the
specified 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 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 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 VerityIndexArea |
Factory.VerityIndexArea.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Deprecated.
As of release 5.2.0.
|
static CmRetentionUpdateJob |
Factory.CmRetentionUpdateJob.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmRetentionUpdateJob class from the
specified object store. |
static CmSweepAction |
Factory.CmSweepAction.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmSweepAction class from the
specified object store. |
static CmContentConversionAction |
Factory.CmContentConversionAction.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmContentConversionAction class from the
specified object store. |
static CmAbstractSequential |
Factory.CmAbstractSequential.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmAbstractSequential class from the
specified object store. |
static CmCustomStorageDevice |
Factory.CmCustomStorageDevice.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmCustomStorageDevice class from the
specified object store. |
static CmThumbnailGenerationJob |
Factory.CmThumbnailGenerationJob.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmThumbnailGenerationJob class from the
specified object store. |
static CmTextIndexingPreprocessorAction |
Factory.CmTextIndexingPreprocessorAction.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmTextIndexingPreprocessorAction 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 CmHoldRelationship |
Factory.CmHoldRelationship.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmHoldRelationship class from the
specified object store. |
static CmTaskRelationship |
Factory.CmTaskRelationship.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmTaskRelationship class from the
specified object store. |
static CmTask |
Factory.CmTask.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmTask class from the
specified object store. |
static CmThumbnailRequestSweep |
Factory.CmThumbnailRequestSweep.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmThumbnailRequestSweep 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 CmBackgroundSearch |
Factory.CmBackgroundSearch.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmBackgroundSearch class from the
specified object store. |
static CmRecoveryBin |
Factory.CmRecoveryBin.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmRecoveryBin 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 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 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 CmAuditProcessingBookmark |
Factory.CmAuditProcessingBookmark.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmAuditProcessingBookmark class from the
specified object store. |
static CmCustomSweepJob |
Factory.CmCustomSweepJob.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmCustomSweepJob class from the
specified object store. |
static CmAuditDispositionPolicy |
Factory.CmAuditDispositionPolicy.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmAuditDispositionPolicy class from the
specified object store. |
static CmTextExtractionSettings |
Factory.CmTextExtractionSettings.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmTextExtractionSettings 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 CmRecoveryItem |
Factory.CmRecoveryItem.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmRecoveryItem 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 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 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 CmOpenStackStorageDevice |
Factory.CmOpenStackStorageDevice.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmOpenStackStorageDevice class from the
specified object store. |
static CmAbstractQueueEntry |
Factory.CmAbstractQueueEntry.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmAbstractQueueEntry class from the
specified object store. |
static CmCustomQueueSweep |
Factory.CmCustomQueueSweep.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmCustomQueueSweep class from the
specified object store. |
static CmContentDeletionQueueSweep |
Factory.CmContentDeletionQueueSweep.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmContentDeletionQueueSweep class from the
specified object store. |
static CmAbstractSearchResult |
Factory.CmAbstractSearchResult.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmAbstractSearchResult class from the
specified object store. |
static CmSearchFunctionDefinition |
Factory.CmSearchFunctionDefinition.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmSearchFunctionDefinition 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 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 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 CmThumbnailGenerationSubscription |
Factory.CmThumbnailGenerationSubscription.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmThumbnailGenerationSubscription class from the
specified object store. |
static CmBulkMoveContentJob |
Factory.CmBulkMoveContentJob.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmBulkMoveContentJob 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 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 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 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 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 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 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 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 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. |
Modifier and Type | Method and Description |
---|---|
ContentConversionResult |
ContentConversionServices.convert(ObjectStore objStore,
IndependentlyPersistableObject sourceObject,
int elementSequenceNumber,
CmContentConversionSettings outputSettings,
boolean allowAsync)
Converts the specified content element to the specified target content type.
|
ContentConversionResult |
ContentConversionServices.convert(ObjectStore objStore,
java.io.InputStream inputContentStream,
java.lang.String inputContentType,
java.lang.String retrievalName,
CmContentConversionSettings outputSettings,
boolean allowAsync)
Converts the input content to the specified target content type.
|
ContentConversionResult |
ContentConversionServices.convert(ObjectStore objStore,
java.lang.String inputContentFile,
java.lang.String inputContentType,
java.lang.String retrievalName,
CmContentConversionSettings outputSettings,
boolean allowAsync)
Converts the input content to athe specified target content type.
|
CmContentConversionSettings |
ContentConversionServices.createDefaultSettings(ObjectStore objStore,
java.lang.String conversionSettingsClass)
Creates an instance initialized with the default property values of the specified conversion settings class.
|
boolean |
ContentConversionServices.isConversionAvailable(ObjectStore objStore,
java.lang.String inputContentType,
java.lang.String conversionSettingsClass,
boolean allowAsync)
Checks whether the conversion from the specified input to the output content type is available or not.
|
ContentConversionResult |
ContentConversionServices.resume(ObjectStore objStore,
byte[] deferralData,
CmContentConversionSettings outputSettings)
Checks and collects the result if the previously submitted conversion request has completed.
|
Modifier and Type | Method and Description |
---|---|
ObjectStore[] |
SearchScope.getObjectStores()
Returns the repositories used as the scope for this instance.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ObjectStore |
CmBackgroundSearch.get_SearchObjectStore()
Returns the value of the SearchObjectStore property.
|
Modifier and Type | Method and Description |
---|---|
void |
CmBackgroundSearch.set_SearchObjectStore(ObjectStore value)
Sets the value of the SearchObjectStore property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.