Uses of Class
org.openwms.wms.movements.impl.ProblemHistory
Packages that use ProblemHistory
Package
Description
This package contains the internal types of the microservice implementation.
-
Uses of ProblemHistory in org.openwms.wms.movements.impl
Fields in org.openwms.wms.movements.impl with type parameters of type ProblemHistoryModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.EntityType<ProblemHistory> ProblemHistory_.class_static jakarta.persistence.metamodel.SingularAttribute<ProblemHistory, Movement> ProblemHistory_.movementstatic jakarta.persistence.metamodel.SingularAttribute<ProblemHistory, Message> ProblemHistory_.problemstatic jakarta.persistence.metamodel.ListAttribute<Movement, ProblemHistory> Movement_.problemsprivate List<ProblemHistory> Movement.problemsReported problems on theMovement.Methods in org.openwms.wms.movements.impl that return types with arguments of type ProblemHistoryMethods in org.openwms.wms.movements.impl with parameters of type ProblemHistoryModifier and TypeMethodDescriptionbooleanMovement.addProblem(ProblemHistory problem) Add a new problem to theMovementsproblemHistory.