Package | Description |
---|---|
com.edorasware.api.query |
Work object query support.
|
com.edorasware.api.value |
Work object value access.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BooleanOperand<T>
Defines the methods used to build
Predicate s for boolean values. |
interface |
NumberOperand<T>
Defines the methods used to build
Predicate s for number values. |
interface |
PriorityFieldOperand
Defines the methods used to build
Predicate s for the priority field. |
interface |
StateFieldOperand
Defines the methods used to build
Predicate s for State fields. |
interface |
StringOperand<T>
Defines the methods used to build
Predicate s for string values. |
interface |
TimestampOperand<T>
Defines the methods used to build
Predicate s for timestamp values. |
Modifier and Type | Method and Description |
---|---|
Predicate |
BasicOperand.eq(BasicOperand<T> operand,
Predicate innerSelectPredicate)
Builds a predicate which tests that the value of the given operand is equal to a single match
of the given inner select predicate.
|
Predicate |
BasicOperand.in(BasicOperand<T> operand,
Predicate innerSelectPredicate)
Builds a predicate which tests that the value of the given operand is contained in any of the given inner select predicate matches.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BasicValue<V>
Defines the interface of a basic value.
|
interface |
BooleanValue<V>
Defines the interface of a boolean value.
|
interface |
NumberValue<V>
Defines the interface of a number value.
|
interface |
PriorityField
Defines the interface of a priority field value.
|
interface |
StringValue<V>
Defines the interface of a string value.
|
interface |
TimestampValue<V>
Defines the interface of a timestamp value.
|
Copyright © 2010 - 2017 edorasware ag. All Rights Reserved.