public class HistoricCaseInstanceQueryProperty extends Object implements QueryProperty
| Modifier and Type | Field and Description |
|---|---|
static HistoricCaseInstanceQueryProperty |
CASE_DEFINITION_ID |
static HistoricCaseInstanceQueryProperty |
CASE_DEFINITION_KEY |
static HistoricCaseInstanceQueryProperty |
CASE_END_TIME |
static HistoricCaseInstanceQueryProperty |
CASE_INSTANCE_ID |
static HistoricCaseInstanceQueryProperty |
CASE_INSTANCE_NAME |
static HistoricCaseInstanceQueryProperty |
CASE_START_TIME |
static HistoricCaseInstanceQueryProperty |
TENANT_ID |
| Constructor and Description |
|---|
HistoricCaseInstanceQueryProperty(String name) |
| Modifier and Type | Method and Description |
|---|---|
static HistoricCaseInstanceQueryProperty |
findByName(String propertyName) |
String |
getName() |
public static final HistoricCaseInstanceQueryProperty CASE_INSTANCE_ID
public static final HistoricCaseInstanceQueryProperty CASE_DEFINITION_KEY
public static final HistoricCaseInstanceQueryProperty CASE_DEFINITION_ID
public static final HistoricCaseInstanceQueryProperty CASE_INSTANCE_NAME
public static final HistoricCaseInstanceQueryProperty CASE_START_TIME
public static final HistoricCaseInstanceQueryProperty CASE_END_TIME
public static final HistoricCaseInstanceQueryProperty TENANT_ID
public HistoricCaseInstanceQueryProperty(String name)
public String getName()
getName in interface QueryPropertypublic static HistoricCaseInstanceQueryProperty findByName(String propertyName)
Copyright © 2019 Flowable. All rights reserved.