See: Description
Interface | Description |
---|---|
DomainObjectActionListener<A extends DomainObjectActionEvent<?,?>> |
Represents an action listener that is notified before (pre-hook) and after (post-hook) a high-level action is executed on a domain object.
|
DomainObjectDefinitionActionListener<A extends DomainObjectDefinitionActionEvent<?,?>> |
Represents an action listener that is notified before (pre-hook) and after (post-hook) a high-level action is executed on a domain object definition.
|
DomainObjectDefinitionService<T extends EntityId,P extends Id,E extends DomainObjectDefinition<T,P>,Q extends DomainObjectDefinitionQuery> |
Provides generic access to a domain object definition service.
|
DomainObjectService<T extends EntityId,D extends EntityId,P extends Id,E extends DomainObject<T,D,P>,Q extends DomainObjectQuery,W extends DomainObjectModification<T,D,P,E,?>,WB extends DomainObjectModification.DomainObjectModificationBuilder<T,D,P,E,?,W,WB>,U extends DomainObjectUpdate<W>,UB extends DomainObjectUpdate.Builder<E,W,WB,U,UB>> |
Provides generic access to a domain object service.
|
EntityActionListener<A extends EntityActionEvent<?,?>> |
Represents an action listener that is notified before (pre-hook) and after (post-hook) a high-level action is executed on an entity.
|
EntityAuditHandler |
This interface is implemented by classes that take care of auditing changes to the system.
|
EntityService<T extends EntityId,P extends Id,E extends Entity<T,P>,Q extends EntityQuery> |
Provides generic access to an entity service.
|
PredicatePostProcessor<E extends Entity<?,?>> |
Represents a post processor that provides the ability to add restrictions to a predicate before it is evaluated in the persistence layer (
restrict ) and is able to
restrict entities from being returned by the service methods. |
WorkObjectActionListener<A extends WorkObjectActionEvent<?,?>> |
Represents an action listener that is notified before (pre-hook) and after (post-hook) a high-level action is executed on a work object.
|
WorkObjectDefinitionActionListener<A extends WorkObjectDefinitionActionEvent<?,?>> |
Represents an action listener that is notified before (pre-hook) and after (post-hook) a high-level action is executed on a work object definition.
|
WorkObjectDefinitionService<T extends WorkObjectDefinitionId,P extends Id,E extends WorkObjectDefinition<T,P>,Q extends WorkObjectDefinitionQuery> |
Provides generic access to a work object definition service.
|
WorkObjectService<T extends WorkObjectId,D extends WorkObjectDefinitionId,P extends Id,E extends WorkObject<T,D,P>,Q extends WorkObjectQuery,W extends WorkObjectModification<T,D,P,E,?>,WB extends WorkObjectModification.WorkObjectModificationBuilder<T,D,P,E,?,W,WB>,U extends WorkObjectUpdate<W>,UB extends WorkObjectUpdate.Builder<E,W,WB,U,UB>> |
Provides generic access to a work object service.
|
Class | Description |
---|---|
BaseDomainObjectDefinitionService<T extends EntityId,P extends Id,E extends DomainObjectDefinition<T,P>,EB extends DomainObjectDefinition.DomainObjectDefinitionBuilder<T,P,E,EB>,Q extends DomainObjectDefinitionQuery,QB extends EntityQuery.EntityQueryBuilder<Q,QB>,OC extends DomainObjectDefinitionOperandContainer<T,P>,W extends DomainObjectDefinitionModification<T,P,E,EB>,WB extends DomainObjectDefinitionModification.DomainObjectDefinitionModificationBuilder<T,P,E,EB,W,WB>,A extends EntityActionEvent<E,WB>,L extends EntityActionListener<A>,M extends DomainObjectDefinitionManager<T,P,E,EB,Q,QB,OC,W,WB>,PROV extends DomainObjectProvider<?,T,P,E,?>,PERS extends EntityPersistence<T,E,Q>> |
Base class for all domain object definition services.
|
BaseDomainObjectService<T extends EntityId,D extends EntityId,P extends Id,ED extends DomainObjectDefinition<D,P>,E extends DomainObject<T,D,P>,EB extends DomainObject.DomainObjectBuilder<T,D,P,E,EB>,Q extends DomainObjectQuery,QB extends EntityQuery.EntityQueryBuilder<Q,QB>,OC extends DomainObjectOperandContainer<T,D,P>,W extends DomainObjectModification<T,D,P,E,EB>,WB extends DomainObjectModification.DomainObjectModificationBuilder<T,D,P,E,EB,W,WB>,A extends DomainObjectActionEvent<E,WB>,L extends DomainObjectActionListener<A>,M extends DomainObjectManager<T,D,P,E,EB,Q,QB,OC,W,WB>,PROV extends DomainObjectProvider<T,D,P,?,?>,PERS extends EntityPersistence<T,E,Q>,U extends DomainObjectUpdate<W>,UB extends DomainObjectUpdate.Builder<E,W,WB,U,UB>> |
Base class for all domain object services.
|
BaseEntityService<T extends EntityId,P extends Id,E extends Entity<T,P>,EB extends Entity.EntityBuilder<T,P,E,EB>,Q extends EntityQuery,QB extends EntityQuery.EntityQueryBuilder<Q,QB>,OC extends EntityOperandContainer<T,P>,W extends EntityModification<T,P,E,EB>,WB extends EntityModification.EntityModificationBuilder<T,P,E,EB,W,WB>,A extends EntityActionEvent<E,WB>,L extends EntityActionListener<A>,M extends EntityManager<T,P,E,EB,Q,QB,OC,W,WB>,PROV extends EntityProvider<P,?>,PERS extends EntityPersistence<T,E,Q>> |
Base class for all entity object services.
|
BaseWorkObjectDefinitionService<T extends WorkObjectDefinitionId,P extends Id,E extends WorkObjectDefinition<T,P>,EB extends WorkObjectDefinition.WorkObjectDefinitionBuilder<T,P,E,EB>,Q extends WorkObjectDefinitionQuery,QB extends EntityQuery.EntityQueryBuilder<Q,QB>,OC extends WorkObjectDefinitionOperandContainer<T,P>,W extends WorkObjectDefinitionModification<T,P,E,EB>,WB extends WorkObjectDefinitionModification.WorkObjectDefinitionModificationBuilder<T,P,E,EB,W,WB>,A extends WorkObjectDefinitionActionEvent<E,WB>,L extends WorkObjectDefinitionActionListener<A>,M extends WorkObjectDefinitionManager<T,P,E,EB,Q,QB,OC,W,WB>,PROV extends WorkObjectProvider<?,T,P,E,?>,PERS extends WorkObjectDefinitionPersistence<T,E,Q>> |
Base class for all work object definition services.
|
BaseWorkObjectService<T extends WorkObjectId,D extends WorkObjectDefinitionId,P extends Id,ED extends WorkObjectDefinition<D,P>,E extends WorkObject<T,D,P>,EB extends WorkObject.WorkObjectBuilder<T,D,P,E,EB>,Q extends WorkObjectQuery,QB extends EntityQuery.EntityQueryBuilder<Q,QB>,OC extends WorkObjectOperandContainer<T,D,P>,W extends WorkObjectModification<T,D,P,E,EB>,WB extends WorkObjectModification.WorkObjectModificationBuilder<T,D,P,E,EB,W,WB>,A extends WorkObjectActionEvent<E,WB>,L extends WorkObjectActionListener<A>,M extends WorkObjectManager<T,D,P,E,EB,Q,QB,OC,W,WB>,PROV extends WorkObjectProvider<T,D,P,?,?>,PERS extends WorkObjectPersistence<T,E,Q>,U extends WorkObjectUpdate<W>,UB extends WorkObjectUpdate.Builder<E,W,WB,U,UB>> |
Base class for all work object services.
|
DomainObjectActionEvent<E extends DomainObject<?,?,?>,WB extends DomainObjectModification.DomainObjectModificationBuilder<?,?,?,E,?,?,WB>> |
Base class for all domain object events that are fired when an action on a domain object has been executed or is about to be executed.
|
DomainObjectActionEvent.Type | |
DomainObjectDefinitionActionEvent<E extends DomainObjectDefinition<?,?>,WB extends DomainObjectDefinitionModification.DomainObjectDefinitionModificationBuilder<?,?,E,?,?,WB>> |
Base class for all domain object definition events that are fired when an action on a domain object definition has been executed or is about to be executed.
|
DomainObjectDefinitionActionEvent.Type | |
DomainObjectUpdate<W extends DomainObjectModification<?,?,?,?,?>> |
Implements a domain object update.
|
DomainObjectUpdate.Builder<E extends DomainObject<?,?,?>,W extends DomainObjectModification<?,?,?,E,?>,WB extends DomainObjectModification.DomainObjectModificationBuilder<?,?,?,E,?,W,WB>,U extends DomainObjectUpdate<W>,SELF extends DomainObjectUpdate.Builder<E,W,WB,U,SELF>> | |
EntityActionEvent<E extends Entity<?,?>,WB extends EntityModification.EntityModificationBuilder<?,?,E,?,?,WB>> |
Base class for all entity events that are fired when an action on a entity has been executed or is about to be executed.
|
EntityActionEvent.Type |
A type of entity action event.
|
EntityUpdate<W extends EntityModification<?,?,?,?>> |
Implements an entity update.
|
EntityUpdate.Builder<E extends Entity<?,?>,W extends EntityModification<?,?,E,?>,WB extends EntityModification.EntityModificationBuilder<?,?,E,?,W,WB>,U extends EntityUpdate<?>,SELF extends EntityUpdate.Builder<E,W,WB,U,SELF>> | |
NoOpPredicatePostProcessor |
No operation predicate post processor which has no functionality.
|
WorkObjectActionEvent<E extends WorkObject<?,?,?>,WB extends WorkObjectModification.WorkObjectModificationBuilder<?,?,?,E,?,?,WB>> |
Base class for all work object events that are fired when an action on a work object has been executed or is about to be executed.
|
WorkObjectActionEvent.Type | |
WorkObjectDefinitionActionEvent<E extends WorkObjectDefinition<?,?>,WB extends WorkObjectDefinitionModification.WorkObjectDefinitionModificationBuilder<?,?,E,?,?,WB>> |
Base class for all work object definition events that are fired when an action on a work object definition has been executed or is about to be executed.
|
WorkObjectDefinitionActionEvent.Type | |
WorkObjectUpdate<W extends WorkObjectModification<?,?,?,?,?>> |
Implements a work object update builder.
|
WorkObjectUpdate.Builder<E extends WorkObject<?,?,?>,W extends WorkObjectModification<?,?,?,E,?>,WB extends WorkObjectModification.WorkObjectModificationBuilder<?,?,?,E,?,W,WB>,U extends WorkObjectUpdate<W>,SELF extends WorkObjectUpdate.Builder<E,W,WB,U,SELF>> |
Enum | Description |
---|---|
SearchScope |
Defines the scope in which to apply a search.
|
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.