public interface Domain extends InstantiatingScope, IndependentlyPersistableObject
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 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.
Modifier and Type | Method and Description |
---|---|
AddOnSet |
get_AddOns()
Returns the value of the AddOns property.
|
java.lang.String |
get_AuthenticationRealmName()
Returns the value of the AuthenticationRealmName property.
|
ContentCacheAreaSet |
get_ContentCacheAreas()
Returns the value of the ContentCacheAreas property.
|
CmDatabaseConnectionSet |
get_DatabaseConnections()
Returns the value of the DatabaseConnections 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_DocumentationURL()
Returns the value of the DocumentationURL property.
|
DomainType |
get_DomainType()
Returns the value of the DomainType property.
|
CmEventExportStoreSet |
get_EventExportStores()
Returns the value of the EventExportStores property.
|
ExternalRepositorySet |
get_ExternalRepositories()
Returns the value of the ExternalRepositories property.
|
FixedContentDeviceSet |
get_FixedContentDevices()
Returns the value of the FixedContentDevices property.
|
java.lang.Integer |
get_GCDRevisionNumber()
Returns the value of the GCDRevisionNumber 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.
|
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.
|
CmTextSearchAffinityGroupSet |
get_TextSearchAffinityGroups()
Returns the value of the TextSearchAffinityGroups property.
|
CmTextSearchServerSet |
get_TextSearchServers()
Returns the value of the TextSearchServers property.
|
VerityDomainConfiguration |
get_VerityDomainConfiguration()
Deprecated.
As of release 5.0.0.
|
VerityDomainConfigurationSet |
get_VerityDomainConfigurations()
Deprecated.
As of release 5.2.0.
|
void |
set_AuthenticationRealmName(java.lang.String value)
Sets the value of the AuthenticationRealmName 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_DocumentationURL(java.lang.String value)
Sets the value of the DocumentationURL 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.
|
createObject, createObject, fetchObject, fetchObject, getObject, getObject
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
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()
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()
VerityDomainConfigurationSet get_VerityDomainConfigurations()
CmTextSearchServerSet get_TextSearchServers()
CmDatabaseConnectionSet get_DatabaseConnections()
java.lang.String get_DocumentationURL()
void set_DocumentationURL(java.lang.String value)
java.lang.Integer get_GCDRevisionNumber()
CmEventExportStoreSet get_EventExportStores()
CmTextSearchAffinityGroupSet get_TextSearchAffinityGroups()
DomainType get_DomainType()
java.lang.String get_AuthenticationRealmName()
void set_AuthenticationRealmName(java.lang.String value)
© Copyright IBM Corporation 2006, 2015. All rights reserved.