| Package | Description |
|---|---|
| org.fuin.ddd4j.ddd |
| Modifier and Type | Method and Description |
|---|---|
EntityIdPath |
AbstractDomainEvent.getEntityIdPath() |
@NotNull EntityIdPath |
DomainEvent.getEntityIdPath()
Returns the path to the originator of the event.
|
EntityIdPath |
EntityIdPath.parent()
Returns the parent path without the last entry.
|
EntityIdPath |
EntityIdPath.rest()
Returns the path without the first entry.
|
EntityIdPath |
EntityIdPathConverter.toVO(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<EntityIdPath> |
EntityIdPathConverter.getValueObjectClass() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
EntityIdPathConverter.fromVO(EntityIdPath value) |
boolean |
ExpectedEntityIdPathValidator.isValid(EntityIdPath value,
javax.validation.ConstraintValidatorContext context) |
| Constructor and 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 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.
|
Copyright © 2019 fuin.org (Germany). All Rights Reserved.