Class TaskQueryFilterCustomIntFields

    • Constructor Detail

      • TaskQueryFilterCustomIntFields

        @ConstructorProperties({"custom-int-1","custom-int-1-not","custom-int-1-within","custom-int-1-not-within","custom-int-1-from","custom-int-1-from-not","custom-int-1-to","custom-int-1-to-not","custom-int-2","custom-int-2-not","custom-int-2-within","custom-int-2-not-within","custom-int-2-from","custom-int-2-from-not","custom-int-2-to","custom-int-2-to-not","custom-int-3","custom-int-3-not","custom-int-3-within","custom-int-3-not-within","custom-int-3-from","custom-int-3-from-not","custom-int-3-to","custom-int-3-to-not","custom-int-4","custom-int-4-not","custom-int-4-within","custom-int-4-not-within","custom-int-4-from","custom-int-4-from-not","custom-int-4-to","custom-int-4-to-not","custom-int-5","custom-int-5-not","custom-int-5-within","custom-int-5-not-within","custom-int-5-from","custom-int-5-from-not","custom-int-5-to","custom-int-5-to-not","custom-int-6","custom-int-6-not","custom-int-6-within","custom-int-6-not-within","custom-int-6-from","custom-int-6-from-not","custom-int-6-to","custom-int-6-to-not","custom-int-7","custom-int-7-not","custom-int-7-within","custom-int-7-not-within","custom-int-7-from","custom-int-7-from-not","custom-int-7-to","custom-int-7-to-not","custom-int-8","custom-int-8-not","custom-int-8-within","custom-int-8-not-within","custom-int-8-from","custom-int-8-from-not","custom-int-8-to","custom-int-8-to-not"})
        public TaskQueryFilterCustomIntFields​(Integer[] customInt1In,
                                              Integer[] customInt1NotIn,
                                              Integer[] customInt1Within,
                                              Integer[] customInt1NotWithin,
                                              Integer customInt1From,
                                              Integer customInt1FromNot,
                                              Integer customInt1To,
                                              Integer customInt1ToNot,
                                              Integer[] customInt2In,
                                              Integer[] customInt2NotIn,
                                              Integer[] customInt2Within,
                                              Integer[] customInt2NotWithin,
                                              Integer customInt2From,
                                              Integer customInt2FromNot,
                                              Integer customInt2To,
                                              Integer customInt2ToNot,
                                              Integer[] customInt3In,
                                              Integer[] customInt3NotIn,
                                              Integer[] customInt3Within,
                                              Integer[] customInt3NotWithin,
                                              Integer customInt3From,
                                              Integer customInt3FromNot,
                                              Integer customInt3To,
                                              Integer customInt3ToNot,
                                              Integer[] customInt4In,
                                              Integer[] customInt4NotIn,
                                              Integer[] customInt4Within,
                                              Integer[] customInt4NotWithin,
                                              Integer customInt4From,
                                              Integer customInt4FromNot,
                                              Integer customInt4To,
                                              Integer customInt4ToNot,
                                              Integer[] customInt5In,
                                              Integer[] customInt5NotIn,
                                              Integer[] customInt5Within,
                                              Integer[] customInt5NotWithin,
                                              Integer customInt5From,
                                              Integer customInt5FromNot,
                                              Integer customInt5To,
                                              Integer customInt5ToNot,
                                              Integer[] customInt6In,
                                              Integer[] customInt6NotIn,
                                              Integer[] customInt6Within,
                                              Integer[] customInt6NotWithin,
                                              Integer customInt6From,
                                              Integer customInt6FromNot,
                                              Integer customInt6To,
                                              Integer customInt6ToNot,
                                              Integer[] customInt7In,
                                              Integer[] customInt7NotIn,
                                              Integer[] customInt7Within,
                                              Integer[] customInt7NotWithin,
                                              Integer customInt7From,
                                              Integer customInt7FromNot,
                                              Integer customInt7To,
                                              Integer customInt7ToNot,
                                              Integer[] customInt8In,
                                              Integer[] customInt8NotIn,
                                              Integer[] customInt8Within,
                                              Integer[] customInt8NotWithin,
                                              Integer customInt8From,
                                              Integer customInt8FromNot,
                                              Integer customInt8To,
                                              Integer customInt8ToNot)
                                       throws pro.taskana.common.api.exceptions.InvalidArgumentException
        Throws:
        pro.taskana.common.api.exceptions.InvalidArgumentException
    • Method Detail

      • apply

        public Void apply​(pro.taskana.task.api.TaskQuery query)
        Specified by:
        apply in interface QueryParameter<pro.taskana.task.api.TaskQuery,​Void>