Uses of Class
org.fuin.ddd4j.core.EntityIdPath
-
Uses of EntityIdPath in org.fuin.ddd4j.core
Methods in org.fuin.ddd4j.core that return EntityIdPathModifier and TypeMethodDescription@NotNull EntityIdPathDomainEvent.getEntityIdPath()Returns the path to the originator of the event.EntityIdPath.parent()Returns the parent path without the last entry.final EntityIdPathEntityIdPath.rest()Returns the path without the first entry.static EntityIdPathEntityIdPath.valueOf(@NotNull EntityIdFactory factory, String str) Converts a given string into an instance of this class.Methods in org.fuin.ddd4j.core with parameters of type EntityIdPathModifier and TypeMethodDescriptionfinal booleanExpectedEntityIdPathValidator.isValid(EntityIdPath value, jakarta.validation.ConstraintValidatorContext context) Constructors in org.fuin.ddd4j.core with parameters of type EntityIdPathModifierConstructorDescriptionDuplicateEntityException(@NotNull EntityIdPath entityIdPath) Constructor with entity identifier path.DuplicateEntityException(@NotNull EntityIdPath parentIdPath, @NotNull EntityId entityId) Constructor with all data.EntityNotFoundException(@NotNull EntityIdPath entityIdPath) Constructor with entity identifier path.EntityNotFoundException(EntityIdPath parentIdPath, @NotNull EntityId entityId) Constructor with all data.