| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<CxMapperScriptModel> |
CxScriptProfileMapper.findMapperScripts() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<SegmentMappingData> |
CxScriptProfileMapper.executeMapperScrip(CxMapperScriptModel script,
java.util.Map<java.lang.String,java.lang.Object> inputParameters) |
| Modifier and Type | Method and Description |
|---|---|
CxMapperScriptModel |
CxMapperScriptResource.getCxMapperScriptModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected CxMapperScriptModel |
CxMapperScriptResource.readResource(java.lang.String resourceId)
Gets the
CxMapperScriptModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CxMapperScriptModel> |
CxMapperScriptsResource.getCxMapperScriptsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CxMapperScriptResource.setCxMapperScriptModel(CxMapperScriptModel value)
Convenience method which just delegates to
#setResourceValue(CxMapperScriptModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CxMapperScriptsResource.setCxMapperScriptsCollection(java.util.Collection<CxMapperScriptModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
void |
CxScriptMapperInterceptor.onRemove(CxMapperScriptModel model,
InterceptorContext ctx) |
void |
CxScriptMapperInterceptor.onValidate(CxMapperScriptModel model,
InterceptorContext ctx) |
Copyright © 2018 SAP SE. All Rights Reserved.