Uses of Interface
com.flowable.action.engine.impl.persistence.entity.ActionInstanceEntity
Packages that use ActionInstanceEntity
Package
Description
-
Uses of ActionInstanceEntity in com.flowable.action.engine.impl.cmd
Methods in com.flowable.action.engine.impl.cmd with parameters of type ActionInstanceEntityModifier and TypeMethodDescriptionprotected void
ExecuteActionInstanceCmd.createActionLinks
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, ActionInstanceEntity actionInstance) protected org.flowable.form.api.FormInfo
GetFormInfoCmd.getFormInfoWithScopedObjectFormProviders
(ActionInstanceEntity actionInstanceEntity, ActionEngineConfiguration actionEngineConfiguration, String formKey) protected ActionDefinition
ExecuteActionInstanceCmd.handleActionWithActionInstance
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, ActionInstanceEntity actionInstance, HistoricActionInstanceEntity historicActionInstance) -
Uses of ActionInstanceEntity in com.flowable.action.engine.impl.persistence.entity
Classes in com.flowable.action.engine.impl.persistence.entity that implement ActionInstanceEntityMethods in com.flowable.action.engine.impl.persistence.entity with parameters of type ActionInstanceEntityModifier and TypeMethodDescriptionvoid
ActionInstanceEntityManagerImpl.delete
(ActionInstanceEntity actionInstanceEntity, boolean fireEvent) -
Uses of ActionInstanceEntity in com.flowable.action.engine.impl.persistence.entity.data.impl
Fields in com.flowable.action.engine.impl.persistence.entity.data.impl with type parameters of type ActionInstanceEntityModifier and TypeFieldDescriptionprotected org.flowable.common.engine.impl.persistence.cache.CachedEntityMatcher
<ActionInstanceEntity> MybatisActionInstanceDataManager.actionInstanceByScopeMatcher
Methods in com.flowable.action.engine.impl.persistence.entity.data.impl that return ActionInstanceEntityMethods in com.flowable.action.engine.impl.persistence.entity.data.impl that return types with arguments of type ActionInstanceEntityModifier and TypeMethodDescriptionClass
<? extends ActionInstanceEntity> MybatisActionInstanceDataManager.getManagedEntityClass()