com.filenet.api.core
Interface Domain
-
- All Superinterfaces:
- EngineObject, IndependentlyPersistableObject, IndependentObject, InstantiatingScope, Scope, java.io.Serializable
public interface Domain extends InstantiatingScope, IndependentlyPersistableObject
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 authorizing users.Although you can programmatically create a domain, it is not typical to do so. (For a code sample, see Creating a Domain Object.) In a more typical scenario, you can retrieve a persisted
Domainobject by callinggetInstanceorfetchInstanceon theFactory.Domainclass. You can also callObjectStore.getDomain(), which returns an object-valued Domain property.Metadata
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description AddOnSetget_AddOns()Returns the value of the AddOns property.ContentCacheAreaSetget_ContentCacheAreas()Returns the value of the ContentCacheAreas property.CmCredentialsManagerSetget_CredentialsManagers()A collection of all the Credentials Manager instances defined in the domain.CmDatabaseConnectionSetget_DatabaseConnections()Returns the value of the DatabaseConnections property.Siteget_DefaultSite()Returns the value of the DefaultSite property.DirectoryConfigurationListget_DirectoryConfigurations()Returns the value of the DirectoryConfigurations property.java.lang.Stringget_DocumentationURL()Returns the value of the DocumentationURL property.DomainTypeget_DomainType()Returns the value of the DomainType property.CmElasticSearchClusterSetget_ElasticSearchClusters()A collection of the Elastic Search clusters defined for the domain,CmEventExportStoreSetget_EventExportStores()Returns the value of the EventExportStores property.ExternalRepositorySetget_ExternalRepositories()Returns the value of the ExternalRepositories property.FixedContentDeviceSetget_FixedContentDevices()Returns the value of the FixedContentDevices property.java.lang.Integerget_GCDRevisionNumber()Returns the value of the GCDRevisionNumber property.Idget_Id()Returns the value of the Id property.IsolatedRegionSetget_IsolatedRegions()Returns the value of the IsolatedRegions property.java.lang.Stringget_KeyServiceConnection()Specifies the parameters for connecting to the external service managing cryptographic keys on behalf on the Content Platform Engine.java.lang.Stringget_KeyServiceType()Specifies the type of the external service managing cryptographic keys on behalf on the Content Platform Engine.java.lang.Booleanget_LocalGroupsEnabled()Enables use of local groups for this domain.MarkingSetSetget_MarkingSets()Returns the value of the MarkingSets property.java.lang.Stringget_Name()Returns the value of the Name property.ObjectStoreSetget_ObjectStores()Returns the value of the ObjectStores property.java.lang.Stringget_ObjectStoreSchemaDB2()Returns the value of the ObjectStoreSchemaDB2 property.java.lang.Stringget_ObjectStoreSchemaMSSQL()Returns the value of the ObjectStoreSchemaMSSQL property.java.lang.Stringget_ObjectStoreSchemaMySQL()Returns the value of the ObjectStoreSchemaMySQL property.java.lang.Stringget_ObjectStoreSchemaOracle()Returns the value of the ObjectStoreSchemaOracle property.java.lang.Stringget_ObjectStoreSchemaPostgreSQL()Returns the value of the ObjectStoreSchemaPostgreSQL property.PEConnectionPointSetget_PEConnectionPoints()Returns the value of the PEConnectionPoints property.AccessPermissionDescriptionListget_PermissionDescriptions()Returns the value of the PermissionDescriptions property.AccessPermissionListget_Permissions()Returns the value of the Permissions property.ReplicationGroupSetget_ReplicationGroups()Returns the value of the ReplicationGroups property.SiteSetget_Sites()Returns the value of the Sites property.SubsystemConfigurationListget_SubsystemConfigurations()Returns the value of the SubsystemConfigurations property.java.lang.Stringget_SystemUserName()The name for the system user account.byte[]get_SystemUserPassword()The password for the system user account.CmTextSearchAffinityGroupSetget_TextSearchAffinityGroups()Returns the value of the TextSearchAffinityGroups property.CmTextSearchServerSetget_TextSearchServers()Returns the value of the TextSearchServers property.UpgradeStatusget_UpgradeStatus()Specifies the upgrade status of the domain.voidset_DefaultSite(Site value)Sets the value of the DefaultSite property.voidset_DirectoryConfigurations(DirectoryConfigurationList value)Sets the value of the DirectoryConfigurations property.voidset_DomainType(DomainType value)Sets the value of the DomainType property.voidset_KeyServiceConnection(java.lang.String value)Specifies the parameters for connecting to the external service managing cryptographic keys on behalf on the Content Platform Engine.voidset_KeyServiceType(java.lang.String value)Specifies the type of the external service managing cryptographic keys on behalf on the Content Platform Engine.voidset_LocalGroupsEnabled(java.lang.Boolean value)Enables use of local groups for this domain.voidset_Name(java.lang.String value)Sets the value of the Name property.voidset_Permissions(AccessPermissionList value)Sets the value of the Permissions property.voidset_SubsystemConfigurations(SubsystemConfigurationList value)Sets the value of the SubsystemConfigurations property.voidset_SystemUserName(java.lang.String value)The name for the system user account.voidset_SystemUserPassword(byte[] value)The password for the system user account.voidset_UpgradeStatus(UpgradeStatus value)Specifies the upgrade status of the domain.-
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
-
get_Name
java.lang.String get_Name()
Returns the value of the Name property. For more information, see Name Property.
-
set_Name
void set_Name(java.lang.String value)
Sets the value of the Name property. For more information, see Name Property.
-
get_ObjectStores
ObjectStoreSet get_ObjectStores()
Returns the value of the ObjectStores property. For more information, see ObjectStores Property.
-
get_Id
Id get_Id()
Returns the value of the Id property. For more information, see Id Property.
-
get_Permissions
AccessPermissionList get_Permissions()
Returns the value of the Permissions property. For more information, see Permissions Property.
-
set_Permissions
void set_Permissions(AccessPermissionList value)
Sets the value of the Permissions property. For more information, see Permissions Property.
-
get_PermissionDescriptions
AccessPermissionDescriptionList get_PermissionDescriptions()
Returns the value of the PermissionDescriptions property. For more information, see PermissionDescriptions Property.
-
get_MarkingSets
MarkingSetSet get_MarkingSets()
Returns the value of the MarkingSets property. For more information, see MarkingSets Property.
-
get_AddOns
AddOnSet get_AddOns()
Returns the value of the AddOns property. For more information, see AddOns Property.
-
get_DefaultSite
Site get_DefaultSite()
Returns the value of the DefaultSite property. For more information, see DefaultSite Property.
-
set_DefaultSite
void set_DefaultSite(Site value)
Sets the value of the DefaultSite property. For more information, see DefaultSite Property.
-
get_Sites
SiteSet get_Sites()
Returns the value of the Sites property. For more information, see Sites Property.
-
get_FixedContentDevices
FixedContentDeviceSet get_FixedContentDevices()
Returns the value of the FixedContentDevices property. For more information, see FixedContentDevices Property.
-
get_SubsystemConfigurations
SubsystemConfigurationList get_SubsystemConfigurations()
Returns the value of the SubsystemConfigurations property. For more information, see SubsystemConfigurations Property.
-
set_SubsystemConfigurations
void set_SubsystemConfigurations(SubsystemConfigurationList value)
Sets the value of the SubsystemConfigurations property. For more information, see SubsystemConfigurations Property.
-
get_ContentCacheAreas
ContentCacheAreaSet get_ContentCacheAreas()
Returns the value of the ContentCacheAreas property. For more information, see ContentCacheAreas Property.
-
get_IsolatedRegions
IsolatedRegionSet get_IsolatedRegions()
Returns the value of the IsolatedRegions property. For more information, see IsolatedRegions Property.
-
get_PEConnectionPoints
PEConnectionPointSet get_PEConnectionPoints()
Returns the value of the PEConnectionPoints property. For more information, see PEConnectionPoints Property.
-
get_DirectoryConfigurations
DirectoryConfigurationList get_DirectoryConfigurations()
Returns the value of the DirectoryConfigurations property. For more information, see DirectoryConfigurations Property.
-
set_DirectoryConfigurations
void set_DirectoryConfigurations(DirectoryConfigurationList value)
Sets the value of the DirectoryConfigurations property. For more information, see DirectoryConfigurations Property.
-
get_ExternalRepositories
ExternalRepositorySet get_ExternalRepositories()
Returns the value of the ExternalRepositories property. For more information, see ExternalRepositories Property.
-
get_ReplicationGroups
ReplicationGroupSet get_ReplicationGroups()
Returns the value of the ReplicationGroups property. For more information, see ReplicationGroups Property.
-
get_ObjectStoreSchemaDB2
java.lang.String get_ObjectStoreSchemaDB2()
Returns the value of the ObjectStoreSchemaDB2 property. For more information, see ObjectStoreSchemaDB2 Property.
-
get_ObjectStoreSchemaMSSQL
java.lang.String get_ObjectStoreSchemaMSSQL()
Returns the value of the ObjectStoreSchemaMSSQL property. For more information, see ObjectStoreSchemaMSSQL Property.
-
get_ObjectStoreSchemaOracle
java.lang.String get_ObjectStoreSchemaOracle()
Returns the value of the ObjectStoreSchemaOracle property. For more information, see ObjectStoreSchemaOracle Property.
-
get_ObjectStoreSchemaPostgreSQL
java.lang.String get_ObjectStoreSchemaPostgreSQL()
Returns the value of the ObjectStoreSchemaPostgreSQL property. For more information, see ObjectStoreSchemaPostgreSQL Property.
-
get_ObjectStoreSchemaMySQL
java.lang.String get_ObjectStoreSchemaMySQL()
Returns the value of the ObjectStoreSchemaMySQL property. For more information, see ObjectStoreSchemaMySQL Property.
-
get_TextSearchServers
CmTextSearchServerSet get_TextSearchServers()
Returns the value of the TextSearchServers property. For more information, see TextSearchServers Property.
-
get_DatabaseConnections
CmDatabaseConnectionSet get_DatabaseConnections()
Returns the value of the DatabaseConnections property. For more information, see DatabaseConnections Property.
-
get_DocumentationURL
java.lang.String get_DocumentationURL()
Returns the value of the DocumentationURL property. For more information, see DocumentationURL Property.
-
get_GCDRevisionNumber
java.lang.Integer get_GCDRevisionNumber()
Returns the value of the GCDRevisionNumber property. For more information, see GCDRevisionNumber Property.
-
get_EventExportStores
CmEventExportStoreSet get_EventExportStores()
Returns the value of the EventExportStores property. For more information, see EventExportStores Property.
-
get_TextSearchAffinityGroups
CmTextSearchAffinityGroupSet get_TextSearchAffinityGroups()
Returns the value of the TextSearchAffinityGroups property. For more information, see TextSearchAffinityGroups Property.
-
get_DomainType
DomainType get_DomainType()
Returns the value of the DomainType property. For more information, see DomainType Property.
-
set_DomainType
void set_DomainType(DomainType value)
Sets the value of the DomainType property. For more information, see DomainType Property.
-
get_SystemUserName
java.lang.String get_SystemUserName()
The name for the system user account.
-
set_SystemUserName
void set_SystemUserName(java.lang.String value)
The name for the system user account. Settability Restrictions: None.
-
get_SystemUserPassword
byte[] get_SystemUserPassword()
The password for the system user account.
-
set_SystemUserPassword
void set_SystemUserPassword(byte[] value)
The password for the system user account. Settability Restrictions: None.
-
get_KeyServiceType
java.lang.String get_KeyServiceType()
Specifies the type of the external service managing cryptographic keys on behalf on the Content Platform Engine.
-
set_KeyServiceType
void set_KeyServiceType(java.lang.String value)
Specifies the type of the external service managing cryptographic keys on behalf on the Content Platform Engine. Settability Restrictions: None.
-
get_KeyServiceConnection
java.lang.String get_KeyServiceConnection()
Specifies the parameters for connecting to the external service managing cryptographic keys on behalf on the Content Platform Engine.
-
set_KeyServiceConnection
void set_KeyServiceConnection(java.lang.String value)
Specifies the parameters for connecting to the external service managing cryptographic keys on behalf on the Content Platform Engine. Settability Restrictions: None.
-
get_LocalGroupsEnabled
java.lang.Boolean get_LocalGroupsEnabled()
Enables use of local groups for this domain.
-
set_LocalGroupsEnabled
void set_LocalGroupsEnabled(java.lang.Boolean value)
Enables use of local groups for this domain. Settability Restrictions: None.
-
get_ElasticSearchClusters
CmElasticSearchClusterSet get_ElasticSearchClusters()
A collection of the Elastic Search clusters defined for the domain,
-
get_UpgradeStatus
UpgradeStatus get_UpgradeStatus()
Specifies the upgrade status of the domain.
-
set_UpgradeStatus
void set_UpgradeStatus(UpgradeStatus value)
Specifies the upgrade status of the domain. Settability Restrictions: None.
-
get_CredentialsManagers
CmCredentialsManagerSet get_CredentialsManagers()
A collection of all the Credentials Manager instances defined in the domain.
-
-