Uses of Enum Class
ca.cdr.api.model.enm.TransactionLogOutcomeEnum
-
Uses of TransactionLogOutcomeEnum in ca.cdr.api.camel
Modifier and TypeMethodDescriptionICamelProcessorTxLogHelper.buildTxLogStep
(org.apache.camel.Exchange theExchange, TransactionLogStepTypeEnum theLogStepType, org.apache.commons.lang3.tuple.Pair<String, TransactionLogBodyTypeEnum> theBodyAndType, TransactionLogOutcomeEnum theOutcome) Builds a new transaction log step considering received exchange properties and parameters. -
Uses of TransactionLogOutcomeEnum in ca.cdr.api.model.enm
Modifier and TypeMethodDescriptionstatic TransactionLogOutcomeEnum
Returns the enum constant of this class with the specified name.static TransactionLogOutcomeEnum[]
TransactionLogOutcomeEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TransactionLogOutcomeEnum in ca.cdr.api.model.json
Modifier and TypeMethodDescriptionTransactionLogEventsJson.TransactionLogEventJson.getOutcome()
TransactionLogStepJson.getOutcome()
Modifier and TypeMethodDescriptionvoid
TransactionLogEventsJson.TransactionLogEventJson.setOutcome
(TransactionLogOutcomeEnum theOutcome) void
TransactionLogStepJson.setOutcome
(TransactionLogOutcomeEnum theOutcome)