Package pro.taskana.classification.rest
Class ClassificationQueryFilterParameter
- java.lang.Object
-
- pro.taskana.classification.rest.ClassificationQueryFilterParameter
-
- All Implemented Interfaces:
QueryParameter<pro.taskana.classification.api.ClassificationQuery,Void>
public class ClassificationQueryFilterParameter extends Object implements QueryParameter<pro.taskana.classification.api.ClassificationQuery,Void>
-
-
Constructor Summary
Constructors Constructor Description ClassificationQueryFilterParameter(String[] name, String[] nameLike, String[] key, String[] category, String[] domain, String[] type, String[] custom1Like, String[] custom2Like, String[] custom3Like, String[] custom4Like, String[] custom5Like, String[] custom6Like, String[] custom7Like, String[] custom8Like)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Voidapply(pro.taskana.classification.api.ClassificationQuery query)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface pro.taskana.common.rest.QueryParameter
extractIntIntervals, extractTimeIntervals, wrapElementsInLikeStatement
-
-
-
-
Constructor Detail
-
ClassificationQueryFilterParameter
@ConstructorProperties({"name","name-like","key","category","domain","type","custom-1-like","custom-2-like","custom-3-like","custom-4-like","custom-5-like","custom-6-like","custom-7-like","custom-8-like"}) public ClassificationQueryFilterParameter(String[] name, String[] nameLike, String[] key, String[] category, String[] domain, String[] type, String[] custom1Like, String[] custom2Like, String[] custom3Like, String[] custom4Like, String[] custom5Like, String[] custom6Like, String[] custom7Like, String[] custom8Like)
-
-
Method Detail
-
apply
public Void apply(pro.taskana.classification.api.ClassificationQuery query)
- Specified by:
applyin interfaceQueryParameter<pro.taskana.classification.api.ClassificationQuery,Void>
-
-