|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataIntegrationManager
Manager for data integrations.
| Method Summary | |
|---|---|
void |
deleteDataIntegrationById(Id id)
Delete the DataIntegration of the given Id |
java.util.List<DataIntegrationDocument> |
getDocumentation()
Returns all of the available Data Integration documentation. |
DataIntegration.IntegrationState |
getIntegrationState(DataIntegration integration)
Get the state of the DataIntegration, taking into account whether the integration
Building Block is enabled or disabled. |
java.util.List<DataIntegration> |
loadAllDataIntegrations()
Load all DataIntegrations installed on the system. |
DataIntegration |
loadByGuid(java.lang.String guid)
Load a DataIntegration by its GUID. |
DataIntegration |
loadById(Id dataIntegrationId)
Load a DataIntegration by its Id |
java.util.List<DataIntegration> |
loadDataIntegrationsByType(java.lang.String typeHandle)
Load all DataIntegrations of the given type. |
void |
saveDataIntegration(DataIntegration di)
Save a DataIntegration. |
| Method Detail |
|---|
void saveDataIntegration(DataIntegration di)
DataIntegration.
di - The data integration to save.java.util.List<DataIntegration> loadDataIntegrationsByType(java.lang.String typeHandle)
DataIntegrations of the given type.
typeHandle - The type of integration.
java.util.List<DataIntegration> loadAllDataIntegrations()
DataIntegrations installed on the system.
DataIntegration loadById(Id dataIntegrationId)
throws KeyNotFoundException,
PersistenceRuntimeException
DataIntegration by its Id
dataIntegrationId - The Id of the DataIntegration to load.
KeyNotFoundException - if no such data integration exists.
PersistenceRuntimeException
DataIntegration loadByGuid(java.lang.String guid)
throws KeyNotFoundException
DataIntegration by its GUID.
guid - The GUID of the data integration.
KeyNotFoundException - if no such data integration exists.void deleteDataIntegrationById(Id id)
DataIntegration of the given Id
id - The id of the data integration to delete.DataIntegration.IntegrationState getIntegrationState(DataIntegration integration)
DataIntegration, taking into account whether the integration
Building Block is enabled or disabled.
integration - The integration whose state should be checked
java.util.List<DataIntegrationDocument> getDocumentation()
List of DataIntegrationDocument objects.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||