|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataSourceType | |
---|---|
com.genesyslab.platform.contacts.protocol.contactserver | This package contains the Protocol classes that your applications
can use to set up communication with Universal Contact Server. |
com.genesyslab.platform.contacts.protocol.contactserver.requests |
Uses of DataSourceType in com.genesyslab.platform.contacts.protocol.contactserver |
---|
Fields in com.genesyslab.platform.contacts.protocol.contactserver declared as DataSourceType | |
---|---|
static DataSourceType |
DataSourceType.Archive
|
static DataSourceType |
DataSourceType.Main
|
Methods in com.genesyslab.platform.contacts.protocol.contactserver that return DataSourceType | |
---|---|
static DataSourceType |
DataSourceType.create(java.lang.String name)
|
DataSourceType |
DatabaseInfo.getDBMSRole()
|
static DataSourceType |
DataSourceType.toEnum(java.lang.String val)
|
Methods in com.genesyslab.platform.contacts.protocol.contactserver with parameters of type DataSourceType | |
---|---|
static java.lang.String |
DataSourceType.fromEnum(DataSourceType val)
|
void |
DatabaseInfo.setDBMSRole(DataSourceType value)
|
Uses of DataSourceType in com.genesyslab.platform.contacts.protocol.contactserver.requests |
---|
Methods in com.genesyslab.platform.contacts.protocol.contactserver.requests that return DataSourceType | |
---|---|
DataSourceType |
RequestInteractionListGet.getDataSource()
String value to identify whether the search should be processed in the "main" or "archive" UCS database. |
DataSourceType |
RequestGetInteractionsForContact.getDataSource()
|
DataSourceType |
RequestGetInteractionContent.getDataSource()
|
DataSourceType |
RequestGetDocument.getDataSource()
|
DataSourceType |
RequestCountInteractions.getDataSource()
String value to identify whether the search should be processed in the "main" or "archive" UCS database. |
Methods in com.genesyslab.platform.contacts.protocol.contactserver.requests with parameters of type DataSourceType | |
---|---|
void |
RequestInteractionListGet.setDataSource(DataSourceType value)
String value to identify whether the search should be processed in the "main" or "archive" UCS database. |
void |
RequestGetInteractionsForContact.setDataSource(DataSourceType value)
|
void |
RequestGetInteractionContent.setDataSource(DataSourceType value)
|
void |
RequestGetDocument.setDataSource(DataSourceType value)
|
void |
RequestCountInteractions.setDataSource(DataSourceType value)
String value to identify whether the search should be processed in the "main" or "archive" UCS database. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |