Class CommandContextUtil
java.lang.Object
com.flowable.idm.engine.impl.util.CommandContextUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.flowable.common.engine.impl.interceptor.CommandContextstatic org.flowable.common.engine.impl.db.DbSqlSessionstatic org.flowable.common.engine.impl.db.DbSqlSessiongetDbSqlSession(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static GroupEntityManagerstatic GroupEntityManagergetGroupEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static IdentityInfoEntityManagerstatic IdentityInfoEntityManagergetIdentityInfoEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static CoreIdmEngineConfigurationstatic CoreIdmEngineConfigurationgetIdmEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static IdmIndexingSchedulerstatic IdmIndexingSchedulergetIdmIndexingScheduler(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static MembershipEntityManagerstatic MembershipEntityManagergetMembershipEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getPlatformIdentityInfoEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static PrivilegeEntityManagerstatic PrivilegeEntityManagergetPrivilegeEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getPrivilegeMappingEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static PropertyEntityManagerstatic PropertyEntityManagergetPropertyEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static org.flowable.common.engine.impl.persistence.entity.TableDataManagergetTableDataManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static TokenEntityManagerstatic TokenEntityManagergetTokenEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getUserAccountDefinitionEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static UserAccountEntityManagergetUserAccountEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static UserDefinitionEntityManagerstatic UserDefinitionEntityManagergetUserDefinitionEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static UserEntityManagerstatic UserEntityManagergetUserEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Method Details
-
getIdmEngineConfiguration
-
getIdmEngineConfiguration
public static CoreIdmEngineConfiguration getIdmEngineConfiguration(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(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getPropertyEntityManager
-
getPropertyEntityManager
public static PropertyEntityManager getPropertyEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getUserEntityManager
-
getUserEntityManager
public static UserEntityManager getUserEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getUserAccountEntityManager
public static UserAccountEntityManager getUserAccountEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getGroupEntityManager
-
getGroupEntityManager
public static GroupEntityManager getGroupEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getMembershipEntityManager
-
getMembershipEntityManager
public static MembershipEntityManager getMembershipEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getPrivilegeEntityManager
-
getPrivilegeEntityManager
public static PrivilegeEntityManager getPrivilegeEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getPrivilegeMappingEntityManager
-
getPrivilegeMappingEntityManager
public static PrivilegeMappingEntityManager getPrivilegeMappingEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getTokenEntityManager
-
getTokenEntityManager
public static TokenEntityManager getTokenEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getIdentityInfoEntityManager
-
getIdentityInfoEntityManager
public static IdentityInfoEntityManager getIdentityInfoEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getPlatformIdentityInfoEntityManager
-
getPlatformIdentityInfoEntityManager
public static PlatformIdentityInfoEntityManager getPlatformIdentityInfoEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getUserAccountDefinitionEntityManager
public static UserAccountDefinitionEntityManager getUserAccountDefinitionEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getUserDefinitionEntityManager
-
getUserDefinitionEntityManager
public static UserDefinitionEntityManager getUserDefinitionEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getIdmIndexingScheduler
-
getIdmIndexingScheduler
public static IdmIndexingScheduler getIdmIndexingScheduler(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getCommandContext
public static org.flowable.common.engine.impl.interceptor.CommandContext getCommandContext()
-