public class HistoricActionInstanceQueryProperty extends Object implements org.flowable.common.engine.api.query.QueryProperty
HistoricActionInstanceQuery.| Modifier and Type | Field and Description |
|---|---|
static HistoricActionInstanceQueryProperty |
EXECUTION_DATE |
static HistoricActionInstanceQueryProperty |
START_DATE |
static HistoricActionInstanceQueryProperty |
TENANT_ID |
| Constructor and Description |
|---|
HistoricActionInstanceQueryProperty(String name) |
| Modifier and Type | Method and Description |
|---|---|
static HistoricActionInstanceQueryProperty |
findByName(String propertyName) |
String |
getName() |
public static final HistoricActionInstanceQueryProperty START_DATE
public static final HistoricActionInstanceQueryProperty EXECUTION_DATE
public static final HistoricActionInstanceQueryProperty TENANT_ID
public HistoricActionInstanceQueryProperty(String name)
public String getName()
getName in interface org.flowable.common.engine.api.query.QueryPropertypublic static HistoricActionInstanceQueryProperty findByName(String propertyName)
Copyright © 2019. All rights reserved.