Uses of Interface
com.flowable.serviceregistry.engine.impl.persistence.entity.ServiceDefinitionEntityManager
Packages that use ServiceDefinitionEntityManager
Package
Description
-
Uses of ServiceDefinitionEntityManager in com.flowable.serviceregistry.engine.impl.cmd
Methods in com.flowable.serviceregistry.engine.impl.cmd with parameters of type ServiceDefinitionEntityManagerModifier and TypeMethodDescriptionprotected ServiceDefinitionEntity
InvokeServiceCmd.resolveServiceDefinitionByReferenceKey
(String tenantId, ServiceDefinitionEntityManager serviceDefinitionEntityManager, CommandContext commandContext) -
Uses of ServiceDefinitionEntityManager in com.flowable.serviceregistry.engine.impl.deployer
Fields in com.flowable.serviceregistry.engine.impl.deployer declared as ServiceDefinitionEntityManagerModifier and TypeFieldDescriptionprotected ServiceDefinitionEntityManager
ServiceDeploymentManager.serviceDefinitionEntityManager
Methods in com.flowable.serviceregistry.engine.impl.deployer that return ServiceDefinitionEntityManagerMethods in com.flowable.serviceregistry.engine.impl.deployer with parameters of type ServiceDefinitionEntityManagerModifier and TypeMethodDescriptionvoid
ServiceDeploymentManager.setServiceDefinitionEntityManager
(ServiceDefinitionEntityManager serviceDefinitionEntityManager) -
Uses of ServiceDefinitionEntityManager in com.flowable.serviceregistry.engine.impl.persistence.entity
Classes in com.flowable.serviceregistry.engine.impl.persistence.entity that implement ServiceDefinitionEntityManagerFields in com.flowable.serviceregistry.engine.impl.persistence.entity declared as ServiceDefinitionEntityManagerModifier and TypeFieldDescriptionprotected ServiceDefinitionEntityManager
ServiceEntityManagers.serviceDefinitionEntityManager
Methods in com.flowable.serviceregistry.engine.impl.persistence.entity that return ServiceDefinitionEntityManagerMethods in com.flowable.serviceregistry.engine.impl.persistence.entity with parameters of type ServiceDefinitionEntityManagerModifier and TypeMethodDescriptionvoid
ServiceEntityManagers.setServiceDefinitionEntityManager
(ServiceDefinitionEntityManager serviceDefinitionEntityManager) -
Uses of ServiceDefinitionEntityManager in com.flowable.serviceregistry.engine.impl.util
Methods in com.flowable.serviceregistry.engine.impl.util that return ServiceDefinitionEntityManagerModifier and TypeMethodDescriptionCommandContextUtil.getServiceDefinitionEntityManager()
CommandContextUtil.getServiceDefinitionEntityManager
(CommandContext commandContext)