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 TypeMethodDescriptiondefault TransactionLogStepJsonICamelProcessorTxLogHelper.buildTxLogStep(org.apache.camel.Exchange theExchange, TransactionLogStepTypeEnum theLogStepType, org.apache.commons.lang3.tuple.Pair<String, TransactionLogBodyTypeEnum> theBodyAndType, TransactionLogOutcomeEnum theOutcome) Deprecated. -
Uses of TransactionLogOutcomeEnum in ca.cdr.api.model.enm
Methods in ca.cdr.api.model.enm that return TransactionLogOutcomeEnumModifier and TypeMethodDescriptionstatic TransactionLogOutcomeEnumReturns 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 TypeMethodDescriptionvoidTransactionLogEventsJson.TransactionLogEventJson.setOutcome(TransactionLogOutcomeEnum theOutcome) voidTransactionLogStepJson.setOutcome(TransactionLogOutcomeEnum theOutcome)
ICamelProcessorTxLogHelper.buildTxLogStep(Exchange, TransactionLogStepTypeEnum, Pair)Builds a new transaction log step considering received exchange properties and parameters.