Class FormQueryProperty

java.lang.Object
com.flowable.form.engine.impl.FormQueryProperty
All Implemented Interfaces:
Serializable, org.flowable.common.engine.api.query.QueryProperty

public class FormQueryProperty extends 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:
  • Field Details

  • Constructor Details

    • FormQueryProperty

      public FormQueryProperty(String name)
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface org.flowable.common.engine.api.query.QueryProperty
    • findByName

      public static FormQueryProperty findByName(String propertyName)