public class WriteService
extends java.lang.Object
| Constructor and Description |
|---|
WriteService() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteIntegrationObject(IntegrationObjectModel integrationObject)
Delete an integration object from the type system
|
void |
persistDefinitions(IntegrationObjectModel ioModel,
java.util.Map<java.lang.String,java.util.List<IntegrationObjectItemAttributeDTO>> objectMap)
Iterates through the map containing the IntegrationObjectItemDefinitionModel (as the key) and
the IntegrationObjectItemAttributeDefinitionModels (the list of DTOs)
|
void |
persistIntegrationObject(java.lang.String serviceName)
Saves an empty integration object to the model service
|
void |
setModelService(ModelService modelService) |
void |
setTypeService(TypeService typeService) |
public void setTypeService(TypeService typeService)
public void setModelService(ModelService modelService)
public void persistIntegrationObject(java.lang.String serviceName)
serviceName - the integration object's namepublic void persistDefinitions(IntegrationObjectModel ioModel, java.util.Map<java.lang.String,java.util.List<IntegrationObjectItemAttributeDTO>> objectMap)
ioModel - the integration object that will contain the integration object items and integration object item attributesobjectMap - a map with integration object item codes as keys and lists of integration object item attribute DTOs as valuespublic void deleteIntegrationObject(IntegrationObjectModel integrationObject)
integrationObject - the integration object to be deletedCopyright © 2018 SAP SE. All Rights Reserved.