Class SortParameter

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

public class SortParameter
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String type  
    protected boolean variable  
  • Constructor Summary

    Constructors 
    Constructor Description
    SortParameter()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getType()  
    boolean isVariable()  
    void setType​(java.lang.String type)  
    void setVariable​(boolean variable)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • type

      protected java.lang.String type
    • variable

      protected boolean variable
  • Constructor Details

  • Method Details

    • getType

      public java.lang.String getType()
    • setType

      public void setType​(java.lang.String type)
    • isVariable

      public boolean isVariable()
    • setVariable

      public void setVariable​(boolean variable)