Package | Description |
---|---|
com.edorasware.api.document |
Provides definitions and functionality specific to document work objects.
|
com.edorasware.api.timer |
Provides definitions and functionality specific to timer work objects.
|
com.edorasware.api.value |
Work object value access.
|
Modifier and Type | Field and Description |
---|---|
static StringValue<String> |
DocumentValues.MIME_TYPE
The document MIME type.
|
Modifier and Type | Field and Description |
---|---|
static StringValue<String> |
TimerValues.EXPRESSION
The timer expression.
|
static StringValue<String> |
TimerValues.TARGET_WORK_OBJECT_ID
The timer target work object ID.
|
Modifier and Type | Field and Description |
---|---|
static StringValue<String> |
WorkObjectValues.ASSIGNED_GROUP_ID
The work object assigned group ID.
|
static StringValue<String> |
WorkObjectValues.ASSIGNEE_ID
The work object assignee ID.
|
static StringValue<String> |
WorkObjectValues.DEFINITION_ID
The work object definition ID.
|
static StringValue<String> |
WorkObjectValues.DESCRIPTION
The work object description.
|
static StringValue<String> |
WorkObjectValues.EXTERNAL_ID
The work object external ID.
|
static StringValue<String> |
WorkObjectValues.GLOBAL_ID
The work object global ID (unique only within a single tenant).
|
static StringValue<String> |
WorkObjectValues.ID
The work object ID (unique everywhere).
|
static StringValue<String> |
WorkObjectValues.INITIAL_ASSIGNED_GROUP_ID
The initial work object assigned group ID.
|
static StringValue<String> |
WorkObjectValues.INITIAL_ASSIGNEE_ID
The initial work object assignee ID.
|
static StringValue<String> |
WorkObjectValues.NAME
The work object name.
|
static StringValue<String> |
WorkObjectValues.OWNER_ID
The work object owner ID.
|
static StringValue<String> |
WorkObjectValues.PREVIOUS_ASSIGNED_GROUP_ID
The previous work object assigned group ID.
|
static StringValue<String> |
WorkObjectValues.PREVIOUS_ASSIGNEE_ID
The previous work object assignee ID.
|
static StringValue<String> |
WorkObjectValues.PROVIDER_ID
The work object provider ID.
|
static StringValue<String> |
WorkObjectValues.SUB_STATE
The work object sub-state.
|
static StringValue<String> |
WorkObjectValues.TENANT_ID
The work object tenant ID.
|
static StringValue<String> |
WorkObjectValues.TYPE
The work object type.
|
Modifier and Type | Method and Description |
---|---|
static StringValue<String> |
WorkObjectValues.newStringValue(String name)
Constructs a new string value accessor.
|
static <T> StringValue<T> |
WorkObjectValues.newStringValue(String name,
ValueConverter<T,String> valueConverter)
Constructs a new string value accessor.
|
Copyright © 2010 - 2017 edorasware ag. All Rights Reserved.