public class FormQueryProperty extends Object implements org.flowable.common.engine.api.query.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 org.flowable.common.engine.api.query.QueryProperty
public static FormQueryProperty findByName(String propertyName)
Copyright © 2019. All rights reserved.