Uses of Interface
com.flowable.action.engine.impl.persistence.entity.ActionInstanceEntity
-
Uses of ActionInstanceEntity in com.flowable.action.engine.impl.cmd
Methods in com.flowable.action.engine.impl.cmd with parameters of type ActionInstanceEntity Modifier and Type Method Description protected 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, java.lang.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 ActionInstanceEntity Modifier and Type Class Description class
ActionInstanceEntityImpl
Methods in com.flowable.action.engine.impl.persistence.entity with parameters of type ActionInstanceEntity Modifier and Type Method Description void
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 ActionInstanceEntity Modifier and Type Field Description protected org.flowable.common.engine.impl.persistence.cache.CachedEntityMatcher<ActionInstanceEntity>
MybatisActionInstanceDataManager. actionInstanceByScopeMatcher
Methods in com.flowable.action.engine.impl.persistence.entity.data.impl that return ActionInstanceEntity Modifier and Type Method Description ActionInstanceEntity
MybatisActionInstanceDataManager. create()
Methods in com.flowable.action.engine.impl.persistence.entity.data.impl that return types with arguments of type ActionInstanceEntity Modifier and Type Method Description java.lang.Class<? extends ActionInstanceEntity>
MybatisActionInstanceDataManager. getManagedEntityClass()