Class BpmnBehaviorLogger
java.lang.Object
org.camunda.commons.logging.BaseLogger
org.camunda.bpm.engine.impl.ProcessEngineLogger
org.camunda.bpm.engine.impl.bpmn.behavior.BpmnBehaviorLogger
- Author:
- Stefan Hentschel.
-
Field Summary
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, EXTERNAL_TASK_LOGGER, INCIDENT_LOGGER, INDENTITY_LOGGER, INSTANCE, JOB_EXECUTOR_LOGGER, METRICS_LOGGER, MIGRATION_LOGGER, PERSISTENCE_LOGGER, PROCESS_APPLICATION_LOGGER, PROJECT_CODE, PVM_LOGGER, SCRIPT_LOGGER, SECURITY_LOGGER, TEST_LOGGER, TX_LOGGER, UTIL_LOGGER
Fields inherited from class org.camunda.commons.logging.BaseLogger
componentId, delegateLogger, projectCode
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
activityActivation
(String activityId) void
activityActivation
(String activityId, int joinedExecutions, int availableExecution) addBccException
(String bcc, Throwable cause) addCcException
(String cc, Throwable cause) addRecipientException
(String recipient, Throwable cause) addSenderException
(String sender, Throwable cause) void
void
void
debugConcurrentScopeIsPruned
(PvmExecutionImpl execution) void
destroyConcurrentScopeExecution
(PvmExecutionImpl execution) emailCreationException
(String format, Throwable cause) void
void
errorPropagationException
(String activityId, Throwable cause) expressionNotANumberException
(String type, String expression) expressionNotBooleanException
(String type, String expression) void
ignoringEventSubscription
(EventSubscriptionEntity eventSubscription, String processDefinitionId) incorrectlyUsedSignalException
(String className) invalidAmountException
(String type, int amount) invalidVariableTypeException
(String variable, String type) void
leavingActivity
(String activityId) void
missingBoundaryCatchEvent
(String executionId, String errorCode) missingBoundaryCatchEventError
(String executionId, String errorCode) missingBoundaryCatchEventEscalation
(String executionId, String escalationCode) missingConditionalFlowException
(String activityId) missingDefaultFlowException
(String activityId, String defaultSequenceFlow) missingDelegateParentClassException
(String className, String javaDelegate, String activityBehavior) missingDelegateVariableMappingParentClassException
(String className, String delegateVarMapping) void
missingOutgoingSequenceFlow
(String activityId) void
void
noActivityActivation
(String activityId) void
noActivityActivation
(String activityId, int joinedExecutions, int availableExecution) void
outgoingSequenceFlowSelected
(String sequenceFlowId) resolveDelegateExpressionException
(Expression expression, Class<?> parentClass, Class<JavaDelegate> javaDelegateClass) sendingEmailException
(String recipient, Throwable cause) shellExecutionException
(Throwable cause) stuckExecutionException
(String activityId) unresolvableExpressionException
(String expression, String type) unsupportedConcurrencyException
(String scopeExecutionId, String className) unsupportedSignalException
(String activityId) Methods inherited from class org.camunda.bpm.engine.impl.ProcessEngineLogger
couldNotDetermineIp, exceptionWhileClosingProcessEngine, exceptionWhileInitializingProcessengine, historyCleanupJobReconfigurationFailure, initializingProcessEngine, initializingProcessEngineForResource, processEngineAlreadyInitialized, processEngineClosed, processEngineCreated, shouldLogCmdException, shouldLogJobException
Methods inherited from class org.camunda.commons.logging.BaseLogger
createLogger, exceptionMessage, formatMessageTemplate, isDebugEnabled, isErrorEnabled, isInfoEnabled, isWarnEnabled, log, log, logDebug, logError, logInfo, logTrace, logWarn
-
Constructor Details
-
BpmnBehaviorLogger
public BpmnBehaviorLogger()
-
-
Method Details
-
missingBoundaryCatchEvent
-
leavingActivity
-
missingOutgoingSequenceFlow
-
stuckExecutionException
-
missingDefaultFlowException
public ProcessEngineException missingDefaultFlowException(String activityId, String defaultSequenceFlow) -
missingConditionalFlowException
-
incorrectlyUsedSignalException
-
missingDelegateParentClassException
public ProcessEngineException missingDelegateParentClassException(String className, String javaDelegate, String activityBehavior) -
outgoingSequenceFlowSelected
-
unsupportedSignalException
-
activityActivation
-
noActivityActivation
-
ignoringEventSubscription
public void ignoringEventSubscription(EventSubscriptionEntity eventSubscription, String processDefinitionId) -
sendingEmailException
-
emailFormatException
-
emailCreationException
-
addRecipientException
-
missingRecipientsException
-
addSenderException
-
addCcException
-
addBccException
-
invalidAmountException
-
unresolvableExpressionException
-
invalidVariableTypeException
-
resolveCollectionExpressionOrVariableReferenceException
-
expressionNotANumberException
-
expressionNotBooleanException
-
multiInstanceCompletionConditionState
-
activityActivation
-
noActivityActivation
-
unsupportedConcurrencyException
public ProcessEngineException unsupportedConcurrencyException(String scopeExecutionId, String className) -
resolveDelegateExpressionException
public ProcessEngineException resolveDelegateExpressionException(Expression expression, Class<?> parentClass, Class<JavaDelegate> javaDelegateClass) -
shellExecutionException
-
errorPropagationException
-
debugConcurrentScopeIsPruned
-
debugCancelConcurrentScopeExecution
-
destroyConcurrentScopeExecution
-
completeNonScopeEventSubprocess
public void completeNonScopeEventSubprocess() -
endConcurrentExecutionInEventSubprocess
public void endConcurrentExecutionInEventSubprocess() -
missingDelegateVariableMappingParentClassException
public ProcessEngineException missingDelegateVariableMappingParentClassException(String className, String delegateVarMapping) -
missingBoundaryCatchEventError
-
missingBoundaryCatchEventEscalation
public ProcessEngineException missingBoundaryCatchEventEscalation(String executionId, String escalationCode)
-