public class HistoricTaskInstanceQueryProperty extends Object implements QueryProperty
Modifier and Type | Field and Description |
---|---|
static HistoricTaskInstanceQueryProperty |
DELETE_REASON |
static HistoricTaskInstanceQueryProperty |
DURATION |
static HistoricTaskInstanceQueryProperty |
END |
static HistoricTaskInstanceQueryProperty |
EXECUTION_ID |
static HistoricTaskInstanceQueryProperty |
HISTORIC_TASK_INSTANCE_ID |
static HistoricTaskInstanceQueryProperty |
PROCESS_DEFINITION_ID |
static HistoricTaskInstanceQueryProperty |
PROCESS_INSTANCE_ID |
static HistoricTaskInstanceQueryProperty |
START |
static HistoricTaskInstanceQueryProperty |
TASK_ASSIGNEE |
static HistoricTaskInstanceQueryProperty |
TASK_DEFINITION_KEY |
static HistoricTaskInstanceQueryProperty |
TASK_DESCRIPTION |
static HistoricTaskInstanceQueryProperty |
TASK_DUE_DATE |
static HistoricTaskInstanceQueryProperty |
TASK_NAME |
static HistoricTaskInstanceQueryProperty |
TASK_OWNER |
static HistoricTaskInstanceQueryProperty |
TASK_PRIORITY |
Constructor and Description |
---|
HistoricTaskInstanceQueryProperty(String name) |
public static final HistoricTaskInstanceQueryProperty HISTORIC_TASK_INSTANCE_ID
public static final HistoricTaskInstanceQueryProperty PROCESS_DEFINITION_ID
public static final HistoricTaskInstanceQueryProperty PROCESS_INSTANCE_ID
public static final HistoricTaskInstanceQueryProperty EXECUTION_ID
public static final HistoricTaskInstanceQueryProperty TASK_NAME
public static final HistoricTaskInstanceQueryProperty TASK_DESCRIPTION
public static final HistoricTaskInstanceQueryProperty TASK_ASSIGNEE
public static final HistoricTaskInstanceQueryProperty TASK_OWNER
public static final HistoricTaskInstanceQueryProperty TASK_DEFINITION_KEY
public static final HistoricTaskInstanceQueryProperty DELETE_REASON
public static final HistoricTaskInstanceQueryProperty START
public static final HistoricTaskInstanceQueryProperty END
public static final HistoricTaskInstanceQueryProperty DURATION
public static final HistoricTaskInstanceQueryProperty TASK_PRIORITY
public static final HistoricTaskInstanceQueryProperty TASK_DUE_DATE
public HistoricTaskInstanceQueryProperty(String name)
public String getName()
getName
in interface QueryProperty
public static HistoricTaskInstanceQueryProperty findByName(String propertyName)
Copyright © 2015. All rights reserved.