Class InvokeServiceDefinitionModelCmd
java.lang.Object
com.flowable.serviceregistry.engine.impl.cmd.AbstractInvokeServiceCmd
com.flowable.serviceregistry.engine.impl.cmd.InvokeServiceDefinitionModelCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<ServiceInvocationResultResponse>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected ServiceDefinitionModel
protected String
-
Constructor Summary
ConstructorsConstructorDescriptionInvokeServiceDefinitionModelCmd
(ServiceDefinitionModel serviceDefinition, String operationKey, Map<String, Object> serviceData, String tenantId) -
Method Summary
Modifier and TypeMethodDescriptionexecute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) Methods inherited from class com.flowable.serviceregistry.engine.impl.cmd.AbstractInvokeServiceCmd
convertToServiceInvocationResult, convertToServiceInvocationResults, handleServiceInvocationResponse, internalInvoke, invokeService
-
Field Details
-
serviceDefinition
-
operationKey
-
serviceData
-
tenantId
-
-
Constructor Details
-
InvokeServiceDefinitionModelCmd
-
-
Method Details
-
execute
public ServiceInvocationResultResponse execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-