Package | Description |
---|---|
com.edorasware.api.value |
Work object value access.
|
Modifier and Type | Field and Description |
---|---|
static TimestampValue<Instant> |
WorkObjectValues.ASSIGNED_GROUP_ID_UPDATE_TIME
The work object assigned group update time.
|
static TimestampValue<Instant> |
WorkObjectValues.ASSIGNEE_ID_UPDATE_TIME
The work object assignee update time.
|
static TimestampValue<Instant> |
WorkObjectValues.CREATION_TIME
The work object creation timestamp.
|
static TimestampValue<Instant> |
WorkObjectValues.DUE_TIME
The work object due time.
|
static TimestampValue<Instant> |
WorkObjectValues.RESUBMISSION_TIME
The work object resubmission time.
|
static TimestampValue<Instant> |
WorkObjectValues.STATE_UPDATE_TIME
The work object state update time.
|
static TimestampValue<Instant> |
WorkObjectValues.SUB_STATE_UPDATE_TIME
The work object sub-state update time.
|
static TimestampValue<Instant> |
WorkObjectValues.UPDATE_TIME
The work object update timestamp.
|
Modifier and Type | Method and Description |
---|---|
static TimestampValue<Instant> |
WorkObjectValues.newTimestampValue(String name)
Constructs a new timestamp value accessor.
|
static <T> TimestampValue<T> |
WorkObjectValues.newTimestampValue(String name,
ValueConverter<T,Instant> valueConverter)
Constructs a new timestamp value accessor.
|
Copyright © 2010 - 2017 edorasware ag. All Rights Reserved.