Class CommandContextUtil
java.lang.Object
com.flowable.audit.engine.impl.util.CommandContextUtil
public class CommandContextUtil
extends java.lang.Object
- Author:
- Tijs Rademakers
-
Method Summary
Modifier and Type Method Description static AuditEngineConfiguration
getAuditEngineConfiguration()
static AuditEngineConfiguration
getAuditEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static AuditInstanceEntityManager
getAuditInstanceEntityManager()
static AuditInstanceEntityManager
getAuditInstanceEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static org.flowable.common.engine.impl.interceptor.CommandContext
getCommandContext()
protected static org.flowable.idm.api.IdmEngineConfigurationApi
getIdmEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static com.flowable.core.idm.api.PlatformIdentityService
getPlatformIdentityService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Method Details
-
getCommandContext
public static org.flowable.common.engine.impl.interceptor.CommandContext getCommandContext() -
getAuditEngineConfiguration
-
getAuditEngineConfiguration
public static AuditEngineConfiguration getAuditEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getAuditInstanceEntityManager
-
getAuditInstanceEntityManager
public static AuditInstanceEntityManager getAuditInstanceEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getPlatformIdentityService
public static com.flowable.core.idm.api.PlatformIdentityService getPlatformIdentityService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getIdmEngineConfiguration
protected static org.flowable.idm.api.IdmEngineConfigurationApi getIdmEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-