Package org.kie.internal.query.data
Class QueryParameters
java.lang.Object
org.kie.internal.query.data.QueryParameters
- Direct Known Subclasses:
QueryData
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> voidaddAppropriateParam(String listId, T... param) Deprecated.<T> voidaddRangeParameter(String listId, T param, boolean start) Deprecated.voidclear()Deprecated.<T> List<T>getAppropriateParamList(String listId, T param, int size) Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.booleanisLike()Deprecated.booleanisRange()Deprecated.booleanisUnion()Deprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.
-
Constructor Details
-
QueryParameters
public QueryParameters()Deprecated. -
QueryParameters
Deprecated.
-
-
Method Details
-
getUnionParameters
Deprecated. -
unionParametersAreEmpty
public boolean unionParametersAreEmpty()Deprecated. -
getIntersectParameters
Deprecated. -
intersectParametersAreEmpty
public boolean intersectParametersAreEmpty()Deprecated. -
getUnionRegexParameters
Deprecated. -
unionRegexParametersAreEmpty
public boolean unionRegexParametersAreEmpty()Deprecated. -
getIntersectRegexParameters
Deprecated. -
intersectRegexParametersAreEmpty
public boolean intersectRegexParametersAreEmpty()Deprecated. -
getUnionRangeParameters
Deprecated. -
unionRangeParametersAreEmpty
public boolean unionRangeParametersAreEmpty()Deprecated. -
getIntersectRangeParameters
Deprecated. -
intersectRangeParametersAreEmpty
public boolean intersectRangeParametersAreEmpty()Deprecated. -
addAppropriateParam
Deprecated. -
addRangeParameter
Deprecated. -
getAppropriateParamList
Deprecated. -
setToUnion
public void setToUnion()Deprecated. -
setToIntersection
public void setToIntersection()Deprecated. -
isUnion
public boolean isUnion()Deprecated. -
setToLike
public void setToLike()Deprecated. -
isLike
public boolean isLike()Deprecated. -
setToEquals
public void setToEquals()Deprecated. -
setToRange
public void setToRange()Deprecated. -
setToPrecise
public void setToPrecise()Deprecated. -
isRange
public boolean isRange()Deprecated. -
clear
public void clear()Deprecated.
-