Class DebuggerUtils
java.lang.Object
org.qubership.integration.platform.engine.service.debugger.util.DebuggerUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringchooseLogPayload(org.apache.camel.Exchange exchange, String body, CamelDebuggerProperties dbgProperties) static ExecutionStatusextractExecutionStatus(org.apache.camel.Exchange exchange) static ThrowablegetExceptionFromExchange(org.apache.camel.Exchange exchange) static StringgetNodeIdForExecutionMap(String nodeId, String splitId) static StringgetNodeIdFormatted(String nodeId) static StringgetStepChainElementId(String fullStepId) static StringgetStepNameFormatted(String nodeId) static voidinitInternalExchangeVariables(org.apache.camel.Exchange exchange) static booleanisFailedOperation(org.apache.camel.Exchange exchange) static voidremoveStepPropertyFromAllExchanges(org.apache.camel.Exchange exchange, String sessionElementId) static voidsetOverallWarning(org.apache.camel.Exchange exchange, boolean value)
-
Constructor Details
-
DebuggerUtils
public DebuggerUtils()
-
-
Method Details
-
isFailedOperation
public static boolean isFailedOperation(org.apache.camel.Exchange exchange) -
getNodeIdFormatted
-
getStepChainElementId
-
getStepNameFormatted
-
extractExecutionStatus
-
removeStepPropertyFromAllExchanges
public static void removeStepPropertyFromAllExchanges(org.apache.camel.Exchange exchange, String sessionElementId) -
chooseLogPayload
public static String chooseLogPayload(org.apache.camel.Exchange exchange, String body, CamelDebuggerProperties dbgProperties) -
initInternalExchangeVariables
public static void initInternalExchangeVariables(org.apache.camel.Exchange exchange) -
getNodeIdForExecutionMap
-
getExceptionFromExchange
-
setOverallWarning
public static void setOverallWarning(org.apache.camel.Exchange exchange, boolean value)
-