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 MessageModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.EmbeddableType<Message> Message_.class_Message_.messageNoMessage_.messageTextMessage_.occurredMethods 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 MessageMovement.messageA message with the reason for thisMovement.private MessageProblemHistory.problemThe message to store in the history.Fields in org.openwms.wms.movements.impl with type parameters of type MessageModifier and TypeFieldDescriptionMovement_.messagestatic jakarta.persistence.metamodel.SingularAttribute<ProblemHistory, Message> ProblemHistory_.problemMethods 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.