Uses of Interface
com.flowable.action.engine.impl.persistence.entity.ActionResourceEntity
Package
Description
-
Uses of ActionResourceEntity in com.flowable.action.engine.impl.persistence.entity
Modifier and TypeMethodDescriptionActionResourceEntityManager.findResourceByDeploymentIdAndResourceName
(String deploymentId, String resourceName) ActionResourceEntityManagerImpl.findResourceByDeploymentIdAndResourceName
(String deploymentId, String resourceName) ResourceRef.getEntity()
Modifier and TypeMethodDescriptionActionResourceEntityManager.findResourcesByDeploymentId
(String deploymentId) ActionResourceEntityManagerImpl.findResourcesByDeploymentId
(String deploymentId) Modifier and TypeMethodDescriptionvoid
ActionDeploymentEntity.addResource
(ActionResourceEntity resource) void
ActionDeploymentEntityImpl.addResource
(ActionResourceEntity resource) -
Uses of ActionResourceEntity in com.flowable.action.engine.impl.persistence.entity.data
Modifier and TypeMethodDescriptionActionResourceDataManager.findResourceByDeploymentIdAndResourceName
(String deploymentId, String resourceName) Modifier and TypeMethodDescriptionActionResourceDataManager.findResourcesByDeploymentId
(String deploymentId) -
Uses of ActionResourceEntity in com.flowable.action.engine.impl.persistence.entity.data.impl
Modifier and TypeMethodDescriptionMybatisActionResourceDataManager.create()
MybatisActionResourceDataManager.findResourceByDeploymentIdAndResourceName
(String deploymentId, String resourceName) Modifier and TypeMethodDescriptionMybatisActionResourceDataManager.findResourcesByDeploymentId
(String deploymentId) Class<? extends ActionResourceEntity>
MybatisActionResourceDataManager.getManagedEntityClass()