|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Domain
Represents a collection of resources and services sharing the same Global Configuration Database (GCD). The GCD defines a common set of attributes that control functional characteristics of the collection of resources and services for this domain. The GCD defines domain resources, such as sites (and their related virtual servers and server instances), object store databases, full-text index areas, file storage areas, content cache areas, add-ons, marking sets, and so on. The FileNet P8 domain is also associated with one or more security realms for authenticating users.
Although you can programmatically create a domain, it is not typical to do so.
(For a code sample, see "Getting Started Procedures" in the IBM FileNet P8 Content Engine .NET and Java API Developer’s Guide.)
In a more typical scenario, you can retrieve
a persisted Domain
object by calling getInstance
or fetchInstance
on the Factory.Domain
class. You can also call ObjectStore.getDomain()
, which returns
an object-valued Domain property.
Metadata
Auditable: false
Method Summary | |
---|---|
AddOnSet |
get_AddOns()
Returns the value of the AddOns property. |
ContentCacheAreaSet |
get_ContentCacheAreas()
Returns the value of the ContentCacheAreas property. |
Site |
get_DefaultSite()
Returns the value of the DefaultSite property. |
DirectoryConfigurationList |
get_DirectoryConfigurations()
Returns the value of the DirectoryConfigurations property. |
DITARenditionEngineConnectionSet |
get_DITARenditionEngineConnections()
Returns the value of the DITARenditionEngineConnections property. |
java.lang.String |
get_EncryptionAlgorithm()
Returns the value of the EncryptionAlgorithm property. |
ExternalRepositorySet |
get_ExternalRepositories()
Returns the value of the ExternalRepositories property. |
FixedContentDeviceSet |
get_FixedContentDevices()
Returns the value of the FixedContentDevices property. |
Id |
get_Id()
Returns the value of the Id property. |
IsolatedRegionSet |
get_IsolatedRegions()
Returns the value of the IsolatedRegions property. |
MarkingSetSet |
get_MarkingSets()
Returns the value of the MarkingSets property. |
java.lang.String |
get_Name()
Returns the value of the Name property. |
ObjectStoreSet |
get_ObjectStores()
Returns the value of the ObjectStores property. |
java.lang.String |
get_ObjectStoreSchemaDB2()
Returns the value of the ObjectStoreSchemaDB2 property. |
java.lang.String |
get_ObjectStoreSchemaMSSQL()
Returns the value of the ObjectStoreSchemaMSSQL property. |
java.lang.String |
get_ObjectStoreSchemaOracle()
Returns the value of the ObjectStoreSchemaOracle property. |
PEConnectionPointSet |
get_PEConnectionPoints()
Returns the value of the PEConnectionPoints property. |
AccessPermissionDescriptionList |
get_PermissionDescriptions()
Returns the value of the PermissionDescriptions property. |
AccessPermissionList |
get_Permissions()
Returns the value of the Permissions property. |
byte[] |
get_PublicKey()
Returns the value of the PublicKey property. |
RenditionEngineConnectionSet |
get_RenditionEngineConnections()
Returns the value of the RenditionEngineConnections property. |
ReplicationGroupSet |
get_ReplicationGroups()
Returns the value of the ReplicationGroups property. |
SiteSet |
get_Sites()
Returns the value of the Sites property. |
SubsystemConfigurationList |
get_SubsystemConfigurations()
Returns the value of the SubsystemConfigurations property. |
VerityDomainConfiguration |
get_VerityDomainConfiguration()
Returns the value of the VerityDomainConfiguration property. |
void |
set_DefaultSite(Site value)
Sets the value of the DefaultSite property. |
void |
set_DirectoryConfigurations(DirectoryConfigurationList value)
Sets the value of the DirectoryConfigurations property. |
void |
set_Name(java.lang.String value)
Sets the value of the Name property. |
void |
set_Permissions(AccessPermissionList value)
Sets the value of the Permissions property. |
void |
set_SubsystemConfigurations(SubsystemConfigurationList value)
Sets the value of the SubsystemConfigurations property. |
Methods inherited from interface com.filenet.api.core.InstantiatingScope |
---|
createObject, createObject, fetchObject, fetchObject, getObject, getObject |
Methods inherited from interface com.filenet.api.core.IndependentlyPersistableObject |
---|
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber |
Methods inherited from interface com.filenet.api.core.IndependentObject |
---|
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh |
Methods inherited from interface com.filenet.api.core.EngineObject |
---|
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses |
Method Detail |
---|
java.lang.String get_Name()
void set_Name(java.lang.String value)
ObjectStoreSet get_ObjectStores()
Id get_Id()
AccessPermissionList get_Permissions()
void set_Permissions(AccessPermissionList value)
AccessPermissionDescriptionList get_PermissionDescriptions()
MarkingSetSet get_MarkingSets()
AddOnSet get_AddOns()
Site get_DefaultSite()
void set_DefaultSite(Site value)
SiteSet get_Sites()
FixedContentDeviceSet get_FixedContentDevices()
SubsystemConfigurationList get_SubsystemConfigurations()
void set_SubsystemConfigurations(SubsystemConfigurationList value)
ContentCacheAreaSet get_ContentCacheAreas()
IsolatedRegionSet get_IsolatedRegions()
PEConnectionPointSet get_PEConnectionPoints()
RenditionEngineConnectionSet get_RenditionEngineConnections()
byte[] get_PublicKey()
java.lang.String get_EncryptionAlgorithm()
VerityDomainConfiguration get_VerityDomainConfiguration()
DirectoryConfigurationList get_DirectoryConfigurations()
void set_DirectoryConfigurations(DirectoryConfigurationList value)
ExternalRepositorySet get_ExternalRepositories()
ReplicationGroupSet get_ReplicationGroups()
java.lang.String get_ObjectStoreSchemaDB2()
java.lang.String get_ObjectStoreSchemaMSSQL()
java.lang.String get_ObjectStoreSchemaOracle()
DITARenditionEngineConnectionSet get_DITARenditionEngineConnections()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |