Uses of Class
org.openwms.wms.movements.Message
Packages that use Message
Package
Description
This package contains the core types microservice implementation.
This package contains the internal types of the microservice implementation.
-
Uses of Message in org.openwms.wms.movements
Fields in org.openwms.wms.movements with type parameters of type MessageMethods in org.openwms.wms.movements that return Message -
Uses of Message in org.openwms.wms.movements.impl
Fields in org.openwms.wms.movements.impl declared as MessageModifier and TypeFieldDescriptionprivate Message
Movement.message
A message with the reason for thisMovement
.private Message
ProblemHistory.problem
The message to store in the history.Fields in org.openwms.wms.movements.impl with type parameters of type MessageModifier and TypeFieldDescriptionMovement_.message
static javax.persistence.metamodel.SingularAttribute
<ProblemHistory, Message> ProblemHistory_.problem
Methods in org.openwms.wms.movements.impl that return MessageModifier and TypeMethodDescriptionMovement.getMessage()
ProblemHistory.getProblem()
Get the problem.Methods in org.openwms.wms.movements.impl with parameters of type MessageConstructors in org.openwms.wms.movements.impl with parameters of type MessageModifierConstructorDescriptionProblemHistory
(Movement movement, Message problem) Full constructor.