Uses of Enum Class
org.openwms.wms.shipping.api.OrderStartMode
Packages that use OrderStartMode
-
Uses of OrderStartMode in org.openwms.wms.shipping.api
Methods in org.openwms.wms.shipping.api that return OrderStartModeModifier and TypeMethodDescriptionstatic OrderStartMode
Returns the enum constant of this class with the specified name.static OrderStartMode[]
OrderStartMode.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of OrderStartMode in org.openwms.wms.shipping.impl
Fields in org.openwms.wms.shipping.impl declared as OrderStartModeModifier and TypeFieldDescriptionprivate @NotNull OrderStartMode
AbstractShippingOrderPosition.startMode
Defines how the Position is started - inherited from the Order.private OrderStartMode
AbstractShippingOrderPositionSplit.startMode
Defines how further actions, tasks, orders are started from this Split.private OrderStartMode
ShippingOrder.startMode
Defines how an Order is started.Methods in org.openwms.wms.shipping.impl that return OrderStartModeModifier and TypeMethodDescriptionAbstractShippingOrderPosition.getStartMode()
AbstractShippingOrderPositionSplit.getStartMode()
ShippingOrder.getStartMode()
Methods in org.openwms.wms.shipping.impl with parameters of type OrderStartModeModifier and TypeMethodDescriptionShippingOrderRepository.findByStartModeAndOrderStateInOrderByPriorityAscNextAllocationDate
(OrderStartMode startMode, OrderState... state) void
AbstractShippingOrderPosition.setStartMode
(OrderStartMode startMode) protected void
AbstractShippingOrderPositionSplit.setStartMode
(OrderStartMode startMode) void
ShippingOrder.setStartMode
(OrderStartMode startMode)