|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblackboard.data.AbstractIdentifiable
blackboard.platform.dataintegration.DataIntegration
public class DataIntegration
Class that represents a configured data integration.
| Nested Class Summary | |
|---|---|
static class |
DataIntegration.IntegrationState
The state of the DataIntegration. |
| Field Summary | |
|---|---|
static DataType |
DATA_TYPE
|
| Constructor Summary | |
|---|---|
DataIntegration()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAuthPassword()
Get the data integration's password. |
java.lang.String |
getBatchUidPrefix()
Get the string with which all batch UIDs created by this integration should be prefixed. |
java.lang.String |
getDataSourceBatchUid()
Get the batch UID of the data source that the data created by this data integration will be associated with. |
java.lang.String |
getDescription()
|
blackboard.data.ExtendedData |
getExtendedData()
Get the extended data attribute in which additional settings can be stored. |
java.lang.String |
getGuid()
Get the GUID of the DataIntegration. |
DataIntegration.IntegrationState |
getIntegrationState()
|
LogLevel |
getLogLevel()
Get the level at which logging will occur for this data integration. |
java.lang.String |
getName()
Get the name of the data integration. |
java.lang.String |
getTypeHandle()
Get the type of data integration. |
void |
setAuthPassword(java.lang.String authPassword)
Set the data integration's password. |
void |
setBatchUidPrefix(java.lang.String batchUidPrefix)
Set the string with which all batch UIDs created by this integration should be prefixed. |
void |
setDataSourceBatchUid(java.lang.String dataSourceBatchUid)
Set the batch UID of the data source that the data created by this data integration will be associated with. |
void |
setDescription(java.lang.String description)
|
void |
setExtendedData(blackboard.data.ExtendedData ed)
Set the extended data attribute in which additional settings can be stored. |
void |
setGuid(java.lang.String guid)
Set the GUID of the DataIntegration. |
void |
setIntegrationState(DataIntegration.IntegrationState integrationState)
Set the state of the integration. |
void |
setLogLevel(LogLevel logLevel)
Set the level at which logging will occur for this data integration. |
void |
setName(java.lang.String name)
Set the name of the data integration. |
void |
setTypeHandle(java.lang.String typeHandle)
Set the type of the data integration. |
| Methods inherited from class blackboard.data.AbstractIdentifiable |
|---|
equals, getDataType, getId, getMaxLength, hashCode, setId, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final DataType DATA_TYPE
| Constructor Detail |
|---|
public DataIntegration()
| Method Detail |
|---|
public java.lang.String getGuid()
DataIntegrationAuthenticator.authenticate(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) method.
public void setGuid(java.lang.String guid)
guid - The GUID to set.public java.lang.String getName()
public void setName(java.lang.String name)
name - The name of the data integration.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.String getTypeHandle()
<data-integration-handler> in the
bb-manifest.xml Building Block manifest.
public void setTypeHandle(java.lang.String typeHandle)
typeHandle - The type of the data integration.public DataIntegration.IntegrationState getIntegrationState()
public void setIntegrationState(DataIntegration.IntegrationState integrationState)
integrationState - The state of the integrationpublic java.lang.String getAuthPassword()
DataIntegrationAuthenticator.authenticate(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) method.
public void setAuthPassword(java.lang.String authPassword)
authPassword - The data integration's password.public java.lang.String getDataSourceBatchUid()
public void setDataSourceBatchUid(java.lang.String dataSourceBatchUid)
dataSourceBatchUid - The data source batch uid.public java.lang.String getBatchUidPrefix()
This is used by DataIntegrationUtil.constructBatchUid(String, DataIntegration).
public void setBatchUidPrefix(java.lang.String batchUidPrefix)
batchUidPrefix - The batch UID prefix.public blackboard.data.ExtendedData getExtendedData()
getExtendedData in interface blackboard.data.HasExtendedDatapublic void setExtendedData(blackboard.data.ExtendedData ed)
setExtendedData in interface blackboard.data.HasExtendedDataed - The extended data attribute.public void setLogLevel(LogLevel logLevel)
logLevel - The log level.public LogLevel getLogLevel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||