Package org.openwms.wms.receiving.spi
Interface InitialLocationProvider
- All Known Implementing Classes:
ConfigurationLocationProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A InitialLocationProvider.
- Author:
- Heiko Scherrer
-
Method Summary
Modifier and TypeMethodDescriptionResolve the initialLocationthat is used to create newTransportUnits.
-
Method Details
-
findInitial
String findInitial()Resolve the initialLocationthat is used to create newTransportUnits.- Returns:
- The erpCode of the Location
- Throws:
org.openwms.core.exception.IllegalConfigurationValueException- if not resolvable
-