Class ServiceRegistryRuntimeServiceImpl
java.lang.Object
org.flowable.common.engine.impl.service.CommonServiceImpl<C>
org.flowable.common.engine.impl.service.CommonEngineServiceImpl<ServiceRegistryEngineConfiguration>
com.flowable.serviceregistry.engine.ServiceRegistryRuntimeServiceImpl
- All Implemented Interfaces:
ServiceRegistryRuntimeService
public class ServiceRegistryRuntimeServiceImpl
extends CommonEngineServiceImpl<ServiceRegistryEngineConfiguration>
implements ServiceRegistryRuntimeService
-
Field Summary
Fields inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
commandExecutor
Fields inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
configuration
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionInvokes the service referenced by the service definition matching the passed parameters.invokeService
(ServiceInvocationBuilder serviceInvocationBuilder) invokeServiceList
(ServiceInvocationBuilder serviceInvocationBuilder) Methods inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
getCommandExecutor, setCommandExecutor
Methods inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
getConfiguration
-
Constructor Details
-
ServiceRegistryRuntimeServiceImpl
-
-
Method Details
-
createServiceInvocationBuilder
Description copied from interface:ServiceRegistryRuntimeService
Invokes the service referenced by the service definition matching the passed parameters. The latest version will be looked up and executed.- Specified by:
createServiceInvocationBuilder
in interfaceServiceRegistryRuntimeService
-
invokeService
public ServiceInvocationResultResponse invokeService(ServiceInvocationBuilder serviceInvocationBuilder) -
invokeServiceList
public List<ServiceInvocationResultResponse> invokeServiceList(ServiceInvocationBuilder serviceInvocationBuilder) -
getLookupIdByReferenceKey
public Object getLookupIdByReferenceKey(Map<String, Object> data, String referenceKey, String tenantId) - Specified by:
getLookupIdByReferenceKey
in interfaceServiceRegistryRuntimeService
-
getLookupIdByServiceKey
- Specified by:
getLookupIdByServiceKey
in interfaceServiceRegistryRuntimeService
-