Modifier and Type | Method and Description |
---|---|
protected ServiceInvocationResultResponse |
DataObjectOperations.invokeServiceAndGetResult(DataObjectInstanceVariableContainer entity,
ServiceRegistryDataObjectModel objectModel,
String operationKey,
String operationType,
String tenantId,
Map<String,ServiceRegistryFieldMapping> fieldMappingsByName,
boolean logMissingProperties) |
Modifier and Type | Method and Description |
---|---|
protected DataObjectInstanceVariableContainer |
DataObjectOperations.toDataObjectInstanceVariableContainer(ServiceInvocationResultResponse invocationResult,
DataObjectDefinition dataObjectDefinition,
ServiceRegistryDataObjectModel registryDataObjectModel) |
protected void |
DataObjectOperations.updateValuesInEntity(DataObjectInstanceVariableContainer entity,
ServiceInvocationResultResponse invocationResult,
List<ServiceRegistryFieldMapping> fieldMappings) |
Modifier and Type | Method and Description |
---|---|
ServiceInvocationResultResponse |
ServiceInvocationBuilder.invoke()
To make sure everything is serializable into proper case/process variables
(also important for indexing), the return type is fixed to a json representation.
|
Modifier and Type | Method and Description |
---|---|
List<ServiceInvocationResultResponse> |
ServiceInvocationBuilder.invokeList() |
Modifier and Type | Method and Description |
---|---|
ServiceInvocationResultResponse |
ServiceRegistryRuntimeServiceImpl.invokeService(ServiceInvocationBuilder serviceInvocationBuilder) |
Modifier and Type | Method and Description |
---|---|
List<ServiceInvocationResultResponse> |
ServiceRegistryRuntimeServiceImpl.invokeServiceList(ServiceInvocationBuilder serviceInvocationBuilder) |
Modifier and Type | Class and Description |
---|---|
static class |
InvokeServiceCmd.ServiceInvocationArrayResultResponse |
static class |
InvokeServiceCmd.ServiceInvocationResultResponseImpl |
Modifier and Type | Method and Description |
---|---|
protected ServiceInvocationResultResponse |
InvokeServiceCmd.handleServiceInvocationResponse(ServiceDefinitionModel serviceDefinitionModel,
ServiceOperation serviceOperation,
ServiceInvoker serviceInvoker,
ServiceInvocationContextImpl context,
ExpressionManager expressionManager,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
ServiceInvocationResponse invocationResponse) |
protected ServiceInvocationResultResponse |
InvokeSingleServiceCmd.invoke(ServiceInvoker serviceInvoker,
ServiceDefinitionModel serviceDefinitionModel,
ServiceOperation serviceOperation,
ServiceInvocationContextImpl context,
CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
protected List<ServiceInvocationResultResponse> |
InvokeListServiceCmd.invoke(ServiceInvoker serviceInvoker,
ServiceDefinitionModel serviceDefinitionModel,
ServiceOperation serviceOperation,
ServiceInvocationContextImpl context,
CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
protected ServiceInvocationResult |
InvokeServiceCmd.convertToServiceInvocationResult(ServiceInvocationResponse invocationResponse,
ServiceInvocationResultResponse result) |
Modifier and Type | Method and Description |
---|---|
ServiceInvocationResultResponse |
ServiceInvocationBuilderImpl.invoke() |
Modifier and Type | Method and Description |
---|---|
List<ServiceInvocationResultResponse> |
ServiceInvocationBuilderImpl.invokeList() |