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 ServiceResourceEntityManagerServiceDeploymentManager.resourceEntityManagerMethods in com.flowable.serviceregistry.engine.impl.deployer that return ServiceResourceEntityManagerMethods in com.flowable.serviceregistry.engine.impl.deployer with parameters of type ServiceResourceEntityManagerModifier and TypeMethodDescriptionvoidServiceDeploymentManager.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 ServiceResourceEntityManagerServiceEntityManagers.serviceResourceEntityManagerMethods 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 TypeMethodDescriptionvoidServiceEntityManagers.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 ServiceResourceEntityManagerServiceDeploymentBuilderImpl.resourceEntityManager