|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblackboard.data.AbstractIdentifiable
blackboard.platform.dataintegration.mapping.DataIntegrationObjectMapping
public class DataIntegrationObjectMapping
Represents a mapping between a Learn object type and an SIS object type and the operations that are supported for that mapping.
| Nested Class Summary | |
|---|---|
static class |
DataIntegrationObjectMapping.DeleteSupport
Types of delete behavior. |
static class |
DataIntegrationObjectMapping.InsertSupport
Types of insert behavior. |
| Field Summary | |
|---|---|
static DataType |
DATA_TYPE
|
| Constructor Summary | |
|---|---|
DataIntegrationObjectMapping()
|
|
| Method Summary | |
|---|---|
Id |
getDataIntegrationId()
|
DataIntegrationObjectMapping.DeleteSupport |
getDeleteSupport()
|
DataIntegrationObjectMapping.InsertSupport |
getInsertSupport()
|
java.lang.String |
getLearnObjectType()
|
java.lang.String |
getSisObjectType()
|
void |
setDataIntegrationId(Id dataIntegrationId)
Set the data integration that this object mapping is for. |
void |
setDeleteSupport(DataIntegrationObjectMapping.DeleteSupport deleteSupport)
Set what type of delete behavior should be allowed. |
void |
setInsertSupport(DataIntegrationObjectMapping.InsertSupport insertSupport)
Set what type of insert/update behavior should be allowed. |
void |
setLearnObjectType(java.lang.String learnObjectType)
Set the Learn Object type. |
void |
setSisObjectType(java.lang.String sisObjectType)
Set the SIS Object type. |
| 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 DataIntegrationObjectMapping()
| Method Detail |
|---|
public Id getDataIntegrationId()
public void setDataIntegrationId(Id dataIntegrationId)
dataIntegrationId - The Id of the data integration.public java.lang.String getSisObjectType()
public void setSisObjectType(java.lang.String sisObjectType)
DataIntegrationSISObjectType extension.
sisObjectType - the SIS Object typepublic java.lang.String getLearnObjectType()
public void setLearnObjectType(java.lang.String learnObjectType)
DataIntegrationLearnObjectType extension.
learnObjectType - the Learn Object typepublic DataIntegrationObjectMapping.InsertSupport getInsertSupport()
public void setInsertSupport(DataIntegrationObjectMapping.InsertSupport insertSupport)
insertSupport - What type of insert/update behavior should be allowed.public DataIntegrationObjectMapping.DeleteSupport getDeleteSupport()
public void setDeleteSupport(DataIntegrationObjectMapping.DeleteSupport deleteSupport)
deleteSupport - What type of delete behavior should be allowed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||