public class FormQueryProperty extends Object implements QueryProperty
Modifier and Type | Field and Description |
---|---|
static FormQueryProperty |
DEPLOYMENT_ID |
static FormQueryProperty |
FORM_CATEGORY |
static FormQueryProperty |
FORM_DEFINITION_KEY |
static FormQueryProperty |
FORM_ID |
static FormQueryProperty |
FORM_NAME |
static FormQueryProperty |
FORM_TENANT_ID |
static FormQueryProperty |
FORM_VERSION |
Constructor and Description |
---|
FormQueryProperty(String name) |
Modifier and Type | Method and Description |
---|---|
static FormQueryProperty |
findByName(String propertyName) |
String |
getName() |
public static final FormQueryProperty FORM_DEFINITION_KEY
public static final FormQueryProperty FORM_CATEGORY
public static final FormQueryProperty FORM_ID
public static final FormQueryProperty FORM_VERSION
public static final FormQueryProperty FORM_NAME
public static final FormQueryProperty DEPLOYMENT_ID
public static final FormQueryProperty FORM_TENANT_ID
public FormQueryProperty(String name)
public String getName()
getName
in interface QueryProperty
public static FormQueryProperty findByName(String propertyName)