Uses of Interface
com.flowable.action.engine.impl.persistence.entity.ActionResourceEntityManager
Packages that use ActionResourceEntityManager
Package
Description
-
Uses of ActionResourceEntityManager in com.flowable.action.engine.impl.deployer
Fields in com.flowable.action.engine.impl.deployer declared as ActionResourceEntityManagerModifier and TypeFieldDescriptionprotected ActionResourceEntityManager
ActionDeploymentManager.resourceEntityManager
Methods in com.flowable.action.engine.impl.deployer that return ActionResourceEntityManagerMethods in com.flowable.action.engine.impl.deployer with parameters of type ActionResourceEntityManagerModifier and TypeMethodDescriptionvoid
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 ActionResourceEntityManagerFields in com.flowable.action.engine.impl.persistence.entity declared as ActionResourceEntityManagerModifier and TypeFieldDescriptionprotected ActionResourceEntityManager
ActionEntityManagers.actionResourceEntityManager
Methods in com.flowable.action.engine.impl.persistence.entity that return ActionResourceEntityManagerMethods in com.flowable.action.engine.impl.persistence.entity with parameters of type ActionResourceEntityManagerModifier and TypeMethodDescriptionvoid
ActionEntityManagers.setActionResourceEntityManager
(ActionResourceEntityManager actionResourceEntityManager) -
Uses of ActionResourceEntityManager in com.flowable.action.engine.impl.repository
Fields in com.flowable.action.engine.impl.repository declared as ActionResourceEntityManagerModifier and TypeFieldDescriptionprotected ActionResourceEntityManager
ActionDeploymentBuilderImpl.resourceEntityManager
-
Uses of ActionResourceEntityManager in com.flowable.action.engine.impl.util
Methods in com.flowable.action.engine.impl.util that return ActionResourceEntityManagerModifier and TypeMethodDescriptionstatic ActionResourceEntityManager
CommandContextUtil.getActionResourceEntityManager()
static ActionResourceEntityManager
CommandContextUtil.getActionResourceEntityManager
(CommandContext commandContext)