Uses of Class
org.fuin.ddd4j.ddd.EntityIdPath
-
Packages that use EntityIdPath Package Description org.fuin.ddd4j.ddd -
-
Uses of EntityIdPath in org.fuin.ddd4j.ddd
Methods in org.fuin.ddd4j.ddd that return EntityIdPath Modifier and Type Method Description EntityIdPathAbstractDomainEvent. getEntityIdPath()@NotNull EntityIdPathDomainEvent. getEntityIdPath()Returns the path to the originator of the event.EntityIdPathEntityIdPath. parent()Returns the parent path without the last entry.EntityIdPathEntityIdPath. rest()Returns the path without the first entry.EntityIdPathEntityIdPathConverter. toVO(String value)Methods in org.fuin.ddd4j.ddd that return types with arguments of type EntityIdPath Modifier and Type Method Description Class<EntityIdPath>EntityIdPathConverter. getValueObjectClass()Methods in org.fuin.ddd4j.ddd with parameters of type EntityIdPath Modifier and Type Method Description BUILDERAbstractDomainEvent.Builder. entityIdPath(@NotNull EntityIdPath entityIdPath)Sets the identifier path from aggregate root to the entity that emitted the event.StringEntityIdPathConverter. fromVO(EntityIdPath value)booleanExpectedEntityIdPathValidator. isValid(EntityIdPath value, javax.validation.ConstraintValidatorContext context)Constructors in org.fuin.ddd4j.ddd with parameters of type EntityIdPath Constructor Description AbstractDomainEvent(@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.
-