Class SortParameter

java.lang.Object
com.flowable.indexing.config.SortParameter

public class SortParameter extends Object
  • Field Details

    • type

      protected String type
    • variable

      protected boolean variable
  • Constructor Details

    • SortParameter

      public SortParameter()
  • Method Details

    • getType

      public String getType()
    • setType

      public void setType(String type)
    • isVariable

      public boolean isVariable()
    • setVariable

      public void setVariable(boolean variable)