Uses of Class
org.openwms.common.spi.transactions.TransactionVO
Packages that use TransactionVO
Package
Description
This package contains types for extension points and hooks (SPI - Service Provider Interface) according to Transactions.
This package contains command types of the Transactions SPI.
- 
Uses of TransactionVO in org.openwms.common.spi.transactions
Fields in org.openwms.common.spi.transactions declared as TransactionVOMethods in org.openwms.common.spi.transactions that return TransactionVO - 
Uses of TransactionVO in org.openwms.common.spi.transactions.commands
Fields in org.openwms.common.spi.transactions.commands declared as TransactionVOMethods in org.openwms.common.spi.transactions.commands that return TransactionVOMethods in org.openwms.common.spi.transactions.commands with parameters of type TransactionVOModifier and TypeMethodDescriptionstatic TransactionCommandTransactionCommand.of(TransactionCommand.Type type, TransactionVO transaction) Constructors in org.openwms.common.spi.transactions.commands with parameters of type TransactionVOModifierConstructorDescriptionprotectedTransactionCommand(TransactionCommand.Type type, TransactionVO transaction)