Uses of Interface
com.flowable.serviceregistry.engine.impl.persistence.entity.ServiceResourceEntityManager
Packages that use ServiceResourceEntityManager
Package
Description
-
Uses of ServiceResourceEntityManager in com.flowable.serviceregistry.engine.impl.deployer
Fields in com.flowable.serviceregistry.engine.impl.deployer declared as ServiceResourceEntityManagerModifier and TypeFieldDescriptionprotected ServiceResourceEntityManager
ServiceDeploymentManager.resourceEntityManager
Methods in com.flowable.serviceregistry.engine.impl.deployer that return ServiceResourceEntityManagerMethods in com.flowable.serviceregistry.engine.impl.deployer with parameters of type ServiceResourceEntityManagerModifier and TypeMethodDescriptionvoid
ServiceDeploymentManager.setResourceEntityManager
(ServiceResourceEntityManager resourceEntityManager) -
Uses of ServiceResourceEntityManager in com.flowable.serviceregistry.engine.impl.persistence.entity
Classes in com.flowable.serviceregistry.engine.impl.persistence.entity that implement ServiceResourceEntityManagerFields in com.flowable.serviceregistry.engine.impl.persistence.entity declared as ServiceResourceEntityManagerModifier and TypeFieldDescriptionprotected ServiceResourceEntityManager
ServiceEntityManagers.serviceResourceEntityManager
Methods in com.flowable.serviceregistry.engine.impl.persistence.entity that return ServiceResourceEntityManagerMethods in com.flowable.serviceregistry.engine.impl.persistence.entity with parameters of type ServiceResourceEntityManagerModifier and TypeMethodDescriptionvoid
ServiceEntityManagers.setServiceResourceEntityManager
(ServiceResourceEntityManager serviceResourceEntityManager) -
Uses of ServiceResourceEntityManager in com.flowable.serviceregistry.engine.impl.repository
Fields in com.flowable.serviceregistry.engine.impl.repository declared as ServiceResourceEntityManagerModifier and TypeFieldDescriptionprotected ServiceResourceEntityManager
ServiceDeploymentBuilderImpl.resourceEntityManager