Uses of Interface
com.flowable.action.engine.impl.persistence.entity.ActionResourceEntity
Packages that use ActionResourceEntity
Package
Description
-
Uses of ActionResourceEntity in com.flowable.action.engine.impl.persistence.entity
Classes in com.flowable.action.engine.impl.persistence.entity that implement ActionResourceEntityMethods in com.flowable.action.engine.impl.persistence.entity that return ActionResourceEntityModifier and TypeMethodDescriptionActionResourceEntityManager.findResourceByDeploymentIdAndResourceName
(String deploymentId, String resourceName) ActionResourceEntityManagerImpl.findResourceByDeploymentIdAndResourceName
(String deploymentId, String resourceName) ResourceRef.getEntity()
Methods in com.flowable.action.engine.impl.persistence.entity that return types with arguments of type ActionResourceEntityModifier and TypeMethodDescriptionActionResourceEntityManager.findResourcesByDeploymentId
(String deploymentId) ActionResourceEntityManagerImpl.findResourcesByDeploymentId
(String deploymentId) Methods in com.flowable.action.engine.impl.persistence.entity with parameters of type ActionResourceEntityModifier and TypeMethodDescriptionvoid
ActionDeploymentEntity.addResource
(ActionResourceEntity resource) void
ActionDeploymentEntityImpl.addResource
(ActionResourceEntity resource) -
Uses of ActionResourceEntity in com.flowable.action.engine.impl.persistence.entity.data
Methods in com.flowable.action.engine.impl.persistence.entity.data that return ActionResourceEntityModifier and TypeMethodDescriptionActionResourceDataManager.findResourceByDeploymentIdAndResourceName
(String deploymentId, String resourceName) Methods in com.flowable.action.engine.impl.persistence.entity.data that return types with arguments of type ActionResourceEntityModifier and TypeMethodDescriptionActionResourceDataManager.findResourcesByDeploymentId
(String deploymentId) -
Uses of ActionResourceEntity in com.flowable.action.engine.impl.persistence.entity.data.impl
Methods in com.flowable.action.engine.impl.persistence.entity.data.impl that return ActionResourceEntityModifier and TypeMethodDescriptionMybatisActionResourceDataManager.create()
MybatisActionResourceDataManager.findResourceByDeploymentIdAndResourceName
(String deploymentId, String resourceName) Methods in com.flowable.action.engine.impl.persistence.entity.data.impl that return types with arguments of type ActionResourceEntityModifier and TypeMethodDescriptionMybatisActionResourceDataManager.findResourcesByDeploymentId
(String deploymentId) Class<? extends ActionResourceEntity>
MybatisActionResourceDataManager.getManagedEntityClass()