Skip to content

Commit

Permalink
update 0.7.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanpierrefortune committed Sep 11, 2024
1 parent fddb715 commit d057edc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 0.7.0-SNAPSHOT/api_class_diagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ package "transaction" as transaction {

+<color:blue>SecureWriteTransactionManager prepareTransferSystemKey (SystemKeyType systemKeyType, byte kvc, byte[] systemKeyParameters)
+<color:blue>SecureWriteTransactionManager prepareTransferWorkKey (byte kif, byte kvc, byte[] workKeyParameters, int recordNumber)
+<color:blue>SecureWriteTransactionManager prepareWriteLock(int lockIndex, byte parameters, byte[] lockValue)
+<color:blue>SecureWriteTransactionManager prepareTransferLock(byte kif, byte kvc)
}
+interface AsyncTransactionCreatorManager <<blue>> extends WriteTransactionManager {
+String exportCommands ()
Expand Down

0 comments on commit d057edc

Please sign in to comment.