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