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 AuditEngineConfigurationgetAuditEngineConfiguration()static AuditEngineConfigurationgetAuditEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)static AuditInstanceEntityManagergetAuditInstanceEntityManager()static AuditInstanceEntityManagergetAuditInstanceEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)static org.flowable.common.engine.impl.interceptor.CommandContextgetCommandContext()protected static org.flowable.idm.api.IdmEngineConfigurationApigetIdmEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)static com.flowable.core.idm.api.PlatformIdentityServicegetPlatformIdentityService(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)
-