Package pro.taskana.task.rest
Class TaskQueryFilterCustomFields
- java.lang.Object
-
- pro.taskana.task.rest.TaskQueryFilterCustomFields
-
- All Implemented Interfaces:
QueryParameter<pro.taskana.task.api.TaskQuery,Void>
public class TaskQueryFilterCustomFields extends Object implements QueryParameter<pro.taskana.task.api.TaskQuery,Void>
-
-
Constructor Summary
Constructors Constructor Description TaskQueryFilterCustomFields(String[] custom1In, String[] custom1NotIn, String[] custom1Like, String[] custom1NotLike, String[] custom2In, String[] custom2NotIn, String[] custom2Like, String[] custom2NotLike, String[] custom3In, String[] custom3NotIn, String[] custom3Like, String[] custom3NotLike, String[] custom4In, String[] custom4NotIn, String[] custom4Like, String[] custom4NotLike, String[] custom5In, String[] custom5NotIn, String[] custom5Like, String[] custom5NotLike, String[] custom6In, String[] custom6NotIn, String[] custom6Like, String[] custom6NotLike, String[] custom7In, String[] custom7NotIn, String[] custom7Like, String[] custom7NotLike, String[] custom8In, String[] custom8NotIn, String[] custom8Like, String[] custom8NotLike, String[] custom9In, String[] custom9NotIn, String[] custom9Like, String[] custom9NotLike, String[] custom10In, String[] custom10NotIn, String[] custom10Like, String[] custom10NotLike, String[] custom11In, String[] custom11NotIn, String[] custom11Like, String[] custom11NotLike, String[] custom12In, String[] custom12NotIn, String[] custom12Like, String[] custom12NotLike, String[] custom13In, String[] custom13NotIn, String[] custom13Like, String[] custom13NotLike, String[] custom14In, String[] custom14NotIn, String[] custom14Like, String[] custom14NotLike, String[] custom15In, String[] custom15NotIn, String[] custom15Like, String[] custom15NotLike, String[] custom16In, String[] custom16NotIn, String[] custom16Like, String[] custom16NotLike)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Voidapply(pro.taskana.task.api.TaskQuery 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
-
TaskQueryFilterCustomFields
@ConstructorProperties({"custom-1","custom-1-not","custom-1-like","custom-1-not-like","custom-2","custom-2-not","custom-2-like","custom-2-not-like","custom-3","custom-3-not","custom-3-like","custom-3-not-like","custom-4","custom-4-not","custom-4-like","custom-4-not-like","custom-5","custom-5-not","custom-5-like","custom-5-not-like","custom-6","custom-6-not","custom-6-like","custom-6-not-like","custom-7","custom-7-not","custom-7-like","custom-7-not-like","custom-8","custom-8-not","custom-8-like","custom-8-not-like","custom-9","custom-9-not","custom-9-like","custom-9-not-like","custom-10","custom-10-not","custom-10-like","custom-10-not-like","custom-11","custom-11-not","custom-11-like","custom-11-not-like","custom-12","custom-12-not","custom-12-like","custom-12-not-like","custom-13","custom-13-not","custom-13-like","custom-13-not-like","custom-14","custom-14-not","custom-14-like","custom-14-not-like","custom-15","custom-15-not","custom-15-like","custom-15-not-like","custom-16","custom-16-not","custom-16-like","custom-16-not-like"}) public TaskQueryFilterCustomFields(String[] custom1In, String[] custom1NotIn, String[] custom1Like, String[] custom1NotLike, String[] custom2In, String[] custom2NotIn, String[] custom2Like, String[] custom2NotLike, String[] custom3In, String[] custom3NotIn, String[] custom3Like, String[] custom3NotLike, String[] custom4In, String[] custom4NotIn, String[] custom4Like, String[] custom4NotLike, String[] custom5In, String[] custom5NotIn, String[] custom5Like, String[] custom5NotLike, String[] custom6In, String[] custom6NotIn, String[] custom6Like, String[] custom6NotLike, String[] custom7In, String[] custom7NotIn, String[] custom7Like, String[] custom7NotLike, String[] custom8In, String[] custom8NotIn, String[] custom8Like, String[] custom8NotLike, String[] custom9In, String[] custom9NotIn, String[] custom9Like, String[] custom9NotLike, String[] custom10In, String[] custom10NotIn, String[] custom10Like, String[] custom10NotLike, String[] custom11In, String[] custom11NotIn, String[] custom11Like, String[] custom11NotLike, String[] custom12In, String[] custom12NotIn, String[] custom12Like, String[] custom12NotLike, String[] custom13In, String[] custom13NotIn, String[] custom13Like, String[] custom13NotLike, String[] custom14In, String[] custom14NotIn, String[] custom14Like, String[] custom14NotLike, String[] custom15In, String[] custom15NotIn, String[] custom15Like, String[] custom15NotLike, String[] custom16In, String[] custom16NotIn, String[] custom16Like, String[] custom16NotLike)
-
-
Method Detail
-
apply
public Void apply(pro.taskana.task.api.TaskQuery query)
- Specified by:
applyin interfaceQueryParameter<pro.taskana.task.api.TaskQuery,Void>
-
-