Class AbstractInvokeServiceCmd
java.lang.Object
com.flowable.serviceregistry.engine.impl.cmd.AbstractInvokeServiceCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<ServiceInvocationResultResponse>
- Direct Known Subclasses:
InvokeServiceCmd,InvokeServiceDefinitionModelCmd
public abstract class AbstractInvokeServiceCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<ServiceInvocationResultResponse>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ServiceInvocationResultconvertToServiceInvocationResult(ServiceInvocationResultResponse invocationResponse, ServiceInvocationResult processedResult) protected Collection<ServiceInvocationResult> convertToServiceInvocationResults(ServiceInvocationResultResponse invocationResponse, ServiceInvocationResultResponse result) protected ServiceInvocationResultResponsehandleServiceInvocationResponse(ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvoker serviceInvoker, ServiceInvocationContextImpl context, ServiceRegistryEngineConfiguration serviceEngineConfiguration, ServiceInvocationResultResponse invocationResponse) protected ServiceInvocationResultResponseinternalInvoke(ServiceInvoker serviceInvoker, ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContextImpl context, org.flowable.common.engine.impl.interceptor.CommandContext commandContext) protected ServiceInvocationResultResponseinvokeService(ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvoker serviceInvoker, ServiceInvocationContextImpl context, org.flowable.common.engine.impl.interceptor.CommandContext commandContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.common.engine.impl.interceptor.Command
execute
-
Constructor Details
-
AbstractInvokeServiceCmd
public AbstractInvokeServiceCmd()
-
-
Method Details
-
invokeService
protected ServiceInvocationResultResponse invokeService(ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvoker serviceInvoker, ServiceInvocationContextImpl context, org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
internalInvoke
protected ServiceInvocationResultResponse internalInvoke(ServiceInvoker serviceInvoker, ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContextImpl context, org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
handleServiceInvocationResponse
protected ServiceInvocationResultResponse handleServiceInvocationResponse(ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvoker serviceInvoker, ServiceInvocationContextImpl context, ServiceRegistryEngineConfiguration serviceEngineConfiguration, ServiceInvocationResultResponse invocationResponse) -
convertToServiceInvocationResults
protected Collection<ServiceInvocationResult> convertToServiceInvocationResults(ServiceInvocationResultResponse invocationResponse, ServiceInvocationResultResponse result) -
convertToServiceInvocationResult
protected ServiceInvocationResult convertToServiceInvocationResult(ServiceInvocationResultResponse invocationResponse, ServiceInvocationResult processedResult)
-