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.QueryPropertyContains 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 FormQueryPropertyDEPLOYMENT_IDstatic FormQueryPropertyFORM_CATEGORYstatic FormQueryPropertyFORM_DEFINITION_KEYstatic FormQueryPropertyFORM_IDstatic FormQueryPropertyFORM_NAMEstatic FormQueryPropertyFORM_TENANT_IDstatic FormQueryPropertyFORM_VERSION
-
Constructor Summary
Constructors Constructor Description FormQueryProperty(java.lang.String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FormQueryPropertyfindByName(java.lang.String propertyName)java.lang.StringgetName()
-
-
-
Field Detail
-
FORM_DEFINITION_KEY
public static final FormQueryProperty FORM_DEFINITION_KEY
-
FORM_CATEGORY
public static final FormQueryProperty FORM_CATEGORY
-
FORM_ID
public static final FormQueryProperty FORM_ID
-
FORM_VERSION
public static final FormQueryProperty FORM_VERSION
-
FORM_NAME
public static final FormQueryProperty FORM_NAME
-
DEPLOYMENT_ID
public static final FormQueryProperty DEPLOYMENT_ID
-
FORM_TENANT_ID
public static final FormQueryProperty FORM_TENANT_ID
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceorg.flowable.common.engine.api.query.QueryProperty
-
findByName
public static FormQueryProperty findByName(java.lang.String propertyName)
-
-