Uses of Enum Class
ca.cdr.api.model.enm.TransactionLogOutcomeEnum
Packages that use TransactionLogOutcomeEnum
-
Uses of TransactionLogOutcomeEnum in ca.cdr.api.camel
Methods in ca.cdr.api.camel with parameters of type TransactionLogOutcomeEnumModifier 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
Methods in ca.cdr.api.model.enm that return TransactionLogOutcomeEnumModifier 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
Methods in ca.cdr.api.model.json that return TransactionLogOutcomeEnumModifier and TypeMethodDescriptionTransactionLogEventsJson.TransactionLogEventJson.getOutcome()
TransactionLogStepJson.getOutcome()
Methods in ca.cdr.api.model.json with parameters of type TransactionLogOutcomeEnumModifier and TypeMethodDescriptionvoid
TransactionLogEventsJson.TransactionLogEventJson.setOutcome
(TransactionLogOutcomeEnum theOutcome) void
TransactionLogStepJson.setOutcome
(TransactionLogOutcomeEnum theOutcome)