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