Package | Description |
---|---|
com.edorasware.commons.core.any |
Classes for generic work object management.
|
com.edorasware.commons.core.beat | |
com.edorasware.commons.core.query |
Classes to build queries.
|
com.edorasware.commons.core.query.entity |
Classes to build entity-specific queries.
|
Modifier and Type | Field and Description |
---|---|
static BasicOperand<GroupId> |
AnyWorkObject.ASSIGNED_GROUP_ID
Allows to build predicates testing for certain work object assigned group id values.
|
static BasicOperand<UserId> |
AnyWorkObject.ASSIGNEE_ID
Allows to build predicates testing for certain work object assignee id values.
|
static BasicOperand<WorkObjectDefinitionId> |
AnyWorkObject.DEFINITION_ID
Allows to build predicates testing for certain work object definition id values.
|
static BasicOperand<WorkObjectId> |
AnyWorkObject.EXTERNAL_ID
Allows to build predicates testing for certain external work object id values.
|
static BasicOperand<WorkObjectDefinitionId> |
AnyWorkObjectDefinition.EXTERNAL_ID
Allows to build predicates testing for certain external work object definition id values.
|
static BasicOperand<GlobalId> |
AnyWorkObject.GLOBAL_ID
Allows to build predicates testing for certain global id values.
|
static BasicOperand<WorkObjectId> |
AnyWorkObject.ID
Allows to build predicates testing for certain work object id values.
|
static BasicOperand<WorkObjectDefinitionId> |
AnyWorkObjectDefinition.ID
Allows to build predicates testing for certain work object definition id values.
|
static BasicOperand<GroupId> |
AnyWorkObject.INITIAL_ASSIGNED_GROUP_ID
Allows to build predicates testing for certain work object initial assigned group id values.
|
static BasicOperand<UserId> |
AnyWorkObject.INITIAL_ASSIGNEE_ID
Allows to build predicates testing for certain work object initial assignee id values.
|
static BasicOperand<UserId> |
AnyWorkObject.OWNER_ID
Allows to build predicates testing for certain work object owner id values.
|
static BasicOperand<GroupId> |
AnyWorkObject.PREVIOUS_ASSIGNED_GROUP_ID
Allows to build predicates testing for certain work object previous assigned group id values.
|
static BasicOperand<UserId> |
AnyWorkObject.PREVIOUS_ASSIGNEE_ID
Allows to build predicates testing for certain work object previous assignee id values.
|
static BasicOperand<AnyWorkObjectProviderId> |
AnyWorkObject.PROVIDER_ID
Allows to build predicates testing for certain work object provider id values.
|
static BasicOperand<AnyWorkObjectProviderId> |
AnyWorkObjectDefinition.PROVIDER_ID
Allows to build predicates testing for certain work object definition provider id values.
|
static BasicOperand<State> |
AnyWorkObject.SUB_STATE
Allows to build predicates testing for certain work object sub state values.
|
static BasicOperand<TenantId> |
AnyWorkObject.TENANT_ID
Allows to build predicates testing for certain tenant id values.
|
static BasicOperand<TenantId> |
AnyWorkObjectDefinition.TENANT_ID
Allows to build predicates testing for certain work object definition tenant id values.
|
static BasicOperand<Type> |
AnyWorkObject.TYPE
Allows to build predicates testing for certain work object type values.
|
static BasicOperand<Type> |
AnyWorkObjectDefinition.TYPE
Allows to build predicates testing for certain work object definition type values.
|
Modifier and Type | Field and Description |
---|---|
static BasicOperand<EventType> |
Beat.EVENT_SUB_TYPE
Allows to build predicates testing for certain beat event sub type values.
|
static BasicOperand<EventType> |
Beat.EVENT_TYPE
Allows to build predicates testing for certain beat event type values.
|
static BasicOperand<BeatId> |
Beat.EXTERNAL_ID
Allows to build predicates testing for certain external beat id values.
|
static BasicOperand<GlobalId> |
Beat.GLOBAL_ID
Allows to build predicates testing for certain global id values.
|
static BasicOperand<Long> |
Beat.GLOBAL_ORDER_INDEX
Allows to build predicates testing for certain beat global order index values.
|
static BasicOperand<BeatId> |
Beat.ID
Allows to build predicates testing for certain beat id values.
|
static BasicOperand<BeatId> |
Beat.PARENT_ID
Allows to build predicates testing for certain beat parent beat id values.
|
static BasicOperand<BeatProviderId> |
Beat.PROVIDER_ID
Allows to build predicates testing for certain beat provider id values.
|
static BasicOperand<BeatId> |
Beat.ROOT_ID
Allows to build predicates testing for certain beat root beat id values.
|
static BasicOperand<FieldId> |
Beat.SOURCE_FIELD_ID
Allows to build predicates testing for certain beat source field id values.
|
static BasicOperand<EntityId> |
Beat.SOURCE_ID
Allows to build predicates testing for certain beat source id values.
|
static BasicOperand<TenantId> |
Beat.TENANT_ID
Allows to build predicates testing for certain tenant id values.
|
Modifier and Type | Method and Description |
---|---|
BasicOperand<EventType> |
BeatOperandContainer.getEventSubType() |
BasicOperand<EventType> |
BeatOperandContainer.getEventType() |
BasicOperand<Long> |
BeatOperandContainer.getGlobalOrderIndex() |
BasicOperand<BeatId> |
BeatOperandContainer.getParentId() |
BasicOperand<BeatId> |
BeatOperandContainer.getRootId() |
BasicOperand<FieldId> |
BeatOperandContainer.getSourceFieldId() |
BasicOperand<EntityId> |
BeatOperandContainer.getSourceId() |
BasicOperand<Type> |
BeatOperandContainer.getType() |
Modifier and Type | Class and Description |
---|---|
class |
BooleanOperand
An operand implementation which builds
Predicate instances through boolean-specific operators. |
class |
DateOperand
An operand implementation which builds
Predicate instances through date-specific operators. |
class |
NumberOperand<T extends Number>
An operand implementation which builds
Predicate instances through number-specific operators. |
class |
StringOperand
An operand implementation which builds
Predicate instances through string-specific operators. |
Modifier and Type | Method and Description |
---|---|
Predicate |
BasicOperand.eq(BasicOperand<?> operand,
Predicate innerSelectPredicate)
Builds a predicate which tests the
queryParameter of the given operand is equal to a single match of the given inner select predicate. |
Predicate |
BasicOperand.in(BasicOperand<?> operand,
Predicate innerSelectPredicate)
Builds a predicate which tests the
queryParameter of the given operand to be contained in any of the given inner select predicate matches. |
Modifier and Type | Class and Description |
---|---|
class |
PriorityOperand
An operand implementation for priority fields which builds
Predicate instances through integer-specific operators. |
class |
VersionOperand
An operand implementation for version fields which builds
Predicate instances through integer-specific operators. |
class |
WorkObjectStateOperand
An operand implementation for work object state fields which builds
Predicate instances through WorkObjectState -specific operators. |
Modifier and Type | Method and Description |
---|---|
BasicOperand<Character> |
VariableOperand.charValue()
Returns an operand which allows to build predicates testing for the value part of variables.
|
BasicOperand<GroupId> |
WorkObjectOperandContainer.getAssignedGroupId() |
BasicOperand<UserId> |
WorkObjectOperandContainer.getAssigneeId() |
BasicOperand<D> |
DomainObjectOperandContainer.getDefinitionId() |
BasicOperand<T> |
EntityOperandContainer.getExternalId() |
BasicOperand<GlobalId> |
EntityOperandContainer.getGlobalId() |
BasicOperand<T> |
EntityOperandContainer.getId() |
BasicOperand<GroupId> |
WorkObjectOperandContainer.getInitialAssignedGroupId() |
BasicOperand<UserId> |
WorkObjectOperandContainer.getInitialAssigneeId() |
BasicOperand<UserId> |
WorkObjectOperandContainer.getOwnerId() |
BasicOperand<GroupId> |
WorkObjectOperandContainer.getPreviousAssignedGroupId() |
BasicOperand<UserId> |
WorkObjectOperandContainer.getPreviousAssigneeId() |
BasicOperand<P> |
EntityOperandContainer.getProviderId() |
BasicOperand<State> |
DomainObjectOperandContainer.getState() |
BasicOperand<State> |
DomainObjectOperandContainer.getSubState() |
BasicOperand<TenantId> |
EntityOperandContainer.getTenantId() |
BasicOperand<Type> |
EntityOperandContainer.getType() |
BasicOperand<Id> |
VariableOperand.idValue()
Returns an operand which allows to build predicates testing for the value part of variables.
|
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.