public static enum AbstractTaskAssigningQueryMapper.TASK_QUERY_COLUMN extends Enum<AbstractTaskAssigningQueryMapper.TASK_QUERY_COLUMN>
| Enum Constant and Description |
|---|
ACTUAL_OWNER
String with the task actual owner id.
|
CREATED_ON
A time stamp without time zone with the task creation date/time.
|
DEPLOYMENT_ID
A String with the deploymentId (containerId) to where the task belong.
|
LAST_MODIFICATION_DATE
A time stamp without time zone with the task last modification date.
|
PLANNING_TASK_ASSIGNED_USER |
PLANNING_TASK_INDEX |
PLANNING_TASK_PUBLISHED |
PLANNING_TASK_TASK_ID |
POTENTIAL_OWNER_ID
A String with a potential owner identifier for the task.
|
POTENTIAL_OWNER_TYPE
A String with the values "User" or "Group" indicating the type of the potential owner.
|
PRIORITY
An Integer with the task priority.
|
PROCESS_ID
A String with the process identifier.
|
PROCESS_INSTANCE_ID
A Long value with the process instance id.
|
STATUS
A String value with the task status.
|
TASK_ID
A Long value with the taskId.
|
TASK_NAME
A String with the task name.
|
| Modifier and Type | Method and Description |
|---|---|
String |
columnName() |
static AbstractTaskAssigningQueryMapper.TASK_QUERY_COLUMN |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractTaskAssigningQueryMapper.TASK_QUERY_COLUMN[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractTaskAssigningQueryMapper.TASK_QUERY_COLUMN TASK_ID
public static final AbstractTaskAssigningQueryMapper.TASK_QUERY_COLUMN CREATED_ON
public static final AbstractTaskAssigningQueryMapper.TASK_QUERY_COLUMN ACTUAL_OWNER
public static final AbstractTaskAssigningQueryMapper.TASK_QUERY_COLUMN DEPLOYMENT_ID
public static final AbstractTaskAssigningQueryMapper.TASK_QUERY_COLUMN TASK_NAME
public static final AbstractTaskAssigningQueryMapper.TASK_QUERY_COLUMN PRIORITY
public static final AbstractTaskAssigningQueryMapper.TASK_QUERY_COLUMN PROCESS_ID
public static final AbstractTaskAssigningQueryMapper.TASK_QUERY_COLUMN PROCESS_INSTANCE_ID
public static final AbstractTaskAssigningQueryMapper.TASK_QUERY_COLUMN STATUS
public static final AbstractTaskAssigningQueryMapper.TASK_QUERY_COLUMN LAST_MODIFICATION_DATE
public static final AbstractTaskAssigningQueryMapper.TASK_QUERY_COLUMN PLANNING_TASK_TASK_ID
public static final AbstractTaskAssigningQueryMapper.TASK_QUERY_COLUMN PLANNING_TASK_ASSIGNED_USER
public static final AbstractTaskAssigningQueryMapper.TASK_QUERY_COLUMN PLANNING_TASK_INDEX
public static final AbstractTaskAssigningQueryMapper.TASK_QUERY_COLUMN PLANNING_TASK_PUBLISHED
public static final AbstractTaskAssigningQueryMapper.TASK_QUERY_COLUMN POTENTIAL_OWNER_ID
public static final AbstractTaskAssigningQueryMapper.TASK_QUERY_COLUMN POTENTIAL_OWNER_TYPE
public static AbstractTaskAssigningQueryMapper.TASK_QUERY_COLUMN[] values()
for (AbstractTaskAssigningQueryMapper.TASK_QUERY_COLUMN c : AbstractTaskAssigningQueryMapper.TASK_QUERY_COLUMN.values()) System.out.println(c);
public static AbstractTaskAssigningQueryMapper.TASK_QUERY_COLUMN 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 nullpublic String columnName()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.