Uses of Interface
com.flowable.serviceregistry.engine.impl.persistence.entity.ServiceResourceEntityManager
-
Uses of ServiceResourceEntityManager in com.flowable.serviceregistry.engine.impl.deployer
Fields in com.flowable.serviceregistry.engine.impl.deployer declared as ServiceResourceEntityManager Modifier and Type Field Description protected ServiceResourceEntityManager
ServiceDeploymentManager. resourceEntityManager
Methods in com.flowable.serviceregistry.engine.impl.deployer that return ServiceResourceEntityManager Modifier and Type Method Description ServiceResourceEntityManager
ServiceDeploymentManager. getResourceEntityManager()
Methods in com.flowable.serviceregistry.engine.impl.deployer with parameters of type ServiceResourceEntityManager Modifier and Type Method Description void
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 ServiceResourceEntityManager Modifier and Type Class Description class
ServiceResourceEntityManagerImpl
Fields in com.flowable.serviceregistry.engine.impl.persistence.entity declared as ServiceResourceEntityManager Modifier and Type Field Description protected ServiceResourceEntityManager
ServiceEntityManagers. serviceResourceEntityManager
Methods in com.flowable.serviceregistry.engine.impl.persistence.entity that return ServiceResourceEntityManager Modifier and Type Method Description ServiceResourceEntityManager
ServiceEntityManagers. getServiceResourceEntityManager()
Methods in com.flowable.serviceregistry.engine.impl.persistence.entity with parameters of type ServiceResourceEntityManager Modifier and Type Method Description void
ServiceEntityManagers. setServiceResourceEntityManager(ServiceResourceEntityManager serviceResourceEntityManager)
-
Uses of ServiceResourceEntityManager in com.flowable.serviceregistry.engine.impl.repository
Fields in com.flowable.serviceregistry.engine.impl.repository declared as ServiceResourceEntityManager Modifier and Type Field Description protected ServiceResourceEntityManager
ServiceDeploymentBuilderImpl. resourceEntityManager