Package com.flowable.form.engine.impl
Class FormQueryProperty
java.lang.Object
com.flowable.form.engine.impl.FormQueryProperty
- All Implemented Interfaces:
java.io.Serializable
,org.flowable.common.engine.api.query.QueryProperty
public class FormQueryProperty
extends java.lang.Object
implements org.flowable.common.engine.api.query.QueryProperty
Contains the possible properties that can be used in a FormDefinitionQuery.
- Author:
- Joram Barrez
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description FormQueryProperty(java.lang.String name)
-
Method Summary
Modifier and Type Method Description static FormQueryProperty
findByName(java.lang.String propertyName)
java.lang.String
getName()
-
Field Details
-
Constructor Details
-
FormQueryProperty
public FormQueryProperty(java.lang.String name)
-
-
Method Details
-
getName
public java.lang.String getName()- Specified by:
getName
in interfaceorg.flowable.common.engine.api.query.QueryProperty
-
findByName
-