Uses of Class
org.fuin.ddd4j.ddd.EntityIdPath
Packages that use EntityIdPath
-
Uses of EntityIdPath in org.fuin.ddd4j.ddd
Methods in org.fuin.ddd4j.ddd that return EntityIdPathModifier and TypeMethodDescriptionfinal EntityIdPathAbstractDomainEvent.getEntityIdPath()@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.final EntityIdPathMethods in org.fuin.ddd4j.ddd that return types with arguments of type EntityIdPathModifier and TypeMethodDescriptionfinal Class<EntityIdPath>EntityIdPathConverter.getValueObjectClass()Methods in org.fuin.ddd4j.ddd with parameters of type EntityIdPathModifier and TypeMethodDescriptionfinal BUILDERAbstractDomainEvent.Builder.entityIdPath(@NotNull EntityIdPath entityIdPath) Sets the identifier path from aggregate root to the entity that emitted the event.final StringEntityIdPathConverter.fromVO(EntityIdPath value) final booleanExpectedEntityIdPathValidator.isValid(EntityIdPath value, jakarta.validation.ConstraintValidatorContext context) Constructors in org.fuin.ddd4j.ddd with parameters of type EntityIdPathModifierConstructorDescriptionAbstractDomainEvent(@NotNull EntityIdPath entityIdPath) Constructor with entity identifier path.AbstractDomainEvent(@NotNull EntityIdPath entityIdPath, @NotNull Event respondTo) Constructor with entity identifier path and event this one responds to.AbstractDomainEvent(@NotNull EntityIdPath entityIdPath, EventId correlationId, EventId causationId) Constructor with entity identifier path, correlation and causation identifiers.DuplicateEntityException(@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.