org.camunda.bpm.engine.impl.cmd
Class CommandLogger
java.lang.Object
org.camunda.commons.logging.BaseLogger
org.camunda.bpm.engine.impl.ProcessEngineLogger
org.camunda.bpm.engine.impl.cmd.CommandLogger
public class CommandLogger
- extends ProcessEngineLogger
- Author:
- Daniel Meyer
| Fields inherited from class org.camunda.bpm.engine.impl.ProcessEngineLogger |
ADMIN_PLUGIN_LOGGER, BPMN_BEHAVIOR_LOGGER, BPMN_PARSE_LOGGER, CMD_LOGGER, CMMN_OPERATION_LOGGER, CMMN_TRANSFORMER_LOGGER, CMNN_BEHAVIOR_LOGGER, CONFIG_LOGGER, CONTAINER_INTEGRATION_LOGGER, CONTEXT_LOGGER, CORE_LOGGER, DECISION_LOGGER, DIAGRAM_CANVAS_LOGGER, EXTERNAL_TASK_LOGGER, INSTANCE, JOB_EXECUTOR_LOGGER, METRICS_LOGGER, MIGRATION_LOGGER, PERSISTENCE_LOGGER, PROCESS_APPLICATION_LOGGER, PROJECT_CODE, PVM_LOGGER, SCRIPT_LOGGER, TEST_LOGGER, TX_LOGGER, UTIL_LOGGER |
| Fields inherited from class org.camunda.commons.logging.BaseLogger |
componentId, delegateLogger, projectCode |
|
Method Summary |
void |
calledInsideTransaction()
|
ProcessEngineException |
cannotReolvePa(ProcessApplicationIdentifier processApplicationIdentifier)
|
void |
closingCommandContext()
|
void |
couldNotFindProcessDefinitionForEventSubscription(MessageEventSubscriptionEntity messageEventSubscription,
String processDefinitionId)
|
void |
debugCaughtOptimisticLockingException(OptimisticLockingException e)
|
void |
debugCreatingNewDeployment()
|
void |
debugFinishingCommand(Command<?> cmd)
|
void |
debugIgnoringEventSubscription(EventSubscriptionEntity eventSubscription,
String processDefinitionId)
|
void |
debugModificationInstruction(String processInstanceId,
int i,
String describe)
|
void |
debugOpeningNewCommandContext()
|
void |
debugProcessingDeployment(String name)
|
void |
debugProcessingResource(String name)
|
void |
debugReusingExistingCommandContext()
|
void |
debugStartingCommand(Command<?> cmd)
|
void |
debugStartingInstruction(String processInstanceId,
int i,
String describe)
|
void |
debugWaitingFor(long waitTime)
|
ProcessEngineException |
exceptionBpmnErrorPropagationFailed(String errorCode,
Throwable cause)
|
ProcessEngineException |
exceptionCommandWithUnauthorizedTenant(String command,
Object entity)
|
MismatchingMessageCorrelationException |
exceptionCorrelateMessageToSingleExecution(String messageName,
long executionCound,
CorrelationSet correlationSet)
|
MismatchingMessageCorrelationException |
exceptionCorrelateMessageToSingleProcessDefinition(String messageName,
long processDefinitionCound,
CorrelationSet correlationSet)
|
BadUserRequestException |
exceptionCorrelateMessageWithProcessDefinitionAndTenantId()
|
BadUserRequestException |
exceptionCorrelateMessageWithProcessDefinitionId()
|
BadUserRequestException |
exceptionCorrelateMessageWithProcessInstanceAndTenantId()
|
BadUserRequestException |
exceptionCorrelateStartMessageWithCorrelationVariables()
|
BadUserRequestException |
exceptionDeliverSignalToSingleExecutionWithTenantId()
|
BadUserRequestException |
exceptionStartProcessInstanceAtStartActivityAndSkipListenersOrMapping()
|
BadUserRequestException |
exceptionStartProcessInstanceByIdAndTenantId()
|
BadUserRequestException |
exceptionUpdateSuspensionStateForTenantOnlyByProcessDefinitionKey()
|
void |
exceptionWhileGettingValueForVariable(Exception t)
|
void |
exceptionWhileRollingBackTransaction(Exception e)
|
void |
maskedExceptionInCommandContext(Throwable throwable)
|
ProcessEngineException |
paWithNameNotRegistered(String name)
|
void |
usingExistingDeployment()
|
void |
warnDisabledDeploymentLock()
|
| Methods inherited from class org.camunda.commons.logging.BaseLogger |
createLogger, exceptionMessage, formatMessageTemplate, isDebugEnabled, isErrorEnabled, isInfoEnabled, isWarnEnabled, logDebug, logError, logInfo, logWarn |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandLogger
public CommandLogger()
debugCreatingNewDeployment
public void debugCreatingNewDeployment()
usingExistingDeployment
public void usingExistingDeployment()
debugModificationInstruction
public void debugModificationInstruction(String processInstanceId,
int i,
String describe)
debugStartingInstruction
public void debugStartingInstruction(String processInstanceId,
int i,
String describe)
debugStartingCommand
public void debugStartingCommand(Command<?> cmd)
debugFinishingCommand
public void debugFinishingCommand(Command<?> cmd)
debugWaitingFor
public void debugWaitingFor(long waitTime)
debugCaughtOptimisticLockingException
public void debugCaughtOptimisticLockingException(OptimisticLockingException e)
debugOpeningNewCommandContext
public void debugOpeningNewCommandContext()
debugReusingExistingCommandContext
public void debugReusingExistingCommandContext()
closingCommandContext
public void closingCommandContext()
calledInsideTransaction
public void calledInsideTransaction()
maskedExceptionInCommandContext
public void maskedExceptionInCommandContext(Throwable throwable)
exceptionWhileRollingBackTransaction
public void exceptionWhileRollingBackTransaction(Exception e)
exceptionWhileGettingValueForVariable
public void exceptionWhileGettingValueForVariable(Exception t)
couldNotFindProcessDefinitionForEventSubscription
public void couldNotFindProcessDefinitionForEventSubscription(MessageEventSubscriptionEntity messageEventSubscription,
String processDefinitionId)
debugIgnoringEventSubscription
public void debugIgnoringEventSubscription(EventSubscriptionEntity eventSubscription,
String processDefinitionId)
debugProcessingDeployment
public void debugProcessingDeployment(String name)
debugProcessingResource
public void debugProcessingResource(String name)
paWithNameNotRegistered
public ProcessEngineException paWithNameNotRegistered(String name)
cannotReolvePa
public ProcessEngineException cannotReolvePa(ProcessApplicationIdentifier processApplicationIdentifier)
warnDisabledDeploymentLock
public void warnDisabledDeploymentLock()
exceptionStartProcessInstanceByIdAndTenantId
public BadUserRequestException exceptionStartProcessInstanceByIdAndTenantId()
exceptionStartProcessInstanceAtStartActivityAndSkipListenersOrMapping
public BadUserRequestException exceptionStartProcessInstanceAtStartActivityAndSkipListenersOrMapping()
exceptionCorrelateMessageWithProcessDefinitionId
public BadUserRequestException exceptionCorrelateMessageWithProcessDefinitionId()
exceptionCorrelateStartMessageWithCorrelationVariables
public BadUserRequestException exceptionCorrelateStartMessageWithCorrelationVariables()
exceptionDeliverSignalToSingleExecutionWithTenantId
public BadUserRequestException exceptionDeliverSignalToSingleExecutionWithTenantId()
exceptionCorrelateMessageWithProcessInstanceAndTenantId
public BadUserRequestException exceptionCorrelateMessageWithProcessInstanceAndTenantId()
exceptionCorrelateMessageWithProcessDefinitionAndTenantId
public BadUserRequestException exceptionCorrelateMessageWithProcessDefinitionAndTenantId()
exceptionCorrelateMessageToSingleProcessDefinition
public MismatchingMessageCorrelationException exceptionCorrelateMessageToSingleProcessDefinition(String messageName,
long processDefinitionCound,
CorrelationSet correlationSet)
exceptionCorrelateMessageToSingleExecution
public MismatchingMessageCorrelationException exceptionCorrelateMessageToSingleExecution(String messageName,
long executionCound,
CorrelationSet correlationSet)
exceptionUpdateSuspensionStateForTenantOnlyByProcessDefinitionKey
public BadUserRequestException exceptionUpdateSuspensionStateForTenantOnlyByProcessDefinitionKey()
exceptionBpmnErrorPropagationFailed
public ProcessEngineException exceptionBpmnErrorPropagationFailed(String errorCode,
Throwable cause)
exceptionCommandWithUnauthorizedTenant
public ProcessEngineException exceptionCommandWithUnauthorizedTenant(String command,
Object entity)
Copyright © 2016 camunda services GmbH. All rights reserved.