public class CmmnLoggingSessionUtil extends Object
| Constructor and Description |
|---|
CmmnLoggingSessionUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addAsyncActivityLoggingData(String message,
String type,
JobEntity jobEntity,
org.flowable.cmmn.model.PlanItemDefinition planItemDefinition,
PlanItemInstanceEntity planItemInstanceEntity,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
static void |
addErrorLoggingData(String type,
String message,
Throwable t,
PlanItemInstanceEntity planItemInstanceEntity,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
static void |
addEvaluateSentryFailedLoggingData(org.flowable.cmmn.model.SentryIfPart sentryIfPart,
RuntimeException e,
EntityWithSentryPartInstances instance,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
static void |
addEvaluateSentryLoggingData(List<org.flowable.cmmn.model.SentryOnPart> sentryOnParts,
EntityWithSentryPartInstances instance,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
static void |
addEvaluateSentryLoggingData(List<org.flowable.cmmn.model.SentryOnPart> sentryOnParts,
org.flowable.cmmn.model.SentryIfPart sentryIfPart,
EntityWithSentryPartInstances instance,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
static void |
addEvaluateSentryLoggingData(org.flowable.cmmn.model.SentryIfPart sentryIfPart,
EntityWithSentryPartInstances instance,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
static void |
addExecuteActivityBehaviorLoggingData(String type,
PlanItemActivityBehavior activityBehavior,
org.flowable.cmmn.model.PlanItemDefinition planItemDefinition,
PlanItemInstanceEntity planItemInstanceEntity,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
static void |
addLoggingData(String type,
String message,
CaseInstanceEntity caseInstanceEntity,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
static void |
addLoggingData(String type,
String message,
PlanItemInstanceEntity planItemInstanceEntity,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
static void |
addLoggingData(String type,
String message,
String oldState,
String newState,
PlanItemInstanceEntity planItemInstanceEntity,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
static void |
addLoggingData(String type,
String message,
TaskEntity task,
PlanItemInstanceEntity planItemInstanceEntity,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
static void |
addTaskIdentityLinkData(String type,
String message,
boolean isUser,
List<org.flowable.identitylink.service.impl.persistence.entity.IdentityLinkEntity> identityLinkEntities,
TaskEntity task,
PlanItemInstanceEntity planItemInstanceEntity,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
static com.fasterxml.jackson.databind.node.ObjectNode |
fillBasicTaskLoggingData(String message,
TaskEntity task,
PlanItemInstanceEntity planItemInstanceEntity,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
protected static com.fasterxml.jackson.databind.node.ObjectNode |
fillEvaluateSentryInstanceEntity(EntityWithSentryPartInstances instance,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
static void |
fillLoggingData(com.fasterxml.jackson.databind.node.ObjectNode loggingNode,
CaseInstanceEntity caseInstanceEntity) |
static void |
fillLoggingData(com.fasterxml.jackson.databind.node.ObjectNode loggingNode,
PlanItemInstanceEntity planItemInstanceEntity) |
protected static void |
fillPlanItemDefinitionInfo(com.fasterxml.jackson.databind.node.ObjectNode loggingNode,
PlanItemInstanceEntity planItemInstanceEntity) |
protected static com.fasterxml.jackson.databind.node.ObjectNode |
fillPlanItemInstanceInfo(String message,
PlanItemInstanceEntity planItemInstanceEntity,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
protected static void |
fillScopeDefinitionInfo(String caseDefinitionId,
com.fasterxml.jackson.databind.node.ObjectNode loggingNode) |
protected static String |
getActivitySubType(org.flowable.cmmn.model.PlanItemDefinition planItemDefinition) |
protected static void |
putIfNotNull(String name,
Date value,
com.fasterxml.jackson.databind.node.ObjectNode loggingNode) |
protected static void |
putIfNotNull(String name,
Integer value,
com.fasterxml.jackson.databind.node.ObjectNode loggingNode) |
protected static void |
putIfNotNull(String name,
String value,
com.fasterxml.jackson.databind.node.ObjectNode loggingNode) |
public static void addLoggingData(String type, String message, CaseInstanceEntity caseInstanceEntity, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public static void addLoggingData(String type, String message, PlanItemInstanceEntity planItemInstanceEntity, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public static void addLoggingData(String type, String message, String oldState, String newState, PlanItemInstanceEntity planItemInstanceEntity, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public static void addLoggingData(String type, String message, TaskEntity task, PlanItemInstanceEntity planItemInstanceEntity, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public static void addExecuteActivityBehaviorLoggingData(String type, PlanItemActivityBehavior activityBehavior, org.flowable.cmmn.model.PlanItemDefinition planItemDefinition, PlanItemInstanceEntity planItemInstanceEntity, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public static void addAsyncActivityLoggingData(String message, String type, JobEntity jobEntity, org.flowable.cmmn.model.PlanItemDefinition planItemDefinition, PlanItemInstanceEntity planItemInstanceEntity, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public static com.fasterxml.jackson.databind.node.ObjectNode fillBasicTaskLoggingData(String message, TaskEntity task, PlanItemInstanceEntity planItemInstanceEntity, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public static void addEvaluateSentryLoggingData(List<org.flowable.cmmn.model.SentryOnPart> sentryOnParts, org.flowable.cmmn.model.SentryIfPart sentryIfPart, EntityWithSentryPartInstances instance, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public static void addEvaluateSentryLoggingData(List<org.flowable.cmmn.model.SentryOnPart> sentryOnParts, EntityWithSentryPartInstances instance, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public static void addEvaluateSentryLoggingData(org.flowable.cmmn.model.SentryIfPart sentryIfPart,
EntityWithSentryPartInstances instance,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public static void addEvaluateSentryFailedLoggingData(org.flowable.cmmn.model.SentryIfPart sentryIfPart,
RuntimeException e,
EntityWithSentryPartInstances instance,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public static void addErrorLoggingData(String type, String message, Throwable t, PlanItemInstanceEntity planItemInstanceEntity, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public static void fillLoggingData(com.fasterxml.jackson.databind.node.ObjectNode loggingNode,
PlanItemInstanceEntity planItemInstanceEntity)
public static void fillLoggingData(com.fasterxml.jackson.databind.node.ObjectNode loggingNode,
CaseInstanceEntity caseInstanceEntity)
public static void addTaskIdentityLinkData(String type, String message, boolean isUser, List<org.flowable.identitylink.service.impl.persistence.entity.IdentityLinkEntity> identityLinkEntities, TaskEntity task, PlanItemInstanceEntity planItemInstanceEntity, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
protected static String getActivitySubType(org.flowable.cmmn.model.PlanItemDefinition planItemDefinition)
protected static void fillScopeDefinitionInfo(String caseDefinitionId, com.fasterxml.jackson.databind.node.ObjectNode loggingNode)
protected static com.fasterxml.jackson.databind.node.ObjectNode fillPlanItemInstanceInfo(String message, PlanItemInstanceEntity planItemInstanceEntity, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
protected static com.fasterxml.jackson.databind.node.ObjectNode fillEvaluateSentryInstanceEntity(EntityWithSentryPartInstances instance, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
protected static void fillPlanItemDefinitionInfo(com.fasterxml.jackson.databind.node.ObjectNode loggingNode,
PlanItemInstanceEntity planItemInstanceEntity)
protected static void putIfNotNull(String name, String value, com.fasterxml.jackson.databind.node.ObjectNode loggingNode)
protected static void putIfNotNull(String name, Integer value, com.fasterxml.jackson.databind.node.ObjectNode loggingNode)
Copyright © 2021 Flowable. All rights reserved.