| Package | Description | 
|---|---|
| com.edorasware.api.query | 
 Work object query support. 
 | 
| com.edorasware.api.query.internal | |
| com.edorasware.api.value | 
 Work object value access. 
 | 
| com.edorasware.api.value.internal | |
| com.edorasware.commons.core.query.entity | 
 Classes to build entity-specific queries. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
PriorityFieldOperand
Defines the methods used to build  
Predicates for the priority field. | 
| Modifier and Type | Method and Description | 
|---|---|
NumberOperand<Double> | 
VariableOperand.doubleValue()
Returns an operand to build predicates for the value part of variables. 
 | 
NumberOperand<Long> | 
VariableOperand.longValue()
Returns an operand to build predicates for the value part of variables. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
NumberOperandImpl<T,U extends Number>
Default implementation of the  
NumberOperand interface. | 
class  | 
PriorityFieldOperandImpl
Default implementation of the  
PriorityFieldOperand interface. | 
| Modifier and Type | Method and Description | 
|---|---|
NumberOperand<Double> | 
VariableOperandImpl.doubleValue()  | 
NumberOperand<Long> | 
VariableOperandImpl.longValue()  | 
static NumberOperand<Long> | 
Operands.newLongFieldOperand(QueryParameter queryParameter)
Creates a new long operand instance. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
NumberValue<V>
Defines the interface of a number value. 
 | 
interface  | 
PriorityField
Defines the interface of a priority field value. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
NumberValueImpl<T,U extends Number>  | 
class  | 
PriorityFieldImpl  | 
| Constructor and Description | 
|---|
NumberValueImpl(String name,
               ValueConverter<T,U> valueConverter,
               NumberOperand<T> numberValueOperand,
               boolean supportsOrderBy)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
VersionOperand
An operand implementation for version fields which builds  
Predicate instances through integer-specific operators. | 
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.