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 class
ActionResourceEntityImpl
Methods in com.flowable.action.engine.impl.persistence.entity that return ActionResourceEntity Modifier and Type Method Description ActionResourceEntity
ActionResourceEntityManager. findResourceByDeploymentIdAndResourceName(java.lang.String deploymentId, java.lang.String resourceName)
ActionResourceEntity
ActionResourceEntityManagerImpl. findResourceByDeploymentIdAndResourceName(java.lang.String deploymentId, java.lang.String resourceName)
ActionResourceEntity
ResourceRef. 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 void
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 ActionResourceEntity Modifier and Type Method Description ActionResourceEntity
ActionResourceDataManager. 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 ActionResourceEntity
MybatisActionResourceDataManager. create()
ActionResourceEntity
MybatisActionResourceDataManager. 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()