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
commandExecutorFields inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
configuration -
Constructor Summary
ConstructorsConstructorDescription -
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, setCommandExecutorMethods inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
getConfiguration
-
Constructor Details
-
ServiceRegistryRuntimeServiceImpl
-
-
Method Details
-
createServiceInvocationBuilder
Description copied from interface:ServiceRegistryRuntimeServiceInvokes the service referenced by the service definition matching the passed parameters. The latest version will be looked up and executed.- Specified by:
createServiceInvocationBuilderin 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:
getLookupIdByReferenceKeyin interfaceServiceRegistryRuntimeService
-
getLookupIdByServiceKey
- Specified by:
getLookupIdByServiceKeyin interfaceServiceRegistryRuntimeService
-