public interface CmEventExportStore extends IndependentlyPersistableObject
In IBM Content Foundation, Case Analyzer is not supported.
CmEventExportStore
also defines the underlying database.
You can configure CmEventExportStore
to share database connections with
object stores, isolated regions, or other event export stores, depending on how you set the
DatabaseConnection property.
CmDatabaseConnection
Modifier and Type | Method and Description |
---|---|
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_DescriptiveText()
Returns the value of the DescriptiveText property.
|
java.lang.String |
get_DisplayName()
Returns the value of the DisplayName property.
|
EventExporterType |
get_ExporterType()
Returns the value of the ExporterType property.
|
Id |
get_Id()
Returns the value of the Id property.
|
java.lang.String |
get_LastModifier()
Returns the value of the LastModifier property.
|
CmDatabaseConnection |
get_SourceDatabaseConnection()
Returns the value of the SourceDatabaseConnection property.
|
java.lang.String |
get_SourceDatabaseSchemaName()
Returns the value of the SourceDatabaseSchemaName property.
|
ObjectStore |
get_SourceObjectStore()
Returns the value of the SourceObjectStore property.
|
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_DescriptiveText(java.lang.String value)
Sets the value of the DescriptiveText property.
|
void |
set_DisplayName(java.lang.String value)
Sets the value of the DisplayName property.
|
void |
set_ExporterType(EventExporterType value)
Sets the value of the ExporterType property.
|
void |
set_SourceDatabaseConnection(CmDatabaseConnection value)
Sets the value of the SourceDatabaseConnection property.
|
void |
set_SourceDatabaseSchemaName(java.lang.String value)
Sets the value of the SourceDatabaseSchemaName property.
|
void |
set_SourceObjectStore(ObjectStore value)
Sets the value of the SourceObjectStore property.
|
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_DisplayName()
void set_DisplayName(java.lang.String value)
java.lang.String get_DescriptiveText()
void set_DescriptiveText(java.lang.String value)
CmDatabaseConnection get_DatabaseConnection()
void set_DatabaseConnection(CmDatabaseConnection value)
java.lang.String get_DatabaseSchemaName()
void set_DatabaseSchemaName(java.lang.String value)
EventExporterType get_ExporterType()
void set_ExporterType(EventExporterType value)
ObjectStore get_SourceObjectStore()
void set_SourceObjectStore(ObjectStore value)
CmDatabaseConnection get_SourceDatabaseConnection()
void set_SourceDatabaseConnection(CmDatabaseConnection value)
java.lang.String get_SourceDatabaseSchemaName()
void set_SourceDatabaseSchemaName(java.lang.String value)
© Copyright IBM Corporation 2006, 2015. All rights reserved.