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. |
Modifier and Type | Method and Description |
---|---|
static Domain |
Factory.Domain.fetchInstance(Connection conn,
java.lang.String name,
PropertyFilter filter)
Retrieves an object of the
Domain class by the specified name. |
Domain |
ObjectStore.get_Domain()
Returns the value of the Domain property.
|
Domain |
EntireNetwork.get_LocalDomain()
Returns the value of the LocalDomain property.
|
static Domain |
Factory.Domain.getInstance(Connection conn,
java.lang.String name)
Retrieves an instance of the
Domain class by the specified name. |
Modifier and Type | Method and Description |
---|---|
static CmAtmosFixedContentDevice |
Factory.CmAtmosFixedContentDevice.createInstance(Domain domain)
Creates a new instance of the
CmAtmosFixedContentDevice class for the specified domain. |
static SnapLockFixedContentDevice |
Factory.SnapLockFixedContentDevice.createInstance(Domain domain)
Creates a new instance of the
SnapLockFixedContentDevice class for the specified domain. |
static MarkingSet |
Factory.MarkingSet.createInstance(Domain domain)
Creates a new instance of the MarkingSet class.
|
static CmHitachiFixedContentDevice |
Factory.CmHitachiFixedContentDevice.createInstance(Domain domain)
Creates a new instance of the
CmHitachiFixedContentDevice class for the specified domain. |
static CenteraFixedContentDevice |
Factory.CenteraFixedContentDevice.createInstance(Domain domain)
Creates a new instance of the
CenteraFixedContentDevice class for the specified domain. |
static IICEFixedContentDevice |
Factory.IICEFixedContentDevice.createInstance(Domain domain)
Creates a new instance of the
IICEFixedContentDevice class for the specified domain. |
static IMFixedContentDevice |
Factory.IMFixedContentDevice.createInstance(Domain domain)
Creates a new instance of the
IMFixedContentDevice class for the specified domain. |
static ReplicationGroup |
Factory.ReplicationGroup.createInstance(Domain domain)
Creates a new instance of the
ReplicationGroup class for the specified domain. |
static CMODFixedContentDevice |
Factory.CMODFixedContentDevice.createInstance(Domain domain)
Creates a new instance of the
CMODFixedContentDevice class for the specified domain. |
static CmTextSearchServer |
Factory.CmTextSearchServer.createInstance(Domain domain)
Creates a new instance of the
CmTextSearchServer class for the specified domain. |
static GenericFixedContentDevice |
Factory.GenericFixedContentDevice.createInstance(Domain domain)
Creates a new instance of the
GenericFixedContentDevice class for the specified domain. |
static TivoliFixedContentDevice |
Factory.TivoliFixedContentDevice.createInstance(Domain domain)
Creates a new instance of the
TivoliFixedContentDevice class for the specified domain. |
static VerityDomainConfiguration |
Factory.VerityDomainConfiguration.createInstance(Domain domain)
Deprecated.
As of release 5.2.0.
|
static CmTextSearchAffinityGroup |
Factory.CmTextSearchAffinityGroup.createInstance(Domain domain,
Id id)
Creates a new instance of the
CmTextSearchAffinityGroup class based on the specified parameters. |
static Site |
Factory.Site.createInstance(Domain domain,
Id id)
Creates a new instance of the
Site class based on the specified parameters. |
static CmDatabaseConnection |
Factory.CmDatabaseConnection.createInstance(Domain domain,
Id id)
Creates a new instance of the
CmDatabaseConnection class based on the specified parameters. |
static AddOn |
Factory.AddOn.createInstance(Domain domain,
Id id)
Creates a new instance of the
AddOn class based on the specified parameters. |
static ReplicationGroup |
Factory.ReplicationGroup.createInstance(Domain domain,
Id id)
Creates a new instance of the
ReplicationGroup class based on the specified parameters. |
static CMODRepository |
Factory.CMODRepository.createInstance(Domain domain,
Id id)
Creates a new instance of the
CMODRepository class based on the specified parameters. |
static CmTextSearchServer |
Factory.CmTextSearchServer.createInstance(Domain domain,
Id id)
Creates a new instance of the
CmTextSearchServer class based on the specified parameters. |
static CmIsilonFixedContentDevice |
Factory.CmIsilonFixedContentDevice.createInstance(Domain domain,
Id id)
Creates a new instance of the
CmIsilonFixedContentDevice class based on the specified parameters. |
static CmEventExportStore |
Factory.CmEventExportStore.createInstance(Domain domain,
Id id)
Creates a new instance of the
CmEventExportStore class based on the specified parameters. |
static ContentCacheArea |
Factory.ContentCacheArea.createInstance(Domain domain,
Id id)
Creates a new instance of the
ContentCacheArea class based on the specified parameters. |
static PEConnectionPoint |
Factory.PEConnectionPoint.createInstance(Domain domain,
Id id)
Creates a new instance of the
PEConnectionPoint class based on the specified parameters. |
static ImageServicesRepository |
Factory.ImageServicesRepository.createInstance(Domain domain,
Id id)
Creates a new instance of the
ImageServicesRepository class based on the specified parameters. |
static DITARenditionEngineConnection |
Factory.DITARenditionEngineConnection.createInstance(Domain domain,
Id id)
Creates a new instance of the
DITARenditionEngineConnection class based on the specified parameters. |
static IsolatedRegion |
Factory.IsolatedRegion.createInstance(Domain domain,
Id id)
Creates a new instance of the
IsolatedRegion class based on the specified parameters. |
static UpgradeAddOn |
Factory.UpgradeAddOn.createInstance(Domain domain,
Id id)
Creates a new instance of the
UpgradeAddOn class based on the specified parameters. |
static RenditionEngineConnection |
Factory.RenditionEngineConnection.createInstance(Domain domain,
Id id)
Creates a new instance of the
RenditionEngineConnection class based on the specified parameters. |
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 RetrievingBatch |
RetrievingBatch.createRetrievingBatchInstance(Domain domain)
Creates a new
RetrievingBatch instance for the specified FileNet P8 domain. |
static UpdatingBatch |
UpdatingBatch.createUpdatingBatchInstance(Domain domain,
RefreshMode refresh)
Creates a new
UpdatingBatch instance for the specified FileNet P8 domain. |
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 AddOn |
Factory.AddOn.fetchSupersedingInstance(Domain domain,
Id id,
PropertyFilter filter)
Retrieves an object of the
AddOn class
by the specified domain and ID. |
static VerityDomainConfiguration |
Factory.VerityDomainConfiguration.getInstance(Domain domain)
Deprecated.
As of release 5.0.0.
|
static CmAtmosFixedContentDevice |
Factory.CmAtmosFixedContentDevice.getInstance(Domain domain,
Id id)
Retrieves an instance of the
CmAtmosFixedContentDevice class by the specified domain and ID. |
static SnapLockFixedContentDevice |
Factory.SnapLockFixedContentDevice.getInstance(Domain domain,
Id id)
Retrieves an instance of the
SnapLockFixedContentDevice class by the specified domain and ID. |
static MarkingSet |
Factory.MarkingSet.getInstance(Domain domain,
Id id)
Retrieves an instance of the
MarkingSet class by the specified domain and ID. |
static CmHitachiFixedContentDevice |
Factory.CmHitachiFixedContentDevice.getInstance(Domain domain,
Id id)
Retrieves an instance of the
CmHitachiFixedContentDevice class by the specified domain and ID. |
static CmTextSearchAffinityGroup |
Factory.CmTextSearchAffinityGroup.getInstance(Domain domain,
Id id)
Constructs an instance of the
CmTextSearchAffinityGroup class by the specified domain and ID. |
static ObjectStore |
Factory.ObjectStore.getInstance(Domain domain,
Id id)
Constructs an instance of the
ObjectStore class by the specified domain and ID. |
static CenteraFixedContentDevice |
Factory.CenteraFixedContentDevice.getInstance(Domain domain,
Id id)
Retrieves an instance of the
CenteraFixedContentDevice class by the specified domain and ID. |
static Site |
Factory.Site.getInstance(Domain domain,
Id id)
Constructs an instance of the
Site class by the specified domain and ID. |
static IICEFixedContentDevice |
Factory.IICEFixedContentDevice.getInstance(Domain domain,
Id id)
Retrieves an instance of the
IICEFixedContentDevice class by the specified domain and ID. |
static CmDatabaseConnection |
Factory.CmDatabaseConnection.getInstance(Domain domain,
Id id)
Constructs an instance of the
CmDatabaseConnection class by the specified domain and ID. |
static VirtualServer |
Factory.VirtualServer.getInstance(Domain domain,
Id id)
Constructs an instance of the
VirtualServer class by the specified domain and ID. |
static IMFixedContentDevice |
Factory.IMFixedContentDevice.getInstance(Domain domain,
Id id)
Retrieves an instance of the
IMFixedContentDevice class by the specified domain and ID. |
static AddOn |
Factory.AddOn.getInstance(Domain domain,
Id id)
Constructs an instance of the
AddOn class by the specified domain and ID. |
static ReplicationGroup |
Factory.ReplicationGroup.getInstance(Domain domain,
Id id)
Retrieves an instance of the
ReplicationGroup class based on the specified domain and ID. |
static CMODRepository |
Factory.CMODRepository.getInstance(Domain domain,
Id id)
Constructs an instance of the
CMODRepository class by the specified domain and ID. |
static FixedContentDevice |
Factory.FixedContentDevice.getInstance(Domain domain,
Id id)
Retrieves an instance of the
FixedContentDevice class by the specified domain and ID. |
static CMODFixedContentDevice |
Factory.CMODFixedContentDevice.getInstance(Domain domain,
Id id)
Retrieves an instance of the
CMODFixedContentDevice class by the specified domain and ID. |
static CmTextSearchServer |
Factory.CmTextSearchServer.getInstance(Domain domain,
Id id)
Constructs an instance of the
CmTextSearchServer class by the specified domain and ID. |
static CmIsilonFixedContentDevice |
Factory.CmIsilonFixedContentDevice.getInstance(Domain domain,
Id id)
Constructs an instance of the
CmIsilonFixedContentDevice class by the specified domain and ID. |
static CmEventExportStore |
Factory.CmEventExportStore.getInstance(Domain domain,
Id id)
Constructs an instance of the
CmEventExportStore class by the specified domain and ID. |
static GenericFixedContentDevice |
Factory.GenericFixedContentDevice.getInstance(Domain domain,
Id id)
Retrieves an instance of the
GenericFixedContentDevice class by the specified domain and ID. |
static ContentCacheArea |
Factory.ContentCacheArea.getInstance(Domain domain,
Id id)
Constructs an instance of the
ContentCacheArea class by the specified domain and ID. |
static TivoliFixedContentDevice |
Factory.TivoliFixedContentDevice.getInstance(Domain domain,
Id id)
Retrieves an instance of the
TivoliFixedContentDevice class by the specified domain and ID. |
static PEConnectionPoint |
Factory.PEConnectionPoint.getInstance(Domain domain,
Id id)
Constructs an instance of the
PEConnectionPoint class by the specified domain and ID. |
static ServerInstance |
Factory.ServerInstance.getInstance(Domain domain,
Id id)
Constructs an instance of the
ServerInstance class by the specified domain and ID. |
static VerityDomainConfiguration |
Factory.VerityDomainConfiguration.getInstance(Domain domain,
Id id)
Deprecated.
As of release 5.2.0.
|
static ImageServicesRepository |
Factory.ImageServicesRepository.getInstance(Domain domain,
Id id)
Retrieves an instance of the
ImageServicesRepository class based on the specified domain and ID. |
static DITARenditionEngineConnection |
Factory.DITARenditionEngineConnection.getInstance(Domain domain,
Id id)
Constructs an instance of the
DITARenditionEngineConnection class by the specified domain and ID. |
static IsolatedRegion |
Factory.IsolatedRegion.getInstance(Domain domain,
Id id)
Retrieves an instance of the
IsolatedRegion class based on the specified domain and ID. |
static UpgradeAddOn |
Factory.UpgradeAddOn.getInstance(Domain domain,
Id id)
Constructs an instance of the
UpgradeAddOn class by the specified domain and ID. |
static RenditionEngineConnection |
Factory.RenditionEngineConnection.getInstance(Domain domain,
Id id)
Constructs an instance of the
RenditionEngineConnection 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. |
static Site |
Factory.Site.getInstance(Domain domain,
java.lang.String name)
Gets a
Site object based on the domain and ID specified. |
static VirtualServer |
Factory.VirtualServer.getInstance(Domain domain,
java.lang.String name)
Gets a
VirtualServer object based on the domain and ID specified. |
static AddOn |
Factory.AddOn.getInstance(Domain domain,
java.lang.String name)
Retrieves an instance of the
AddOn class by the specified domain and ID. |
static ContentCacheArea |
Factory.ContentCacheArea.getInstance(Domain domain,
java.lang.String name)
Retrieves an instance of the
ContentCacheArea class by the specified domain and ID. |
static PEConnectionPoint |
Factory.PEConnectionPoint.getInstance(Domain domain,
java.lang.String name)
Retrieves an instance of the
PEConnectionPoint class based on the specified domain and ID. |
static ServerInstance |
Factory.ServerInstance.getInstance(Domain domain,
java.lang.String name)
Retrieves an instance of the
ServerInstance class by the specified domain and ID. |
static UpgradeAddOn |
Factory.UpgradeAddOn.getInstance(Domain domain,
java.lang.String name)
Retrieves an instance of the
UpgradeAddOn class by the specified domain and ID. |
static RenditionEngineConnection |
Factory.RenditionEngineConnection.getInstance(Domain domain,
java.lang.String name)
Retrieves an instance of the
RenditionEngineConnection class by the specified domain and ID. |
static ContentFederatingRepository |
Factory.ContentFederatingRepository.getInstance(Domain domain,
java.lang.String className,
Id id)
Retrieves an instance of the
ContentFederatingRepository class based on the specified domain and ID. |
static ExternalRepository |
Factory.ExternalRepository.getInstance(Domain domain,
java.lang.String className,
Id id)
Retrieves an instance of the
ExternalRepository class based on the specified domain and ID. |
© Copyright IBM Corporation 2006, 2015. All rights reserved.