Class ExecutionQueryProperty

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

public class ExecutionQueryProperty extends Object implements org.flowable.common.engine.api.query.QueryProperty
Contains the possible properties that can be used in a ExecutionQuery .
Author:
Joram Barrez
See Also:
  • Field Details

  • Constructor Details

    • ExecutionQueryProperty

      public ExecutionQueryProperty(String name)
  • Method Details

    • getName

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

      public static ExecutionQueryProperty findByName(String propertyName)