Interface | Description |
---|---|
EntityId |
Marker interface for identifier classes of entities.
|
HierarchicalEntity<T extends HierarchicalEntityId,I extends T> |
Entity that is structured hierarchically.
|
HierarchicalEntity.HierarchicalEntityBuilder<T extends HierarchicalEntityId,SELF extends HierarchicalEntity.HierarchicalEntityBuilder<T,SELF>> |
Builder for a HierarchicalEntity instance.
|
HierarchicalEntityId |
Marker interface for identifier classes of hierarchical entities.
|
NamedValue |
Represents a named value.
|
NamedValueAccessor<V,W> |
Access to named values in a type-safe manner.
|
NamedValueWithSource |
Represents a named value that is associated with a source.
|
Class | Description |
---|---|
DomainObject<T extends EntityId,D extends EntityId,P extends Id> |
Base class for all domain objects.
|
DomainObject.DomainObjectBuilder<T extends EntityId,D extends EntityId,P extends Id,E extends DomainObject<T,D,P>,SELF extends DomainObject.DomainObjectBuilder<T,D,P,E,SELF>> | |
DomainObject.DomainObjectData<T extends EntityId,D extends EntityId,P extends Id> |
Data container that holds the state of a domain object.
|
DomainObjectDefinition<T extends EntityId,P extends Id> |
Base class for all definitions of domain objects.
|
DomainObjectDefinition.DomainObjectDefinitionBuilder<T extends EntityId,P extends Id,E extends DomainObjectDefinition<T,P>,SELF extends DomainObjectDefinition.DomainObjectDefinitionBuilder<T,P,E,SELF>> | |
DomainObjectDefinition.DomainObjectDefinitionData<T extends EntityId,P extends Id> |
Data container that holds the state of a domain object definition.
|
Entity<T extends EntityId,P extends Id> |
Base class for all entities.
|
Entity.EntityBuilder<T extends EntityId,P extends Id,E extends Entity<T,P>,SELF extends Entity.EntityBuilder<T,P,E,SELF>> | |
Entity.EntityData<T extends EntityId,P extends Id> |
Data container that holds the state of an entity.
|
EntityUtils |
Provides utility methods related to entities.
|
GlobalId |
This class represents a global entity id.
|
GroupId |
This class represents a group id.
|
HierarchyHelper<T extends EntityId,NV extends NamedValueWithSource,VT> |
Utility class to deal with NamedValues that may belong to hierarchical entities.
|
IdentityType |
This class holds the types of the identity entities.
|
LegacyIdDeserializer |
Deserializes legacy versions of TenantId, GroupId, and UserId without relying on Java deserialization.
|
NamedValues |
Provides utility methods related to working with named values.
|
Property |
Represents a single property.
|
PropertyId |
This class represents a property id.
|
PropertyMap |
Holds properties represented as key/value pairs of type String/String.
|
PropertyMap.Builder |
Builder for a PropertyMap instance.
|
PropertyName<V> |
Supports type-aware creation of
Property instances and access of Property instances on DomainObjectDefinition s. |
State |
Represents a state.
|
TenantId |
This class represents a tenant id.
|
Type |
Represents an entity type.
|
UserId |
This class represents a user id.
|
Variable |
Represents a single variable.
|
VariableId |
This class represents a variable id.
|
VariableMap |
Holds variables represented as key/value pairs of type String/Object.
|
VariableMap.Builder |
Builder for a VariableMap instance.
|
VariableName<V,W> |
Supports type-aware creation of
Variable instances, and access of Variable instances from DomainObject s. |
WorkObject<T extends WorkObjectId,D extends WorkObjectDefinitionId,P extends Id> |
Base class for all work objects that participate in a BPM system.
|
WorkObject.WorkObjectBuilder<T extends WorkObjectId,D extends WorkObjectDefinitionId,P extends Id,E extends WorkObject<T,D,P>,SELF extends WorkObject.WorkObjectBuilder<T,D,P,E,SELF>> | |
WorkObject.WorkObjectData |
Data container that holds the state of a work object.
|
WorkObjectDefinition<T extends WorkObjectDefinitionId,P extends Id> |
Base class for all definitions of work objects.
|
WorkObjectDefinition.WorkObjectDefinitionBuilder<T extends WorkObjectDefinitionId,P extends Id,E extends WorkObjectDefinition<T,P>,SELF extends WorkObjectDefinition.WorkObjectDefinitionBuilder<T,P,E,SELF>> | |
WorkObjectDefinition.WorkObjectDefinitionData |
Data container that holds the state of a work object definition.
|
WorkObjectDefinitionId |
Base class for work object definition identifier classes.
|
WorkObjectId |
Base class for work object identifier classes.
|
WorkObjectState |
This class enumerates the possible states of a
WorkObject . |
WorkObjectUtils |
Provides utility methods related to
WorkObject s. |
Exception | Description |
---|---|
EntityNotFoundException |
Signals that a given entity could not be found.
|
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.