Package | Description |
---|---|
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.property |
Provides classes and interfaces related to Content Engine object properties.
|
com.filenet.api.query |
Provides classes related to constructing and performing Content Engine searches.
|
com.filenet.api.security |
Provides interfaces related to authentication, authorization, and user- and group-specific data.
|
Modifier and Type | Method and Description |
---|---|
BatchItemHandle |
UpdatingBatch.add(IndependentlyPersistableObject object,
PropertyFilter filter)
Adds an item to the batch to be updated by this instance.
|
BatchItemHandle |
RetrievingBatch.add(IndependentObject object,
PropertyFilter filter)
Adds an object reference to the batch to be retrieved by this instance.
|
static RealmSet |
Factory.Realm.fetchAll(Connection connection,
PropertyFilter filter)
Returns all realms available in the domain.
|
IndependentObject |
ObjectStore.fetchAndLockObject(java.lang.String classIdent,
Id objectId,
long timeout,
java.lang.String lockOwner,
PropertyFilter filter)
Retrieves and locks the specified object from this
ObjectStore object. |
IndependentObject |
ObjectStore.fetchAndLockObject(java.lang.String classIdent,
java.lang.String objectIdent,
long timeout,
java.lang.String lockOwner,
PropertyFilter filter)
Retrieves and locks the specified object from this
ObjectStore object. |
static User |
Factory.User.fetchCurrent(Connection connection,
PropertyFilter filter)
Returns the current user.
|
static Realm |
Factory.Realm.fetchCurrent(Connection connection,
PropertyFilter filter)
Returns the realm for the current user.
|
static EntireNetwork |
Factory.EntireNetwork.fetchInstance(Connection conn,
PropertyFilter filter)
Retrieves an object of the
EntireNetwork class. |
static User |
Factory.User.fetchInstance(Connection connection,
java.lang.String name,
PropertyFilter filter)
Retrieves an object of the
User class by the specified connection and symbolic name. |
static Domain |
Factory.Domain.fetchInstance(Connection conn,
java.lang.String name,
PropertyFilter filter)
Retrieves an object of the
Domain class by the specified name. |
static Realm |
Factory.Realm.fetchInstance(Connection connection,
java.lang.String name,
PropertyFilter filter)
Retrieves an object of the
Realm class by the specified connection and symbolic name. |
static SecurityPrincipal |
Factory.SecurityPrincipal.fetchInstance(Connection connection,
java.lang.String name,
PropertyFilter filter)
Retrieves an object of the
SecurityPrincipal class by the specified connection and symbolic name. |
static Group |
Factory.Group.fetchInstance(Connection connection,
java.lang.String name,
PropertyFilter filter)
Retrieves an object of the
Group class by the specified connection and symbolic name. |
static CmAtmosFixedContentDevice |
Factory.CmAtmosFixedContentDevice.fetchInstance(Domain domain,
Id id,
PropertyFilter filter)
Retrieves a
CmAtmosFixedContentDevice object based on the domain and ID specified. |
static SnapLockFixedContentDevice |
Factory.SnapLockFixedContentDevice.fetchInstance(Domain domain,
Id id,
PropertyFilter filter)
Retrieves a
SnapLockFixedContentDevice object based on the domain and ID specified. |
static MarkingSet |
Factory.MarkingSet.fetchInstance(Domain domain,
Id id,
PropertyFilter filter)
Retrieves the specified
MarkingSet object. |
static CmHitachiFixedContentDevice |
Factory.CmHitachiFixedContentDevice.fetchInstance(Domain domain,
Id id,
PropertyFilter filter)
Retrieves a
CmHitachiFixedContentDevice object based on the domain and ID specified. |
static CmTextSearchAffinityGroup |
Factory.CmTextSearchAffinityGroup.fetchInstance(Domain domain,
Id id,
PropertyFilter filter)
Retrieves an object of the
CmTextSearchAffinityGroup class
by the specified domain and ID. |
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 CenteraFixedContentDevice |
Factory.CenteraFixedContentDevice.fetchInstance(Domain domain,
Id id,
PropertyFilter filter)
Retrieves a
CenteraFixedContentDevice object based on the domain and ID specified. |
static Site |
Factory.Site.fetchInstance(Domain domain,
Id id,
PropertyFilter filter)
Retrieves an object of the
Site class
by the specified domain and ID. |
static IICEFixedContentDevice |
Factory.IICEFixedContentDevice.fetchInstance(Domain domain,
Id id,
PropertyFilter filter)
Retrieves a
IICEFixedContentDevice object based on the domain and ID specified. |
static CmDatabaseConnection |
Factory.CmDatabaseConnection.fetchInstance(Domain domain,
Id id,
PropertyFilter filter)
Retrieves an object of the
CmDatabaseConnection class
by the specified domain and ID. |
static VirtualServer |
Factory.VirtualServer.fetchInstance(Domain domain,
Id id,
PropertyFilter filter)
Retrieves an object of the
VirtualServer class
by the specified domain and ID. |
static IMFixedContentDevice |
Factory.IMFixedContentDevice.fetchInstance(Domain domain,
Id id,
PropertyFilter filter)
Retrieves a
IMFixedContentDevice object based on the domain and ID specified. |
static AddOn |
Factory.AddOn.fetchInstance(Domain domain,
Id id,
PropertyFilter filter)
Retrieves an object of the
AddOn class
by the specified domain and ID. |
static ReplicationGroup |
Factory.ReplicationGroup.fetchInstance(Domain domain,
Id id,
PropertyFilter filter)
Retrieves an object of the
ReplicationGroup class based on the specified domain and ID. |
static CMODRepository |
Factory.CMODRepository.fetchInstance(Domain domain,
Id id,
PropertyFilter filter)
Retrieves an object of the
CMODRepository class
by the specified domain and ID. |
static FixedContentDevice |
Factory.FixedContentDevice.fetchInstance(Domain domain,
Id id,
PropertyFilter filter)
Retrieves a
FixedContentDevice object based on the domain and ID specified. |
static CMODFixedContentDevice |
Factory.CMODFixedContentDevice.fetchInstance(Domain domain,
Id id,
PropertyFilter filter)
Retrieves a
CMODFixedContentDevice object based on the domain and ID specified. |
static CmTextSearchServer |
Factory.CmTextSearchServer.fetchInstance(Domain domain,
Id id,
PropertyFilter filter)
Retrieves an object of the
CmTextSearchServer class
by the specified domain and ID. |
static CmIsilonFixedContentDevice |
Factory.CmIsilonFixedContentDevice.fetchInstance(Domain domain,
Id id,
PropertyFilter filter)
Retrieves an object of the
CmIsilonFixedContentDevice class
by the specified domain and ID. |
static CmEventExportStore |
Factory.CmEventExportStore.fetchInstance(Domain domain,
Id id,
PropertyFilter filter)
Retrieves an object of the
CmEventExportStore class
by the specified domain and ID. |
static GenericFixedContentDevice |
Factory.GenericFixedContentDevice.fetchInstance(Domain domain,
Id id,
PropertyFilter filter)
Retrieves a
GenericFixedContentDevice object based on the domain and ID specified. |
static ContentCacheArea |
Factory.ContentCacheArea.fetchInstance(Domain domain,
Id id,
PropertyFilter filter)
Retrieves an object of the
ContentCacheArea class
by the specified domain and ID. |
static TivoliFixedContentDevice |
Factory.TivoliFixedContentDevice.fetchInstance(Domain domain,
Id id,
PropertyFilter filter)
Retrieves a
TivoliFixedContentDevice object based on the domain and ID specified. |
static PEConnectionPoint |
Factory.PEConnectionPoint.fetchInstance(Domain domain,
Id id,
PropertyFilter filter)
Retrieves an object of the
PEConnectionPoint class
by the specified domain and ID. |
static ServerInstance |
Factory.ServerInstance.fetchInstance(Domain domain,
Id id,
PropertyFilter filter)
Retrieves an object of the
ServerInstance class
by the specified domain and ID. |
static VerityDomainConfiguration |
Factory.VerityDomainConfiguration.fetchInstance(Domain domain,
Id id,
PropertyFilter filter)
Deprecated.
As of release 5.2.0.
|
static ImageServicesRepository |
Factory.ImageServicesRepository.fetchInstance(Domain domain,
Id id,
PropertyFilter filter)
Retrieves an object of the
ImageServicesRepository class based on the specified domain and ID. |
static DITARenditionEngineConnection |
Factory.DITARenditionEngineConnection.fetchInstance(Domain domain,
Id id,
PropertyFilter filter)
Retrieves an object of the
DITARenditionEngineConnection class
by the specified domain and ID. |
static ContentFederatingRepository |
Factory.ContentFederatingRepository.fetchInstance(Domain domain,
Id id,
PropertyFilter filter)
Retrieves an object of the
ContentFederatingRepository class based on the specified domain and ID. |
static IsolatedRegion |
Factory.IsolatedRegion.fetchInstance(Domain domain,
Id id,
PropertyFilter filter)
Retrieves an object of the
IsolatedRegion class based on the specified domain and ID. |
static ExternalRepository |
Factory.ExternalRepository.fetchInstance(Domain domain,
Id id,
PropertyFilter filter)
Retrieves an object of the
ExternalRepository class based on the specified domain and ID. |
static UpgradeAddOn |
Factory.UpgradeAddOn.fetchInstance(Domain domain,
Id id,
PropertyFilter filter)
Retrieves an object of the
UpgradeAddOn class
by the specified domain and ID. |
static RenditionEngineConnection |
Factory.RenditionEngineConnection.fetchInstance(Domain domain,
Id id,
PropertyFilter filter)
Retrieves an object of the
RenditionEngineConnection class
by the specified domain and ID. |
static VerityDomainConfiguration |
Factory.VerityDomainConfiguration.fetchInstance(Domain domain,
PropertyFilter filter)
Deprecated.
As of release 5.0.0.
|
static ObjectStore |
Factory.ObjectStore.fetchInstance(Domain domain,
java.lang.String name,
PropertyFilter filter)
Retrieves the specified object from this
ObjectStore object. |
static Site |
Factory.Site.fetchInstance(Domain domain,
java.lang.String name,
PropertyFilter filter)
Retrieves a persisted
Site object based on the domain and ID specified. |
static VirtualServer |
Factory.VirtualServer.fetchInstance(Domain domain,
java.lang.String name,
PropertyFilter filter)
Retrieves a persisted
VirtualServer object based on the domain and ID specified. |
static AddOn |
Factory.AddOn.fetchInstance(Domain domain,
java.lang.String name,
PropertyFilter filter)
Retrieves an
AddOn object based on the domain and ID specified. |
static ContentCacheArea |
Factory.ContentCacheArea.fetchInstance(Domain domain,
java.lang.String name,
PropertyFilter filter)
Retrieves a
ContentCache object based on the specified domain and ID. |
static PEConnectionPoint |
Factory.PEConnectionPoint.fetchInstance(Domain domain,
java.lang.String name,
PropertyFilter filter)
Retrieves an object of the
PEConnectionPoint class based on the specified domain and ID. |
static ServerInstance |
Factory.ServerInstance.fetchInstance(Domain domain,
java.lang.String name,
PropertyFilter filter)
Retrieves the specified
ServerInstance object based on the domain and ID specified. |
static UpgradeAddOn |
Factory.UpgradeAddOn.fetchInstance(Domain domain,
java.lang.String name,
PropertyFilter filter)
Retrieves an
UpgradeAddOn object based on the domain and ID specified. |
static RenditionEngineConnection |
Factory.RenditionEngineConnection.fetchInstance(Domain domain,
java.lang.String name,
PropertyFilter filter)
Retrieves an instance of the
RenditionEngineConnection class by the specified domain and ID. |
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 ClassDescription |
Factory.ClassDescription.fetchInstance(Scope scope,
Id classId,
PropertyFilter filter)
Retrieves an object of the
ClassDescription class specified by the given class ID. |
static ClassDescription |
Factory.ClassDescription.fetchInstance(Scope scope,
java.lang.String classIdentity,
PropertyFilter filter)
Retrieves an object of the
ClassDescription class specified by the given identity. |
IndependentObject |
InstantiatingScope.fetchObject(java.lang.String classIdent,
Id objectId,
PropertyFilter filter)
Retrieves an object of the requested type, given a class identifier and object ID.
|
IndependentObject |
InstantiatingScope.fetchObject(java.lang.String classIdent,
java.lang.String objectIdent,
PropertyFilter filter)
Retrieves an object of the requested type, given class and object identifiers.
|
void |
IndependentObject.fetchProperties(PropertyFilter filter)
Retrieves this object from the server and merges existing information in the property
cache with the retrieved information for the properties specified by the filter.
|
Property |
IndependentObject.fetchProperty(java.lang.String propertyName,
PropertyFilter filter)
Refreshes this object and retrieves from the server the object referenced by the object-valued
property specified by the
propertyName parameter and populates its properties
according to the filter. |
Property |
IndependentObject.fetchProperty(java.lang.String propertyName,
PropertyFilter filter,
java.lang.Integer pageSize)
Refreshes this object and retrieves from the server the object referenced by the object-valued
property specified by the
propertyName parameter and populates its properties
according to the filter. |
static AddOn |
Factory.AddOn.fetchSupersedingInstance(Domain domain,
Id id,
PropertyFilter filter)
Retrieves an object of the
AddOn class
by the specified domain and ID. |
void |
IndependentObject.refresh(PropertyFilter filter)
Retrieves this object from the server and replaces existing information in the property
cache with the retrieved information for the properties specified by the filter.
|
void |
IndependentlyPersistableObject.save(RefreshMode refreshMode,
PropertyFilter filter)
Saves changes made to this object.
|
Modifier and Type | Method and Description |
---|---|
DependentObjectList |
PropertyDependentObjectList.fetchDependentObjectListValue(PropertyFilter filter)
Retrieves the value of this
PropertyDependentObjectList property by
making a roundtrip to the server using an optional property filter. |
IndependentObject |
PropertyEngineObject.fetchIndependentObject(PropertyFilter filter)
Retrieves the value of a
PropertyEngineObject property that holds an
IndependentObject object by making a roundtrip to the server using an
optional property filter. |
IndependentObjectSet |
PropertyIndependentObjectSet.fetchIndependentObjectSetValue(PropertyFilter filter)
Retrieves the value of this
PropertyIndependentObjectSet property by
making a roundtrip to the server using an optional property filter. |
IndependentObjectSet |
PropertyIndependentObjectSet.fetchIndependentObjectSetValue(PropertyFilter filter,
int pageSize)
Retrieves the value of this
PropertyIndependentObjectSet property by
making a roundtrip to the server using an optional property filter and page size. |
Modifier and Type | Method and Description |
---|---|
IndependentObjectSet |
SearchScope.fetchObjects(SearchSQL searchSQL,
java.lang.Integer pageSize,
PropertyFilter filter,
java.lang.Boolean continuable)
Retrieves
IndependentObject objects from the repository or repositories specified for
this instance. |
IndependentObjectSet |
SearchScope.fetchObjects(StoredSearch storedSearch,
java.lang.String searchClauseFromClass,
SearchTemplateParameters templateData,
java.lang.Integer pageSize,
PropertyFilter filter,
java.lang.Boolean continuable)
Retrieves
IndependentObject objects from the repository or repositories specified for
this instance based on a query generated from the XML for a StoredSearch instance. |
RepositoryRowSet |
SearchScope.fetchRows(SearchSQL searchSQL,
java.lang.Integer pageSize,
PropertyFilter filter,
java.lang.Boolean continuable)
Retrieves rows of properties (
Properties objects) from the repository or repositories specified
for this instance. |
RepositoryRowSet |
SearchScope.fetchRows(StoredSearch storedSearch,
java.lang.String searchClauseFromClass,
SearchTemplateParameters templateData,
java.lang.Integer pageSize,
PropertyFilter filter,
java.lang.Boolean continuable)
Retrieves rows of properties (
Properties objects) from the repository or repositories specified for
this instance based on a query generated from the XML for a StoredSearch instance. |
ClassDescriptionSet |
SearchScope.fetchSearchableClassDescriptions(java.lang.String[] classNames,
PropertyFilter filter)
Retrieves
ClassDescription objects from the repository or repositories specified for
this instance. |
Modifier and Type | Method and Description |
---|---|
GroupSet |
Realm.findGroups(java.lang.String searchPattern,
PrincipalSearchType searchType,
PrincipalSearchAttribute searchAttribute,
PrincipalSearchSortType sortType,
java.lang.Integer pageSize,
PropertyFilter filter)
Returns a set of groups from this realm that matches the search parameters.
|
UserSet |
Realm.findUsers(java.lang.String searchPattern,
PrincipalSearchType searchType,
PrincipalSearchAttribute searchAttribute,
PrincipalSearchSortType sortType,
java.lang.Integer pageSize,
PropertyFilter filter)
Returns a set of users, a page at a time, from this realm that matches the search parameters.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.