Uses of Class
org.openwms.wms.movements.impl.ProblemHistory
Package
Description
This package contains the internal types of the microservice implementation.
-
Uses of ProblemHistory in org.openwms.wms.movements.impl
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute
<ProblemHistory, Movement> ProblemHistory_.movement
static javax.persistence.metamodel.SingularAttribute
<ProblemHistory, Message> ProblemHistory_.problem
static javax.persistence.metamodel.ListAttribute
<Movement, ProblemHistory> Movement_.problems
private List
<ProblemHistory> Movement.problems
Reported problems on theMovement
.Modifier and TypeMethodDescriptionboolean
Movement.addProblem
(ProblemHistory problem) Add a new problem to theMovement
sproblemHistory
.