Class CommandContextUtil
java.lang.Object
com.flowable.idm.engine.impl.util.CommandContextUtil
public class CommandContextUtil
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description static org.flowable.common.engine.impl.interceptor.CommandContextgetCommandContext()static org.flowable.common.engine.impl.db.DbSqlSessiongetDbSqlSession()static org.flowable.common.engine.impl.db.DbSqlSessiongetDbSqlSession(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)static GroupEntityManagergetGroupEntityManager()static GroupEntityManagergetGroupEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)static IdentityInfoEntityManagergetIdentityInfoEntityManager()static IdentityInfoEntityManagergetIdentityInfoEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)static org.flowable.identitylink.service.IdentityLinkServicegetIdentityLinkService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)static org.flowable.identitylink.service.IdentityLinkServiceConfigurationgetIdentityLinkServiceConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)static CoreIdmEngineConfigurationgetIdmEngineConfiguration()static CoreIdmEngineConfigurationgetIdmEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)static IdmIndexingSchedulergetIdmIndexingScheduler()static IdmIndexingSchedulergetIdmIndexingScheduler(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)static MembershipEntityManagergetMembershipEntityManager()static MembershipEntityManagergetMembershipEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)static PlatformIdentityInfoEntityManagergetPlatformIdentityInfoEntityManager()static PlatformIdentityInfoEntityManagergetPlatformIdentityInfoEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)static PrivilegeEntityManagergetPrivilegeEntityManager()static PrivilegeEntityManagergetPrivilegeEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)static PrivilegeMappingEntityManagergetPrivilegeMappingEntityManager()static PrivilegeMappingEntityManagergetPrivilegeMappingEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)static PropertyEntityManagergetPropertyEntityManager()static PropertyEntityManagergetPropertyEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)static TableDataManagergetTableDataManager()static TableDataManagergetTableDataManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)static TokenEntityManagergetTokenEntityManager()static TokenEntityManagergetTokenEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)static UserAccountDefinitionEntityManagergetUserAccountDefinitionEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)static UserAccountEntityManagergetUserAccountEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)static UserDefinitionEntityManagergetUserDefinitionEntityManager()static UserDefinitionEntityManagergetUserDefinitionEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)static UserEntityManagergetUserEntityManager()static 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
-
getTableDataManager
public static 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) -
getIdentityLinkService
public static org.flowable.identitylink.service.IdentityLinkService getIdentityLinkService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getIdentityLinkServiceConfiguration
public static org.flowable.identitylink.service.IdentityLinkServiceConfiguration getIdentityLinkServiceConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getCommandContext
public static org.flowable.common.engine.impl.interceptor.CommandContext getCommandContext()
-