| Package | Description |
|---|---|
| org.calrissian.mango.domain | |
| org.calrissian.mango.domain.entity | |
| org.calrissian.mango.domain.event |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<Attribute> |
AbstractAttributeStoreBuilder.attributes |
| Modifier and Type | Method and Description |
|---|---|
<T> Attribute<T> |
AttributeStore.get(String key)
Retrieves the first attribute returned for the specified key.
|
<T> Attribute<T> |
AbstractAttributeStore.get(String key) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Attribute> |
AttributeStore.getAttributes()
Retrieves all the getAttributes.
|
Collection<Attribute> |
AbstractAttributeStore.getAttributes() |
Collection<Attribute> |
AttributeStore.getAttributes(String key)
Retrieves all the attributes for the specified key.
|
Collection<Attribute> |
AbstractAttributeStore.getAttributes(String key) |
| Modifier and Type | Method and Description |
|---|---|
B |
AbstractAttributeStoreBuilder.attr(Attribute attribute) |
AttributeStoreBuilder<T> |
AttributeStoreBuilder.attr(Attribute attribute) |
| Modifier and Type | Method and Description |
|---|---|
B |
AbstractAttributeStoreBuilder.attrs(Iterable<? extends Attribute> attributes) |
AttributeStoreBuilder<T> |
AttributeStoreBuilder.attrs(Iterable<? extends Attribute> attributes) |
| Constructor and Description |
|---|
AbstractAttributeStore(Iterable<? extends Attribute> attributes) |
| Constructor and Description |
|---|
BaseEntity(EntityIdentifier identifier,
Iterable<? extends Attribute> attributes) |
| Constructor and Description |
|---|
BaseEvent(EventIdentifier identifier,
Iterable<? extends Attribute> attributes) |
Copyright © 2018 Calrissian. All rights reserved.