public interface IsolatedRegion extends IndependentlyPersistableObject
An isolated region represents a logical subdivision of a workflow system.
Each isolated region is referenced by one or more connection points
(PEConnectionPoint
instances).
The set of isolated regions currently defined is reflected in the
IsolatedRegions property on the Domain
or ObjectStore
.
An isolated region and object store used by IBM Case Manager must use the same database connection.
An isolated region can use a legacy workflow system.
PEConnectionPoint
,
Domain
,
CmDatabaseConnection
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
get_BrokerPort()
Deprecated.
As of release 5.2.0.
|
java.lang.String |
get_Creator()
Returns the value of the Creator property.
|
CmDatabaseConnection |
get_DatabaseConnection()
Returns the value of the DatabaseConnection property.
|
java.lang.String |
get_DatabaseSchemaName()
Returns the value of the DatabaseSchemaName property.
|
java.util.Date |
get_DateCreated()
Returns the value of the DateCreated property.
|
java.util.Date |
get_DateLastModified()
Returns the value of the DateLastModified property.
|
java.lang.String |
get_DisplayName()
Returns the value of the DisplayName property.
|
java.lang.String |
get_DNSName()
Deprecated.
As of release 5.2.0.
|
java.lang.Boolean |
get_ForceCaseInsensitiveSearch()
Returns the value of the ForceCaseInsensitiveSearch property.
|
Id |
get_Id()
Returns the value of the Id property.
|
java.lang.Integer |
get_IsolatedRegionNumber()
Returns the value of the IsolatedRegionNumber property.
|
java.lang.String |
get_LastModifier()
Returns the value of the LastModifier property.
|
ObjectStore |
get_ObjectStore()
Returns the value of the ObjectStore property.
|
PEConnectionPointSet |
get_PEConnectionPoints()
Returns the value of the PEConnectionPoints property.
|
byte[] |
get_RegionKey()
Deprecated.
As of release 5.2.0.
|
byte[] |
get_RegionPassword()
Deprecated.
As of release 5.2.0.
|
Site |
get_Site()
Deprecated.
As of release 5.2.0.
|
void |
set_BrokerPort(java.lang.Integer value)
Deprecated.
As of release 5.2.0.
|
void |
set_Creator(java.lang.String value)
Sets the value of the Creator property.
|
void |
set_DatabaseConnection(CmDatabaseConnection value)
Sets the value of the DatabaseConnection property.
|
void |
set_DatabaseSchemaName(java.lang.String value)
Sets the value of the DatabaseSchemaName property.
|
void |
set_DateCreated(java.util.Date value)
Sets the value of the DateCreated property.
|
void |
set_DisplayName(java.lang.String value)
Sets the value of the DisplayName property.
|
void |
set_DNSName(java.lang.String value)
Deprecated.
As of release 5.2.0.
|
void |
set_ForceCaseInsensitiveSearch(java.lang.Boolean value)
Sets the value of the ForceCaseInsensitiveSearch property.
|
void |
set_IsolatedRegionNumber(java.lang.Integer value)
Sets the value of the IsolatedRegionNumber property.
|
void |
set_ObjectStore(ObjectStore value)
Sets the value of the ObjectStore property.
|
void |
set_RegionKey(byte[] value)
Deprecated.
As of release 5.2.0.
|
void |
set_RegionPassword(byte[] value)
Deprecated.
As of release 5.2.0.
|
void |
set_Site(Site value)
Deprecated.
As of release 5.2.0.
|
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_Creator()
void set_Creator(java.lang.String value)
java.util.Date get_DateCreated()
void set_DateCreated(java.util.Date value)
java.lang.String get_LastModifier()
java.util.Date get_DateLastModified()
Id get_Id()
java.lang.String get_DNSName()
void set_DNSName(java.lang.String value)
java.lang.Integer get_BrokerPort()
void set_BrokerPort(java.lang.Integer value)
java.lang.Integer get_IsolatedRegionNumber()
void set_IsolatedRegionNumber(java.lang.Integer value)
Site get_Site()
void set_Site(Site value)
byte[] get_RegionPassword()
void set_RegionPassword(byte[] value)
byte[] get_RegionKey()
void set_RegionKey(byte[] value)
CmDatabaseConnection get_DatabaseConnection()
void set_DatabaseConnection(CmDatabaseConnection value)
java.lang.String get_DisplayName()
void set_DisplayName(java.lang.String value)
PEConnectionPointSet get_PEConnectionPoints()
java.lang.String get_DatabaseSchemaName()
void set_DatabaseSchemaName(java.lang.String value)
ObjectStore get_ObjectStore()
void set_ObjectStore(ObjectStore value)
java.lang.Boolean get_ForceCaseInsensitiveSearch()
void set_ForceCaseInsensitiveSearch(java.lang.Boolean value)
© Copyright IBM Corporation 2006, 2015. All rights reserved.