Uses of Class
ca.cdr.api.transactionlog.TransactionLogIdentifiers
Packages that use TransactionLogIdentifiers
-
Uses of TransactionLogIdentifiers in ca.cdr.api.transactionlog
Methods in ca.cdr.api.transactionlog that return TransactionLogIdentifiersModifier 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.ITransactionLogStoringSvc.persistNewLog
(IncomingTransactionLog theIncomingTransactionLog) Creates a new Transaction Log.Methods in ca.cdr.api.transactionlog with parameters of type TransactionLogIdentifiersModifier and TypeMethodDescriptionvoid
ITransactionLogStoringSvc.persistNewStep
(TransactionLogIdentifiers theTransactionPidMap, TransactionLogStepJson theStep) This method adds new steps to existing parent Transaction Logs.