Uses of Interface
com.flowable.action.engine.impl.persistence.entity.ActionResourceEntityManager
-
Uses of ActionResourceEntityManager in com.flowable.action.engine.impl.deployer
Fields in com.flowable.action.engine.impl.deployer declared as ActionResourceEntityManager Modifier and Type Field Description protected ActionResourceEntityManager
ActionDeploymentManager. resourceEntityManager
Methods in com.flowable.action.engine.impl.deployer that return ActionResourceEntityManager Modifier and Type Method Description ActionResourceEntityManager
ActionDeploymentManager. getResourceEntityManager()
Methods in com.flowable.action.engine.impl.deployer with parameters of type ActionResourceEntityManager Modifier and Type Method Description void
ActionDeploymentManager. setResourceEntityManager(ActionResourceEntityManager resourceEntityManager)
-
Uses of ActionResourceEntityManager in com.flowable.action.engine.impl.persistence.entity
Classes in com.flowable.action.engine.impl.persistence.entity that implement ActionResourceEntityManager Modifier and Type Class Description class
ActionResourceEntityManagerImpl
Fields in com.flowable.action.engine.impl.persistence.entity declared as ActionResourceEntityManager Modifier and Type Field Description protected ActionResourceEntityManager
ActionEntityManagers. actionResourceEntityManager
Methods in com.flowable.action.engine.impl.persistence.entity that return ActionResourceEntityManager Modifier and Type Method Description ActionResourceEntityManager
ActionEntityManagers. getActionResourceEntityManager()
Methods in com.flowable.action.engine.impl.persistence.entity with parameters of type ActionResourceEntityManager Modifier and Type Method Description void
ActionEntityManagers. setActionResourceEntityManager(ActionResourceEntityManager actionResourceEntityManager)
-
Uses of ActionResourceEntityManager in com.flowable.action.engine.impl.repository
Fields in com.flowable.action.engine.impl.repository declared as ActionResourceEntityManager Modifier and Type Field Description protected ActionResourceEntityManager
ActionDeploymentBuilderImpl. resourceEntityManager
-
Uses of ActionResourceEntityManager in com.flowable.action.engine.impl.util
Methods in com.flowable.action.engine.impl.util that return ActionResourceEntityManager Modifier and Type Method Description static ActionResourceEntityManager
CommandContextUtil. getActionResourceEntityManager()
static ActionResourceEntityManager
CommandContextUtil. getActionResourceEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)