| Package | Description |
|---|---|
| org.calrissian.mango.criteria.domain.criteria | |
| org.calrissian.mango.domain | |
| org.calrissian.mango.domain.entity | |
| org.calrissian.mango.domain.event |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GreaterThanEqualsCriteria.apply(AttributeStore obj) |
boolean |
RangeCriteria.apply(AttributeStore obj) |
boolean |
HasCriteria.apply(AttributeStore obj) |
boolean |
NotEqualsCriteria.apply(AttributeStore obj) |
boolean |
LessThanCriteria.apply(AttributeStore obj) |
boolean |
OrCriteria.apply(AttributeStore obj) |
boolean |
GreaterThanCriteria.apply(AttributeStore obj) |
boolean |
AndCriteria.apply(AttributeStore obj) |
boolean |
LessThanEqualsCriteria.apply(AttributeStore obj) |
boolean |
HasNotCriteria.apply(AttributeStore obj) |
boolean |
EqualsCriteria.apply(AttributeStore obj) |
boolean |
Criteria.apply(AttributeStore obj) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAttributeStoreBuilder<T extends AttributeStore,B extends AttributeStoreBuilder<T>> |
interface |
AttributeStoreBuilder<T extends AttributeStore> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAttributeStore
A base attribute collection providing reusable implementations for interacting with a attribute store backed by
a hash map with sets in the value representing a multimap.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Entity
A common business object for modelling things in the real-world.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseEntity
Default implementation of
Entity. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Event
An event acts as a useful common business object for representing different types of models with a time
dimension tha can be set directly or left untouched (defaulting in current time).
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseEvent
Default implementation of
Event |
Copyright © 2018 Calrissian. All rights reserved.