Uses of Interface
com.flowable.serviceregistry.engine.impl.persistence.entity.ServiceResourceEntity
Package
Description
-
Uses of ServiceResourceEntity in com.flowable.serviceregistry.engine.impl.persistence.entity
Modifier and TypeMethodDescriptionServiceResourceEntityManager.findResourceByDeploymentIdAndResourceName
(String deploymentId, String resourceName) ServiceResourceEntityManagerImpl.findResourceByDeploymentIdAndResourceName
(String deploymentId, String resourceName) Modifier and TypeMethodDescriptionServiceResourceEntityManager.findResourcesByDeploymentId
(String deploymentId) ServiceResourceEntityManagerImpl.findResourcesByDeploymentId
(String deploymentId) Modifier and TypeMethodDescriptionvoid
ServiceDeploymentEntity.addResource
(ServiceResourceEntity resource) void
ServiceDeploymentEntityImpl.addResource
(ServiceResourceEntity resource) -
Uses of ServiceResourceEntity in com.flowable.serviceregistry.engine.impl.persistence.entity.data
Modifier and TypeMethodDescriptionServiceResourceDataManager.findResourceByDeploymentIdAndResourceName
(String deploymentId, String resourceName) Modifier and TypeMethodDescriptionServiceResourceDataManager.findResourcesByDeploymentId
(String deploymentId) -
Uses of ServiceResourceEntity in com.flowable.serviceregistry.engine.impl.persistence.entity.data.impl
Modifier and TypeMethodDescriptionMybatisServiceResourceDataManager.create()
MybatisServiceResourceDataManager.findResourceByDeploymentIdAndResourceName
(String deploymentId, String resourceName) Modifier and TypeMethodDescriptionMybatisServiceResourceDataManager.findResourcesByDeploymentId
(String deploymentId) Class<? extends ServiceResourceEntity>
MybatisServiceResourceDataManager.getManagedEntityClass()