Uses of Class
ca.cdr.api.transactionlog.TransactionLogIdentifiers
-
Uses of TransactionLogIdentifiers in ca.cdr.api.transactionlog
Modifier 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.Modifier and TypeMethodDescriptionvoid
ITransactionLogStoringSvc.persistNewStep
(TransactionLogIdentifiers theTransactionPidMap, TransactionLogStepJson theStep) This method adds new steps to existing parent Transaction Logs.