Class CommandContextUtil
java.lang.Object
com.flowable.form.engine.impl.util.CommandContextUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.flowable.common.engine.impl.interceptor.CommandContext
static org.flowable.common.engine.impl.db.DbSqlSession
static org.flowable.common.engine.impl.db.DbSqlSession
getDbSqlSession
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static FormDeploymentEntityManager
static FormDeploymentEntityManager
getDeploymentEntityManager
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getFormCustomComponentDefinitionEntityManager
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static FormDefinitionEntityManager
static FormDefinitionEntityManager
getFormDefinitionEntityManager
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static FormEngineConfiguration
static FormEngineConfiguration
getFormEngineConfiguration
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static FormInstanceEntityManager
static FormInstanceEntityManager
getFormInstanceEntityManager
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static FormResourceEntityManager
static FormResourceEntityManager
getResourceEntityManager
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static org.flowable.common.engine.impl.persistence.entity.TableDataManager
static org.flowable.common.engine.impl.persistence.entity.TableDataManager
getTableDataManager
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Method Details
-
getFormEngineConfiguration
-
getFormEngineConfiguration
public static FormEngineConfiguration getFormEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getDbSqlSession
public static org.flowable.common.engine.impl.db.DbSqlSession getDbSqlSession() -
getDbSqlSession
public static org.flowable.common.engine.impl.db.DbSqlSession getDbSqlSession(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getTableDataManager
public static org.flowable.common.engine.impl.persistence.entity.TableDataManager getTableDataManager() -
getTableDataManager
public static org.flowable.common.engine.impl.persistence.entity.TableDataManager getTableDataManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getResourceEntityManager
-
getResourceEntityManager
public static FormResourceEntityManager getResourceEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getDeploymentEntityManager
-
getDeploymentEntityManager
public static FormDeploymentEntityManager getDeploymentEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getFormDefinitionEntityManager
-
getFormDefinitionEntityManager
public static FormDefinitionEntityManager getFormDefinitionEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getFormInstanceEntityManager
-
getFormInstanceEntityManager
public static FormInstanceEntityManager getFormInstanceEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getFormCustomComponentDefinitionEntityManager
public static FormCustomComponentDefinitionEntityManager getFormCustomComponentDefinitionEntityManager() -
getFormCustomComponentDefinitionEntityManager
public static FormCustomComponentDefinitionEntityManager getFormCustomComponentDefinitionEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getCommandContext
public static org.flowable.common.engine.impl.interceptor.CommandContext getCommandContext()
-