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

Packages that use Domain
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. 
 

Uses of Domain in com.filenet.api.core
 

Methods in com.filenet.api.core that return Domain
static Domain Factory.Domain.fetchInstance(Connection conn, java.lang.String name, PropertyFilter filter)
          Retrieves an object of the Domain class by the specified symbolic 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 symbolic name.
 

Methods in com.filenet.api.core with parameters of type Domain
static TivoliFixedContentDevice Factory.TivoliFixedContentDevice.createInstance(Domain domain)
          Creates a new instance of the TivoliFixedContentDevice 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 ReplicationGroup Factory.ReplicationGroup.createInstance(Domain domain)
          Creates a new instance of the ReplicationGroup 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 VerityDomainConfiguration Factory.VerityDomainConfiguration.createInstance(Domain domain)
          Creates a new instance of the VerityDomainConfiguration class for the specified domain.
static MarkingSet Factory.MarkingSet.createInstance(Domain domain)
          Creates a new instance of the MarkingSet class.
static SnapLockFixedContentDevice Factory.SnapLockFixedContentDevice.createInstance(Domain domain)
          Creates a new instance of the SnapLockFixedContentDevice 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 IMFixedContentDevice Factory.IMFixedContentDevice.createInstance(Domain domain)
          Creates a new instance of the IMFixedContentDevice 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 IsolatedRegion Factory.IsolatedRegion.createInstance(Domain domain, Id id)
          Creates a new instance of the IsolatedRegion 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 ContentCacheArea Factory.ContentCacheArea.createInstance(Domain domain, Id id)
          Creates a new instance of the ContentCacheArea 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 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 CMODRepository Factory.CMODRepository.createInstance(Domain domain, Id id)
          Creates a new instance of the CMODRepository 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 Site Factory.Site.createInstance(Domain domain, Id id)
          Creates a new instance of the Site 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 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 ServerInstance Factory.ServerInstance.fetchInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves an object of the ServerInstance class by 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 FixedContentDevice Factory.FixedContentDevice.fetchInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves a FixedContentDevice 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 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 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 CmTivoliManagementClass Factory.CmTivoliManagementClass.fetchInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves an object of the CmTivoliManagementClass 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 CMODFixedContentDevice Factory.CMODFixedContentDevice.fetchInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves a CMODFixedContentDevice object based on the domain and ID specified.
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 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 PEConnectionPoint Factory.PEConnectionPoint.fetchInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves an object of the PEConnectionPoint 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 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 MarkingSet Factory.MarkingSet.fetchInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves the specified MarkingSet object.
static SnapLockFixedContentDevice Factory.SnapLockFixedContentDevice.fetchInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves a SnapLockFixedContentDevice object based on the domain and ID specified.
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 GenericFixedContentDevice Factory.GenericFixedContentDevice.fetchInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves a GenericFixedContentDevice 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 Site Factory.Site.fetchInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves an object of the Site class by 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 IMFixedContentDevice Factory.IMFixedContentDevice.fetchInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves a IMFixedContentDevice object based on the domain and ID specified.
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 CenteraFixedContentDevice Factory.CenteraFixedContentDevice.fetchInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves a CenteraFixedContentDevice object based on the domain and ID specified.
static VerityDomainConfiguration Factory.VerityDomainConfiguration.fetchInstance(Domain domain, PropertyFilter filter)
          Retrieves a VerityDomainConfiguration object based on the domain specified.
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 ContentCacheArea Factory.ContentCacheArea.fetchInstance(Domain domain, java.lang.String name, PropertyFilter filter)
          Retrieves a ContentCache object based on 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 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 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 AddOn Factory.AddOn.fetchInstance(Domain domain, java.lang.String name, PropertyFilter filter)
          Retrieves an AddOn object based on the domain and ID specified.
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 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)
          Gets a VerityDomainConfiguration object based on the domain specified.
static IsolatedRegion Factory.IsolatedRegion.getInstance(Domain domain, Id id)
          Retrieves an instance of the IsolatedRegion class based on 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 DITARenditionEngineConnection Factory.DITARenditionEngineConnection.getInstance(Domain domain, Id id)
          Constructs an instance of the DITARenditionEngineConnection 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 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 CmTivoliManagementClass Factory.CmTivoliManagementClass.getInstance(Domain domain, Id id)
          Constructs an instance of the CmTivoliManagementClass 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 CMODFixedContentDevice Factory.CMODFixedContentDevice.getInstance(Domain domain, Id id)
          Retrieves an instance of the CMODFixedContentDevice 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 ReplicationGroup Factory.ReplicationGroup.getInstance(Domain domain, Id id)
          Retrieves an instance of the ReplicationGroup class based on 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 IICEFixedContentDevice Factory.IICEFixedContentDevice.getInstance(Domain domain, Id id)
          Retrieves an instance of the IICEFixedContentDevice class by the specified domain and ID.
static ImageServicesRepository Factory.ImageServicesRepository.getInstance(Domain domain, Id id)
          Retrieves an instance of the ImageServicesRepository class based on 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 SnapLockFixedContentDevice Factory.SnapLockFixedContentDevice.getInstance(Domain domain, Id id)
          Retrieves an instance of the SnapLockFixedContentDevice class by 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 GenericFixedContentDevice Factory.GenericFixedContentDevice.getInstance(Domain domain, Id id)
          Retrieves an instance of the GenericFixedContentDevice 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 Site Factory.Site.getInstance(Domain domain, Id id)
          Constructs an instance of the Site class by 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 IMFixedContentDevice Factory.IMFixedContentDevice.getInstance(Domain domain, Id id)
          Retrieves an instance of the IMFixedContentDevice 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 CenteraFixedContentDevice Factory.CenteraFixedContentDevice.getInstance(Domain domain, Id id)
          Retrieves an instance of the CenteraFixedContentDevice class by 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 ContentCacheArea Factory.ContentCacheArea.getInstance(Domain domain, java.lang.String name)
          Retrieves an instance of the ContentCacheArea 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 VirtualServer Factory.VirtualServer.getInstance(Domain domain, java.lang.String name)
          Gets a VirtualServer object based on the domain and ID specified.
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 AddOn Factory.AddOn.getInstance(Domain domain, java.lang.String name)
          Retrieves an instance of the AddOn 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 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 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.
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.
 



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