Class CommandContextUtil
java.lang.Object
org.flowable.idm.engine.impl.util.CommandContextUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CommandContextstatic DbSqlSessionstatic DbSqlSessiongetDbSqlSession(CommandContext commandContext) static GroupEntityManagerstatic GroupEntityManagergetGroupEntityManager(CommandContext commandContext) static IdentityInfoEntityManagerstatic IdentityInfoEntityManagergetIdentityInfoEntityManager(CommandContext commandContext) static ByteArrayEntityManagerstatic ByteArrayEntityManagergetIdmByteArrayEntityManager(CommandContext commandContext) static IdmEngineConfigurationstatic IdmEngineConfigurationgetIdmEngineConfiguration(CommandContext commandContext) static MembershipEntityManagerstatic MembershipEntityManagergetMembershipEntityManager(CommandContext commandContext) static PrivilegeEntityManagerstatic PrivilegeEntityManagergetPrivilegeEntityManager(CommandContext commandContext) getPrivilegeMappingEntityManager(CommandContext commandContext) static PropertyEntityManagerstatic PropertyEntityManagergetPropertyEntityManager(CommandContext commandContext) static TableDataManagerstatic TableDataManagergetTableDataManager(CommandContext commandContext) static TokenEntityManagerstatic TokenEntityManagergetTokenEntityManager(CommandContext commandContext) static UserEntityManagerstatic UserEntityManagergetUserEntityManager(CommandContext commandContext)
-
Constructor Details
-
CommandContextUtil
public CommandContextUtil()
-
-
Method Details
-
getIdmEngineConfiguration
-
getIdmEngineConfiguration
-
getDbSqlSession
-
getDbSqlSession
-
getTableDataManager
-
getTableDataManager
-
getIdmByteArrayEntityManager
-
getIdmByteArrayEntityManager
-
getPropertyEntityManager
-
getPropertyEntityManager
-
getUserEntityManager
-
getUserEntityManager
-
getGroupEntityManager
-
getGroupEntityManager
-
getMembershipEntityManager
-
getMembershipEntityManager
-
getPrivilegeEntityManager
-
getPrivilegeEntityManager
-
getPrivilegeMappingEntityManager
-
getPrivilegeMappingEntityManager
public static PrivilegeMappingEntityManager getPrivilegeMappingEntityManager(CommandContext commandContext) -
getTokenEntityManager
-
getTokenEntityManager
-
getIdentityInfoEntityManager
-
getIdentityInfoEntityManager
-
getCommandContext
-