Package com.flowable.indexing.config
Class SortParameter
java.lang.Object
com.flowable.indexing.config.SortParameter
public class SortParameter
extends java.lang.Object
-
Field Summary
-
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)
-
Field Details
-
Constructor Details
-
SortParameter
public SortParameter()
-
-
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)
-