Class CmmnLoggingSessionUtil
java.lang.Object
org.flowable.cmmn.engine.impl.util.CmmnLoggingSessionUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddAsyncActivityLoggingData(String message, String type, JobEntity jobEntity, PlanItemDefinition planItemDefinition, PlanItemInstanceEntity planItemInstanceEntity, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static voidaddErrorLoggingData(String type, String message, Throwable t, PlanItemInstanceEntity planItemInstanceEntity, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static voidaddEvaluateSentryFailedLoggingData(SentryIfPart sentryIfPart, RuntimeException e, EntityWithSentryPartInstances instance, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static voidaddEvaluateSentryLoggingData(List<SentryOnPart> sentryOnParts, EntityWithSentryPartInstances instance, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static voidaddEvaluateSentryLoggingData(List<SentryOnPart> sentryOnParts, SentryIfPart sentryIfPart, EntityWithSentryPartInstances instance, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static voidaddEvaluateSentryLoggingData(SentryIfPart sentryIfPart, EntityWithSentryPartInstances instance, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static voidaddExecuteActivityBehaviorLoggingData(String type, PlanItemActivityBehavior activityBehavior, PlanItemDefinition planItemDefinition, PlanItemInstanceEntity planItemInstanceEntity, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static voidaddLoggingData(String type, String message, String oldState, String newState, PlanItemInstanceEntity planItemInstanceEntity, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static voidaddLoggingData(String type, String message, CaseInstanceEntity caseInstanceEntity, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static voidaddLoggingData(String type, String message, PlanItemInstanceEntity planItemInstanceEntity, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static voidaddLoggingData(String type, String message, TaskEntity task, PlanItemInstanceEntity planItemInstanceEntity, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static voidaddTaskIdentityLinkData(String type, String message, boolean isUser, List<IdentityLinkEntity> identityLinkEntities, TaskEntity task, PlanItemInstanceEntity planItemInstanceEntity, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static com.fasterxml.jackson.databind.node.ObjectNodefillBasicTaskLoggingData(String message, TaskEntity task, PlanItemInstanceEntity planItemInstanceEntity, com.fasterxml.jackson.databind.ObjectMapper objectMapper) protected static com.fasterxml.jackson.databind.node.ObjectNodefillEvaluateSentryInstanceEntity(EntityWithSentryPartInstances instance, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static voidfillLoggingData(com.fasterxml.jackson.databind.node.ObjectNode loggingNode, CaseInstanceEntity caseInstanceEntity) static voidfillLoggingData(com.fasterxml.jackson.databind.node.ObjectNode loggingNode, PlanItemInstanceEntity planItemInstanceEntity) protected static voidfillPlanItemDefinitionInfo(com.fasterxml.jackson.databind.node.ObjectNode loggingNode, PlanItemInstanceEntity planItemInstanceEntity) protected static com.fasterxml.jackson.databind.node.ObjectNodefillPlanItemInstanceInfo(String message, PlanItemInstanceEntity planItemInstanceEntity, com.fasterxml.jackson.databind.ObjectMapper objectMapper) protected static voidfillScopeDefinitionInfo(String caseDefinitionId, com.fasterxml.jackson.databind.node.ObjectNode loggingNode) protected static StringgetActivitySubType(PlanItemDefinition planItemDefinition) protected static voidputIfNotNull(String name, Integer value, com.fasterxml.jackson.databind.node.ObjectNode loggingNode) protected static voidputIfNotNull(String name, String value, com.fasterxml.jackson.databind.node.ObjectNode loggingNode) protected static voidputIfNotNull(String name, Date value, com.fasterxml.jackson.databind.node.ObjectNode loggingNode)
-
Constructor Details
-
CmmnLoggingSessionUtil
public CmmnLoggingSessionUtil()
-
-
Method Details
-
addLoggingData
public static void addLoggingData(String type, String message, CaseInstanceEntity caseInstanceEntity, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
addLoggingData
public static void addLoggingData(String type, String message, PlanItemInstanceEntity planItemInstanceEntity, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
addLoggingData
public static void addLoggingData(String type, String message, String oldState, String newState, PlanItemInstanceEntity planItemInstanceEntity, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
addLoggingData
public static void addLoggingData(String type, String message, TaskEntity task, PlanItemInstanceEntity planItemInstanceEntity, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
addExecuteActivityBehaviorLoggingData
public static void addExecuteActivityBehaviorLoggingData(String type, PlanItemActivityBehavior activityBehavior, PlanItemDefinition planItemDefinition, PlanItemInstanceEntity planItemInstanceEntity, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
addAsyncActivityLoggingData
public static void addAsyncActivityLoggingData(String message, String type, JobEntity jobEntity, PlanItemDefinition planItemDefinition, PlanItemInstanceEntity planItemInstanceEntity, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
fillBasicTaskLoggingData
public static com.fasterxml.jackson.databind.node.ObjectNode fillBasicTaskLoggingData(String message, TaskEntity task, PlanItemInstanceEntity planItemInstanceEntity, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
addEvaluateSentryLoggingData
public static void addEvaluateSentryLoggingData(List<SentryOnPart> sentryOnParts, SentryIfPart sentryIfPart, EntityWithSentryPartInstances instance, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
addEvaluateSentryLoggingData
public static void addEvaluateSentryLoggingData(List<SentryOnPart> sentryOnParts, EntityWithSentryPartInstances instance, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
addEvaluateSentryLoggingData
public static void addEvaluateSentryLoggingData(SentryIfPart sentryIfPart, EntityWithSentryPartInstances instance, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
addEvaluateSentryFailedLoggingData
public static void addEvaluateSentryFailedLoggingData(SentryIfPart sentryIfPart, RuntimeException e, EntityWithSentryPartInstances instance, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
addErrorLoggingData
public static void addErrorLoggingData(String type, String message, Throwable t, PlanItemInstanceEntity planItemInstanceEntity, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
fillLoggingData
public static void fillLoggingData(com.fasterxml.jackson.databind.node.ObjectNode loggingNode, PlanItemInstanceEntity planItemInstanceEntity) -
fillLoggingData
public static void fillLoggingData(com.fasterxml.jackson.databind.node.ObjectNode loggingNode, CaseInstanceEntity caseInstanceEntity) -
addTaskIdentityLinkData
public static void addTaskIdentityLinkData(String type, String message, boolean isUser, List<IdentityLinkEntity> identityLinkEntities, TaskEntity task, PlanItemInstanceEntity planItemInstanceEntity, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
getActivitySubType
-
fillScopeDefinitionInfo
protected static void fillScopeDefinitionInfo(String caseDefinitionId, com.fasterxml.jackson.databind.node.ObjectNode loggingNode) -
fillPlanItemInstanceInfo
protected static com.fasterxml.jackson.databind.node.ObjectNode fillPlanItemInstanceInfo(String message, PlanItemInstanceEntity planItemInstanceEntity, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
fillEvaluateSentryInstanceEntity
protected static com.fasterxml.jackson.databind.node.ObjectNode fillEvaluateSentryInstanceEntity(EntityWithSentryPartInstances instance, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
fillPlanItemDefinitionInfo
protected static void fillPlanItemDefinitionInfo(com.fasterxml.jackson.databind.node.ObjectNode loggingNode, PlanItemInstanceEntity planItemInstanceEntity) -
putIfNotNull
-
putIfNotNull
-
putIfNotNull
-