Uses of Interface
com.flowable.action.engine.impl.persistence.entity.ActionResourceEntity
-
Uses of ActionResourceEntity in com.flowable.action.engine.impl.persistence.entity
Classes in com.flowable.action.engine.impl.persistence.entity that implement ActionResourceEntity Modifier and Type Class Description classActionResourceEntityImplMethods in com.flowable.action.engine.impl.persistence.entity that return ActionResourceEntity Modifier and Type Method Description ActionResourceEntityActionResourceEntityManager. findResourceByDeploymentIdAndResourceName(java.lang.String deploymentId, java.lang.String resourceName)ActionResourceEntityActionResourceEntityManagerImpl. findResourceByDeploymentIdAndResourceName(java.lang.String deploymentId, java.lang.String resourceName)ActionResourceEntityResourceRef. getEntity()Methods in com.flowable.action.engine.impl.persistence.entity that return types with arguments of type ActionResourceEntity Modifier and Type Method Description java.util.List<ActionResourceEntity>ActionResourceEntityManager. findResourcesByDeploymentId(java.lang.String deploymentId)java.util.List<ActionResourceEntity>ActionResourceEntityManagerImpl. findResourcesByDeploymentId(java.lang.String deploymentId)Methods in com.flowable.action.engine.impl.persistence.entity with parameters of type ActionResourceEntity Modifier and Type Method Description voidActionDeploymentEntity. addResource(ActionResourceEntity resource)voidActionDeploymentEntityImpl. 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 ActionResourceEntity Modifier and Type Method Description ActionResourceEntityActionResourceDataManager. findResourceByDeploymentIdAndResourceName(java.lang.String deploymentId, java.lang.String resourceName)Methods in com.flowable.action.engine.impl.persistence.entity.data that return types with arguments of type ActionResourceEntity Modifier and Type Method Description java.util.List<ActionResourceEntity>ActionResourceDataManager. findResourcesByDeploymentId(java.lang.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 ActionResourceEntity Modifier and Type Method Description ActionResourceEntityMybatisActionResourceDataManager. create()ActionResourceEntityMybatisActionResourceDataManager. findResourceByDeploymentIdAndResourceName(java.lang.String deploymentId, java.lang.String resourceName)Methods in com.flowable.action.engine.impl.persistence.entity.data.impl that return types with arguments of type ActionResourceEntity Modifier and Type Method Description java.util.List<ActionResourceEntity>MybatisActionResourceDataManager. findResourcesByDeploymentId(java.lang.String deploymentId)java.lang.Class<? extends ActionResourceEntity>MybatisActionResourceDataManager. getManagedEntityClass()