public enum WorkObjectQueryParameter extends Enum<WorkObjectQueryParameter> implements QueryParameter
Query parameters representing work object fields.
Modifier and Type | Method and Description |
---|---|
static WorkObjectQueryParameter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkObjectQueryParameter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
name
public static final WorkObjectQueryParameter ID
public static final WorkObjectQueryParameter GLOBAL_ID
public static final WorkObjectQueryParameter EXTERNAL_ID
public static final WorkObjectQueryParameter PROVIDER_ID
public static final WorkObjectQueryParameter TENANT_ID
public static final WorkObjectQueryParameter NAME
public static final WorkObjectQueryParameter CREATION_TIME
public static final WorkObjectQueryParameter UPDATE_TIME
public static final WorkObjectQueryParameter TYPE
public static final WorkObjectQueryParameter DEFINITION_ID
public static final WorkObjectQueryParameter STATE
public static final WorkObjectQueryParameter SUB_STATE
public static final WorkObjectQueryParameter STATE_UPDATE_TIME
public static final WorkObjectQueryParameter SUB_STATE_UPDATE_TIME
public static final WorkObjectQueryParameter OWNER_ID
public static final WorkObjectQueryParameter ASSIGNEE_ID
public static final WorkObjectQueryParameter INITIAL_ASSIGNEE_ID
public static final WorkObjectQueryParameter PREVIOUS_ASSIGNEE_ID
public static final WorkObjectQueryParameter ASSIGNED_GROUP_ID
public static final WorkObjectQueryParameter INITIAL_ASSIGNED_GROUP_ID
public static final WorkObjectQueryParameter PREVIOUS_ASSIGNED_GROUP_ID
public static final WorkObjectQueryParameter PRIORITY
public static final WorkObjectQueryParameter RESUBMISSION_TIME
public static final WorkObjectQueryParameter DUE_TIME
public static final WorkObjectQueryParameter ASSIGNEE_ID_UPDATE_TIME
public static final WorkObjectQueryParameter ASSIGNED_GROUP_ID_UPDATE_TIME
public static final WorkObjectQueryParameter PATH
public static final WorkObjectQueryParameter PARENT_ID_REF
public static WorkObjectQueryParameter[] values()
for (WorkObjectQueryParameter c : WorkObjectQueryParameter.values()) System.out.println(c);
public static WorkObjectQueryParameter valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.