Class CommandContextUtil
- java.lang.Object
-
- com.flowable.idm.engine.impl.util.CommandContextUtil
-
public class CommandContextUtil extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.flowable.common.engine.impl.interceptor.CommandContext
getCommandContext()
static org.flowable.common.engine.impl.db.DbSqlSession
getDbSqlSession()
static org.flowable.common.engine.impl.db.DbSqlSession
getDbSqlSession(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static GroupEntityManager
getGroupEntityManager()
static GroupEntityManager
getGroupEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static IdentityInfoEntityManager
getIdentityInfoEntityManager()
static IdentityInfoEntityManager
getIdentityInfoEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static CoreIdmEngineConfiguration
getIdmEngineConfiguration()
static CoreIdmEngineConfiguration
getIdmEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static IdmIndexingScheduler
getIdmIndexingScheduler()
static IdmIndexingScheduler
getIdmIndexingScheduler(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static MembershipEntityManager
getMembershipEntityManager()
static MembershipEntityManager
getMembershipEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static PlatformIdentityInfoEntityManager
getPlatformIdentityInfoEntityManager()
static PlatformIdentityInfoEntityManager
getPlatformIdentityInfoEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static PrivilegeEntityManager
getPrivilegeEntityManager()
static PrivilegeEntityManager
getPrivilegeEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static PrivilegeMappingEntityManager
getPrivilegeMappingEntityManager()
static PrivilegeMappingEntityManager
getPrivilegeMappingEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static PropertyEntityManager
getPropertyEntityManager()
static PropertyEntityManager
getPropertyEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static org.flowable.common.engine.impl.persistence.entity.TableDataManager
getTableDataManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static TokenEntityManager
getTokenEntityManager()
static TokenEntityManager
getTokenEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static UserAccountDefinitionEntityManager
getUserAccountDefinitionEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static UserAccountEntityManager
getUserAccountEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static UserDefinitionEntityManager
getUserDefinitionEntityManager()
static UserDefinitionEntityManager
getUserDefinitionEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static UserEntityManager
getUserEntityManager()
static UserEntityManager
getUserEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
-
-
Method Detail
-
getIdmEngineConfiguration
public static CoreIdmEngineConfiguration 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
public static PropertyEntityManager getPropertyEntityManager()
-
getPropertyEntityManager
public static PropertyEntityManager getPropertyEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
getUserEntityManager
public static UserEntityManager 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
public static GroupEntityManager getGroupEntityManager()
-
getGroupEntityManager
public static GroupEntityManager getGroupEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
getMembershipEntityManager
public static MembershipEntityManager getMembershipEntityManager()
-
getMembershipEntityManager
public static MembershipEntityManager getMembershipEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
getPrivilegeEntityManager
public static PrivilegeEntityManager getPrivilegeEntityManager()
-
getPrivilegeEntityManager
public static PrivilegeEntityManager getPrivilegeEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
getPrivilegeMappingEntityManager
public static PrivilegeMappingEntityManager getPrivilegeMappingEntityManager()
-
getPrivilegeMappingEntityManager
public static PrivilegeMappingEntityManager getPrivilegeMappingEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
getTokenEntityManager
public static TokenEntityManager getTokenEntityManager()
-
getTokenEntityManager
public static TokenEntityManager getTokenEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
getIdentityInfoEntityManager
public static IdentityInfoEntityManager getIdentityInfoEntityManager()
-
getIdentityInfoEntityManager
public static IdentityInfoEntityManager getIdentityInfoEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
getPlatformIdentityInfoEntityManager
public static PlatformIdentityInfoEntityManager 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
public static UserDefinitionEntityManager getUserDefinitionEntityManager()
-
getUserDefinitionEntityManager
public static UserDefinitionEntityManager getUserDefinitionEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
getIdmIndexingScheduler
public static IdmIndexingScheduler 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()
-
-