Class CommandContextUtil
java.lang.Object
com.flowable.idm.engine.impl.util.CommandContextUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic CommandContextstatic DbSqlSessionstatic DbSqlSessiongetDbSqlSession(CommandContext commandContext) static GroupEntityManagerstatic GroupEntityManagergetGroupEntityManager(CommandContext commandContext) static IdentityInfoEntityManagerstatic IdentityInfoEntityManagergetIdentityInfoEntityManager(CommandContext commandContext) static CoreIdmEngineConfigurationstatic CoreIdmEngineConfigurationgetIdmEngineConfiguration(CommandContext commandContext) static IdmIndexingSchedulerstatic IdmIndexingSchedulergetIdmIndexingScheduler(CommandContext commandContext) static MembershipEntityManagerstatic MembershipEntityManagergetMembershipEntityManager(CommandContext commandContext) getPlatformIdentityInfoEntityManager(CommandContext commandContext) static PrivilegeEntityManagerstatic PrivilegeEntityManagergetPrivilegeEntityManager(CommandContext commandContext) getPrivilegeMappingEntityManager(CommandContext commandContext) static PropertyEntityManagerstatic PropertyEntityManagergetPropertyEntityManager(CommandContext commandContext) static TableDataManagergetTableDataManager(CommandContext commandContext) static TokenEntityManagerstatic TokenEntityManagergetTokenEntityManager(CommandContext commandContext) getUserAccountDefinitionEntityManager(CommandContext commandContext) static UserAccountEntityManagergetUserAccountEntityManager(CommandContext commandContext) static UserDefinitionEntityManagerstatic UserDefinitionEntityManagergetUserDefinitionEntityManager(CommandContext commandContext) static UserEntityManagerstatic UserEntityManagergetUserEntityManager(CommandContext commandContext)
-
Method Details
-
getIdmEngineConfiguration
-
getIdmEngineConfiguration
-
getDbSqlSession
-
getDbSqlSession
-
getTableDataManager
-
getPropertyEntityManager
-
getPropertyEntityManager
-
getUserEntityManager
-
getUserEntityManager
-
getUserAccountEntityManager
-
getGroupEntityManager
-
getGroupEntityManager
-
getMembershipEntityManager
-
getMembershipEntityManager
-
getPrivilegeEntityManager
-
getPrivilegeEntityManager
-
getPrivilegeMappingEntityManager
-
getPrivilegeMappingEntityManager
public static PrivilegeMappingEntityManager getPrivilegeMappingEntityManager(CommandContext commandContext) -
getTokenEntityManager
-
getTokenEntityManager
-
getIdentityInfoEntityManager
-
getIdentityInfoEntityManager
-
getPlatformIdentityInfoEntityManager
-
getPlatformIdentityInfoEntityManager
public static PlatformIdentityInfoEntityManager getPlatformIdentityInfoEntityManager(CommandContext commandContext) -
getUserAccountDefinitionEntityManager
public static UserAccountDefinitionEntityManager getUserAccountDefinitionEntityManager(CommandContext commandContext) -
getUserDefinitionEntityManager
-
getUserDefinitionEntityManager
public static UserDefinitionEntityManager getUserDefinitionEntityManager(CommandContext commandContext) -
getIdmIndexingScheduler
-
getIdmIndexingScheduler
-
getCommandContext
-