Class VariableSearch
- java.lang.Object
-
- org.activiti.cloud.services.query.rest.VariableSearch
-
public class VariableSearch extends Object
-
-
Constructor Summary
Constructors Constructor Description VariableSearch(String name, VariableValue<?> value, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()StringgetType()VariableValue<?>getValue()booleanisSet()
-
-
-
Constructor Detail
-
VariableSearch
public VariableSearch(String name, VariableValue<?> value, String type)
-
-
Method Detail
-
getName
public String getName()
-
getValue
public VariableValue<?> getValue()
-
getType
public String getType()
-
isSet
public boolean isSet()
-
-