Class FormInstanceQueryProperty

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

public class FormInstanceQueryProperty extends Object implements org.flowable.common.engine.api.query.QueryProperty
Contains the possible properties that can be used in a FormInstanceQuery.
Author:
Tijs Rademakers
See Also:
  • Field Details

  • Constructor Details

    • FormInstanceQueryProperty

      public FormInstanceQueryProperty(String name)
  • Method Details

    • getName

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

      public static FormInstanceQueryProperty findByName(String propertyName)