Class TaskQueryFilterParameter

    • Constructor Detail

      • TaskQueryFilterParameter

        @ConstructorProperties({"task-id","task-id-not","external-id","external-id-not","received","received-from","received-until","received-not","received-from-not","received-until-not","created","created-from","created-until","created-not","created-from-not","created-until-not","claimed","claimed-not","modified","modified-not","planned","planned-from","planned-until","planned-not","planned-from-not","planned-until-not","due","due-from","due-until","due-not","due-from-not","due-until-not","completed","completed-from","completed-until","completed-not","completed-from-not","completed-until-not","name","name-not","name-like","name-not-like","creator","creator-not","creator-like","creator-not-like","note-like","note-not-like","description-like","description-not-like","priority","priority-not","state","state-not","classification-id","classification-id-not","classification-key","classification-key-not","classification-key-like","classification-key-not-like","classification-category","classification-category-not","classification-category-like","classification-category-not-like","classification-name","classification-name-not","classification-name-like","classification-name-not-like","workbasket-id","workbasket-id-not","workbasket-key","workbasket-key-not","domain","business-process-id","business-process-id-not","business-process-id-like","business-process-id-not-like","parent-business-process-id","parent-business-process-id-not","parent-business-process-id-like","parent-business-process-id-not-like","owner","owner-not","owner-like","owner-not-like","por","por-company","por-company-not","por-company-like","por-company-not-like","por-system","por-system-not","por-system-like","por-system-not-like","por-instance","por-instance-not","por-instance-like","por-instance-not-like","por-type","por-type-not","por-type-like","por-type-not-like","por-value","por-value-not","por-value-like","por-value-not-like","sor","sor-company","sor-company-like","sor-system","sor-system-like","sor-instance","sor-instance-like","sor-type","sor-type-like","sor-value","sor-value-like","is-read","is-transferred","attachment-classification-id","attachment-classification-id-not","attachment-classification-key","attachment-classification-key-not","attachment-classification-key-like","attachment-classification-key-not-like","attachment-classification-name","attachment-classification-name-not","attachment-classification-name-like","attachment-classification-name-not-like","attachment-channel","attachment-channel-not","attachment-channel-like","attachment-channel-not-like","attachment-reference","attachment-reference-not","attachment-reference-like","attachment-reference-not-like","attachment-received","attachment-received-not","without-attachment","callback-state","callback-state-not","wildcard-search-fields","wildcard-search-value"})
        public TaskQueryFilterParameter​(String[] taskIdIn,
                                        String[] taskIdNotIn,
                                        String[] externalIdIn,
                                        String[] externalIdNotIn,
                                        Instant[] receivedWithin,
                                        Instant receivedFrom,
                                        Instant receivedUntil,
                                        Instant[] receivedNotIn,
                                        Instant receivedFromNot,
                                        Instant receivedUntilNot,
                                        Instant[] createdWithin,
                                        Instant createdFrom,
                                        Instant createdUntil,
                                        Instant[] createdNotWithin,
                                        Instant createdFromNot,
                                        Instant createdUntilNot,
                                        Instant[] claimedWithin,
                                        Instant[] claimedNotWithin,
                                        Instant[] modifiedWithin,
                                        Instant[] modifiedNotWithin,
                                        Instant[] plannedWithin,
                                        Instant plannedFrom,
                                        Instant plannedUntil,
                                        Instant[] plannedNotWithin,
                                        Instant plannedFromNot,
                                        Instant plannedUntilNot,
                                        Instant[] dueWithin,
                                        Instant dueFrom,
                                        Instant dueUntil,
                                        Instant[] dueNotWithin,
                                        Instant dueFromNot,
                                        Instant dueUntilNot,
                                        Instant[] completedWithin,
                                        Instant completedFrom,
                                        Instant completedUntil,
                                        Instant[] completedNotWithin,
                                        Instant completedFromNot,
                                        Instant completedUntilNot,
                                        String[] nameIn,
                                        String[] nameNotIn,
                                        String[] nameLike,
                                        String[] nameNotLike,
                                        String[] creatorIn,
                                        String[] creatorNotIn,
                                        String[] creatorLike,
                                        String[] creatorNotLike,
                                        String[] noteLike,
                                        String[] noteNotLike,
                                        String[] descriptionLike,
                                        String[] descriptionNotLike,
                                        int[] priorityIn,
                                        int[] priorityNotIn,
                                        pro.taskana.task.api.TaskState[] stateIn,
                                        pro.taskana.task.api.TaskState[] stateNotIn,
                                        String[] classificationIdIn,
                                        String[] classificationIdNotIn,
                                        String[] classificationKeyIn,
                                        String[] classificationKeyNotIn,
                                        String[] classificationKeyLike,
                                        String[] classificationKeyNotLike,
                                        String[] classificationCategoryIn,
                                        String[] classificationCategoryNotIn,
                                        String[] classificationCategoryLike,
                                        String[] classificationCategoryNotLike,
                                        String[] classificationNameIn,
                                        String[] classificationNameNotIn,
                                        String[] classificationNameLike,
                                        String[] classificationNameNotLike,
                                        String[] workbasketIdIn,
                                        String[] workbasketIdNotIn,
                                        String[] workbasketKeyIn,
                                        String[] workbasketKeyNotIn,
                                        String domain,
                                        String[] businessProcessIdIn,
                                        String[] businessProcessIdNot,
                                        String[] businessProcessIdLike,
                                        String[] businessProcessIdNotLike,
                                        String[] parentBusinessProcessIdIn,
                                        String[] parentBusinessProcessIdNotIn,
                                        String[] parentBusinessProcessIdLike,
                                        String[] parentBusinessProcessIdNotLike,
                                        String[] ownerIn,
                                        String[] ownerNotIn,
                                        String[] ownerLike,
                                        String[] ownerNotLike,
                                        pro.taskana.task.api.models.ObjectReference[] primaryObjectReferenceIn,
                                        String[] porCompanyIn,
                                        String[] porCompanyNotIn,
                                        String[] porCompanyLike,
                                        String[] porCompanyNotLike,
                                        String[] porSystemIn,
                                        String[] porSystemNotIn,
                                        String[] porSystemLike,
                                        String[] porSystemNotLike,
                                        String[] porInstanceIn,
                                        String[] porInstanceNotIn,
                                        String[] porInstanceLike,
                                        String[] porInstanceNotLike,
                                        String[] porTypeIn,
                                        String[] porTypeNotIn,
                                        String[] porTypeLike,
                                        String[] porTypeNotLike,
                                        String[] porValueIn,
                                        String[] porValueNotIn,
                                        String[] porValueLike,
                                        String[] porValueNotLike,
                                        pro.taskana.task.api.models.ObjectReference[] secondaryObjectReferenceIn,
                                        String[] sorCompanyIn,
                                        String[] sorCompanyLike,
                                        String[] sorSystemIn,
                                        String[] sorSystemLike,
                                        String[] sorInstanceIn,
                                        String[] sorInstanceLike,
                                        String[] sorTypeIn,
                                        String[] sorTypeLike,
                                        String[] sorValueIn,
                                        String[] sorValueLike,
                                        Boolean isRead,
                                        Boolean isTransferred,
                                        String[] attachmentClassificationIdIn,
                                        String[] attachmentClassificationIdNotIn,
                                        String[] attachmentClassificationKeyIn,
                                        String[] attachmentClassificationKeyNotIn,
                                        String[] attachmentClassificationKeyLike,
                                        String[] attachmentClassificationKeyNotLike,
                                        String[] attachmentClassificationNameIn,
                                        String[] attachmentClassificationNameNotIn,
                                        String[] attachmentClassificationNameLike,
                                        String[] attachmentClassificationNameNotLike,
                                        String[] attachmentChannelIn,
                                        String[] attachmentChannelNotIn,
                                        String[] attachmentChannelLike,
                                        String[] attachmentChannelNotLike,
                                        String[] attachmentReferenceIn,
                                        String[] attachmentReferenceNotIn,
                                        String[] attachmentReferenceLike,
                                        String[] attachmentReferenceNotLike,
                                        Instant[] attachmentReceivedWithin,
                                        Instant[] attachmentReceivedNotWithin,
                                        Boolean withoutAttachment,
                                        pro.taskana.task.api.CallbackState[] callbackStateIn,
                                        pro.taskana.task.api.CallbackState[] callbackStateNotIn,
                                        pro.taskana.task.api.WildcardSearchField[] wildcardSearchFieldIn,
                                        String wildcardSearchValue)
                                 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>