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.any |
Classes for generic work object management.
|
com.edorasware.commons.core.query.entity |
Classes to build entity-specific queries.
|
Modifier and Type | Method and Description |
---|---|
TimestampOperand<Instant> |
VariableOperand.timestampValue()
Returns an operand to build predicates for the value part of variables.
|
Modifier and Type | Class and Description |
---|---|
class |
TimestampOperandImpl<T>
Default implementation of the
TimestampOperand interface. |
Modifier and Type | Method and Description |
---|---|
static TimestampOperand<Instant> |
Operands.newTimestampFieldOperand(QueryParameter queryParameter)
Creates a new timestamp operand instance.
|
TimestampOperand<Instant> |
VariableOperandImpl.timestampValue() |
Modifier and Type | Interface and Description |
---|---|
interface |
TimestampValue<V>
Defines the interface of a timestamp value.
|
Modifier and Type | Class and Description |
---|---|
class |
TimestampValueImpl<T> |
Constructor and Description |
---|
TimestampValueImpl(String name,
ValueConverter<T,Instant> valueConverter,
TimestampOperand<T> timestampOperand,
boolean supportsOrderBy) |
Modifier and Type | Field and Description |
---|---|
static TimestampOperand<Instant> |
AnyWorkObjectDefinition.CREATION_TIME
Allows to build predicates testing for certain work object definition creation time values.
|
static TimestampOperand<Instant> |
AnyWorkObjectDefinition.UPDATE_TIME
Allows to build predicates testing for certain work object definition update time values.
|
static TimestampOperand<Instant> |
AnyWorkObjectDefinition.VALID_FROM
Allows to build predicates testing for certain work object definition valid from date values.
|
static TimestampOperand<Instant> |
AnyWorkObjectDefinition.VALID_TO
Allows to build predicates testing for certain work object definition valid to date values.
|
Modifier and Type | Method and Description |
---|---|
TimestampOperand<Instant> |
AnyWorkObjectOperandContainer.getAssignedGroupIdUpdateTime() |
TimestampOperand<Instant> |
AnyWorkObjectOperandContainer.getAssigneeIdUpdateTime() |
TimestampOperand<Instant> |
AnyWorkObjectOperandContainer.getDueTime() |
TimestampOperand<Instant> |
AnyWorkObjectOperandContainer.getResubmissionTime() |
TimestampOperand<Instant> |
AnyWorkObjectOperandContainer.getStateUpdateTime() |
TimestampOperand<Instant> |
AnyWorkObjectOperandContainer.getSubStateUpdateTime() |
TimestampOperand<Instant> |
AnyWorkObjectDefinitionOperandContainer.getValidFrom() |
TimestampOperand<Instant> |
AnyWorkObjectDefinitionOperandContainer.getValidTo() |
Modifier and Type | Method and Description |
---|---|
TimestampOperand<Instant> |
EntityOperandContainer.getCreationTime() |
TimestampOperand<Instant> |
EntityOperandContainer.getUpdateTime() |
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.