Uses of Enum Class
ca.cdr.api.model.enm.TransactionLogEventSubTypeEnum
Packages that use TransactionLogEventSubTypeEnum
Package
Description
-
Uses of TransactionLogEventSubTypeEnum in ca.cdr.api.camel
Methods in ca.cdr.api.camel with parameters of type TransactionLogEventSubTypeEnumModifier and TypeMethodDescriptionvoid
ICdaCamelProcessorTxLogHelper.addCdaLogStepOrNewLog
(org.apache.camel.Exchange theExchange, ICdaCamelConversionResultJson theConversionResult, TransactionLogEventTypeEnum theLogType, TransactionLogEventSubTypeEnum theLogSubType, ICdaTxLogStepsProvider theStepsProvider) If transaction logging is active, logs a step if transaction log is present or a new transaction log otherwiseICdaCamelProcessorTxLogHelper.getCdaLogStepsForBundles
(org.apache.camel.Exchange theExchange, ICdaCamelConversionResultJson theConversionResult, String theProcedureName, TransactionLogEventSubTypeEnum theLogSubType) -
Uses of TransactionLogEventSubTypeEnum in ca.cdr.api.model.enm
Methods in ca.cdr.api.model.enm that return TransactionLogEventSubTypeEnumModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TransactionLogEventSubTypeEnum[]
TransactionLogEventSubTypeEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TransactionLogEventSubTypeEnum in ca.cdr.api.model.json
Methods in ca.cdr.api.model.json that return TransactionLogEventSubTypeEnumModifier and TypeMethodDescriptionTransactionLogEventsJson.TransactionLogEventJson.getSubType()
TransactionLogStepJson.getSubType()
Methods in ca.cdr.api.model.json with parameters of type TransactionLogEventSubTypeEnumModifier and TypeMethodDescriptionvoid
TransactionLogEventsJson.TransactionLogEventJson.setSubType
(TransactionLogEventSubTypeEnum theSubType) void
TransactionLogStepJson.setSubType
(TransactionLogEventSubTypeEnum theSubType) -
Uses of TransactionLogEventSubTypeEnum in ca.cdr.api.pub.hl7v2.out
Methods in ca.cdr.api.pub.hl7v2.out that return TransactionLogEventSubTypeEnumMethods in ca.cdr.api.pub.hl7v2.out with parameters of type TransactionLogEventSubTypeEnumModifier and TypeMethodDescriptionvoid
MappingTarget.setTransactionLogSubType
(TransactionLogEventSubTypeEnum theTransactionLogSubType) -
Uses of TransactionLogEventSubTypeEnum in ca.cdr.api.transactionlog
Methods in ca.cdr.api.transactionlog that return TransactionLogEventSubTypeEnumMethods in ca.cdr.api.transactionlog with parameters of type TransactionLogEventSubTypeEnumModifier and TypeMethodDescriptiondefault TransactionLogIdentifiers
ITransactionLogStoringSvc.persistNewLog
(TransactionLogEventTypeEnum theType, TransactionLogEventSubTypeEnum theSubType, TransactionLogStepJson theInitialStep, String theTransactionId, String theModuleId) Deprecated.default TransactionLogIdentifiers
ITransactionLogStoringSvc.persistNewLog
(TransactionLogEventTypeEnum theType, TransactionLogEventSubTypeEnum theSubType, TransactionLogStepJson theInitialStep, String theTransactionId, String theTransactionGuid, String theModuleId) Deprecated.default TransactionLogIdentifiers
ITransactionLogStoringSvc.persistNewLog
(TransactionLogEventTypeEnum theType, TransactionLogEventSubTypeEnum theSubType, List<TransactionLogStepJson> theInitialSteps, String theTransactionId, String theModuleId) Deprecated.default TransactionLogIdentifiers
ITransactionLogStoringSvc.persistNewLog
(TransactionLogEventTypeEnum theType, TransactionLogEventSubTypeEnum theSubType, List<TransactionLogStepJson> theInitialSteps, String theTransactionId, String theTransactionGuid, String theModuleId) Deprecated.IncomingTransactionLog.IncomingTransactionLogBuilder.withSubType
(TransactionLogEventSubTypeEnum theSubType)