Uses of Interface
pro.taskana.task.api.TaskQuery
Packages that use TaskQuery
-
Uses of TaskQuery in pro.taskana.task.api
Methods in pro.taskana.task.api that return TaskQueryModifier and TypeMethodDescriptionTaskQuery.attachmentChannelIn(String... attachmentChannels) Add the values of attachment channel for exact matching to your query.TaskQuery.attachmentChannelLike(String... attachmentChannels) Add the values of attachment channel for pattern matching to your query.TaskQuery.attachmentChannelNotIn(String... attachmentChannels) Exclude the values of attachment channel for exact matching from your query.TaskQuery.attachmentChannelNotLike(String... attachmentChannels) Exclude the values of attachment channel for pattern matching from your query.TaskQuery.attachmentClassificationIdIn(String... attachmentClassificationIds) Add the attachment classification Ids for exact matching to your query.TaskQuery.attachmentClassificationIdNotIn(String... attachmentClassificationIds) Exclude the attachment classification Ids for exact matching from your query.TaskQuery.attachmentClassificationKeyIn(String... attachmentClassificationKeys) Add the attachment classification keys for exact matching to your query.TaskQuery.attachmentClassificationKeyLike(String... attachmentClassificationKeys) Add the attachment classification Keys for pattern matching to your query.TaskQuery.attachmentClassificationKeyNotIn(String... attachmentClassificationKeys) Exclude the attachment classification keys for exact matching from your query.TaskQuery.attachmentClassificationKeyNotLike(String... attachmentClassificationKeys) Exclude the attachment classification Keys for pattern matching from your query.TaskQuery.attachmentClassificationNameIn(String... attachmentClassificationNames) Add the attachment classification names for exact matching to your query.TaskQuery.attachmentClassificationNameLike(String... attachmentClassificationNames) Add the values of attachment classification names for pattern matching to your query.TaskQuery.attachmentClassificationNameNotIn(String... attachmentClassificationNames) Exclude the attachment classification names for exact matching from your query.TaskQuery.attachmentClassificationNameNotLike(String... attachmentClassificationNames) Exclude the values of attachment classification names for pattern matching from your query.TaskQuery.attachmentNotReceivedWithin(TimeInterval... receivedNotWithin) Exclude the received-dates from your query.TaskQuery.attachmentReceivedWithin(TimeInterval... receivedWithin) Add your received-dates to your query.TaskQuery.attachmentReferenceValueIn(String... referenceValues) Add the values of reference values for exact matching to your query.TaskQuery.attachmentReferenceValueLike(String... referenceValues) Add the values of reference values for pattern matching to your query.TaskQuery.attachmentReferenceValueNotIn(String... referenceValues) Exclude the values of reference values for exact matching from your query.TaskQuery.attachmentReferenceValueNotLike(String... referenceValues) Exclude the values of reference values for pattern matching to your query.TaskQuery.businessProcessIdIn(String... businessProcessIds) Add the business process ids for exact matching to your query.TaskQuery.businessProcessIdLike(String... businessProcessIds) Add your businessProcessId for pattern matching to your query.TaskQuery.businessProcessIdNotIn(String... businessProcessIds) Exclude the business process ids for exact matching from your query.TaskQuery.businessProcessIdNotLike(String... businessProcessIds) Exclude your businessProcessId for pattern matching to your query.TaskQuery.callbackStateIn(CallbackState... states) Add your callbackState to your query.TaskQuery.callbackStateNotIn(CallbackState... states) Exclude the callbackState from your query.TaskQuery.claimedNotWithin(TimeInterval... claimedNotWithin) Exclude the time intervals within which the task wasn't claimed from your query.TaskQuery.claimedWithin(TimeInterval... claimedWithin) Add the time intervals within which the task was claimed to your query.TaskQuery.classificationCategoryIn(String... classificationCategories) Add your classificationCategory to your query.TaskQuery.classificationCategoryLike(String... classificationCategories) Add your classificationCategory for pattern matching to your query.TaskQuery.classificationCategoryNotIn(String... classificationCategories) Exclude the classificationCategory from your query.TaskQuery.classificationCategoryNotLike(String... classificationCategories) Exclude the classificationCategory for pattern matching from your query.TaskQuery.classificationIdIn(String... classificationIds) Add your classificationId to your query.TaskQuery.classificationIdNotIn(String... classificationIds) Exclude these classificationIds from your query.TaskQuery.classificationKeyIn(String... classificationKeys) Add your classificationKey to your query.TaskQuery.classificationKeyLike(String... classificationKeys) Add your classificationKey for pattern matching to your query.TaskQuery.classificationKeyNotIn(String... classificationKeys) Exclude these classificationKeys from your query.TaskQuery.classificationKeyNotLike(String... classificationKeys) Exclude the classificationKeys for pattern matching from your query.TaskQuery.classificationNameIn(String... classificationNames) Add your classificationName to your query.TaskQuery.classificationNameLike(String... classificationNames) Add your classificationName for pattern matching to your query.TaskQuery.classificationNameNotIn(String... classificationNames) Exclude the classificationName from your query.TaskQuery.classificationNameNotLike(String... classificationNames) Exclude the classificationName for pattern matching from your query.TaskQuery.classificationParentKeyIn(String... classificationParentKeys) Add these keys of the parent Classification to your query.TaskQuery.classificationParentKeyLike(String... classificationParentKeys) Add these keys of the parent Classification for pattern matching to your query.TaskQuery.classificationParentKeyNotIn(String... classificationParentKeys) Exclude these keys of the parent Classification from your query.TaskQuery.classificationParentKeyNotLike(String... classificationParentKeys) Exclude these keys of the parent Classification for pattern matching from your query.TaskQuery.completedNotWithin(TimeInterval... completedNotWithin) Exclude the time intervals within which the task wasn't completed from your query.TaskQuery.completedWithin(TimeInterval... completedWithin) Add the time intervals within which the task was completed to your query.TaskQuery.createdNotWithin(TimeInterval... createdNotWithin) Exclude the time intervals within which the task wasn't created from your query.TaskQuery.createdWithin(TimeInterval... createdWithin) Add the time intervals within which the task was created to your query.TaskService.createTaskQuery()Creates an empty TaskQuery.Add the UserIds of the creator to your query.TaskQuery.creatorLike(String... creators) Add the UserIds of the creator for pattern matching to your query.TaskQuery.creatorNotIn(String... creators) Exclude the UserIds of the creator from your query.TaskQuery.creatorNotLike(String... creators) Exclude the UserIds of the creator for pattern matching from your query.TaskQuery.customAttributeIn(TaskCustomField customField, String... searchArguments) Add the values of custom attributes for exact matching to your query.TaskQuery.customAttributeLike(TaskCustomField customField, String... searchArguments) Add the values of custom attributes for pattern matching to your query.TaskQuery.customAttributeNotIn(TaskCustomField customField, String... searchArguments) Exclude these values of custom attributes from your query.TaskQuery.customAttributeNotLike(TaskCustomField customField, String... searchArguments) Exclude the values of custom attributes for pattern matching from your query.TaskQuery.customIntAttributeIn(TaskCustomIntField customField, Integer... searchArguments) Add the values of the specified TaskCustomIntField for exact matching to your query.TaskQuery.customIntAttributeNotIn(TaskCustomIntField customIntField, Integer... searchArguments) Exclude these values of the specified TaskCustomIntField from your query.TaskQuery.customIntAttributeNotWithin(TaskCustomIntField customIntField, IntInterval... customIntAttributeNotWithin) Exclude the values of specified TaskCustomIntField inside the given range from your query.TaskQuery.customIntAttributeWithin(TaskCustomIntField customIntField, IntInterval... customIntAttributeWithin) Add the values of specified TaskCustomIntField for a range matching to your query.TaskQuery.descriptionLike(String... descriptions) Add your description for pattern matching to your query.TaskQuery.descriptionNotLike(String... descriptions) Exclude your description for pattern matching from your query.TaskQuery.dueNotWithin(TimeInterval... dueNotWithin) Exclude the time intervals within which the task isn't due from your query.TaskQuery.dueWithin(TimeInterval... dueWithin) Add the time intervals within which the task is due to your query.TaskQuery.externalIdIn(String... externalIds) Add your external ids to your query.TaskQuery.externalIdNotIn(String... externalIds) Exclude these external ids from your query.TaskQuery.groupByPor()Group the Tasks that will be returned by this query according to the value of their primary ObjectReference.TaskQuery.groupBySor(String type) Group the Tasks that will be returned by this query according to the value of their secondary ObjectReference with the specified type.TaskQuery.hasComments(Boolean hasComments) Add the hasComments flag to the query.Filter for summaries which contain one of the given taskIds.Exclude summaries which contain one of the given taskIds.TaskQuery.modifiedNotWithin(TimeInterval... modifiedNotWithin) Exclude the time intervals within which the task wasn't modified from your query.TaskQuery.modifiedWithin(TimeInterval... modifiedWithin) Add the time intervals within which the task wasn't modified to your query.Add your names to your query.Add your name for pattern matching to your query.Exclude these names from your query.TaskQuery.nameNotLike(String... names) Exclude these names for pattern matching from your query.Add your custom note for pattern matching to your query.TaskQuery.noteNotLike(String... notes) Exclude your custom note for pattern matching from your query.TaskQuery.orderByAttachmentChannel(BaseQuery.SortDirection sortDirection) This method sorts the query result according to the attachment channel.TaskQuery.orderByAttachmentClassificationId(BaseQuery.SortDirection sortDirection) This method sorts the query result according to the attachment classification id.TaskQuery.orderByAttachmentClassificationKey(BaseQuery.SortDirection sortDirection) This method sorts the query result according to the attachment classification key.TaskQuery.orderByAttachmentClassificationName(BaseQuery.SortDirection sortDirection) This method sorts the query result according to the attachment classification name.TaskQuery.orderByAttachmentReceived(BaseQuery.SortDirection sortDirection) This method sorts the query result according to the attachment received.TaskQuery.orderByAttachmentReference(BaseQuery.SortDirection sortDirection) This method sorts the query result according to the attachment reference value.TaskQuery.orderByBusinessProcessId(BaseQuery.SortDirection sortDirection) This method sorts the query result according to the business process id.TaskQuery.orderByClaimed(BaseQuery.SortDirection sortDirection) This method sorts the query result according to the claimed timestamp.TaskQuery.orderByClassificationKey(BaseQuery.SortDirection sortDirection) This method sorts the query result according to the classification key.TaskQuery.orderByClassificationName(BaseQuery.SortDirection sortDirection) This method sorts the query result according to the classification name.TaskQuery.orderByCompleted(BaseQuery.SortDirection sortDirection) This method sorts the query result according to the completed timestamp.TaskQuery.orderByCreated(BaseQuery.SortDirection sortDirection) This method sorts the query result according to the created timestamp.TaskQuery.orderByCreator(BaseQuery.SortDirection sortDirection) This method sorts the query result according to creators name.TaskQuery.orderByCustomAttribute(TaskCustomField customField, BaseQuery.SortDirection sortDirection) This method sorts the query result according to the value of a custom field.TaskQuery.orderByCustomIntAttribute(TaskCustomIntField customIntField, BaseQuery.SortDirection sortDirection) This method sorts the query result according to the value of the specified TaskCustomIntField.TaskQuery.orderByDomain(BaseQuery.SortDirection sortDirection) This method sorts the query result according to the domain.TaskQuery.orderByDue(BaseQuery.SortDirection sortDirection) This method sorts the query result according to the due timestamp.TaskQuery.orderByModified(BaseQuery.SortDirection sortDirection) This method sorts the query result according to the modified timestamp.TaskQuery.orderByName(BaseQuery.SortDirection sortDirection) This method sorts the query result according to name.TaskQuery.orderByNote(BaseQuery.SortDirection sortDirection) This method sorts the query result according to the note.TaskQuery.orderByOwner(BaseQuery.SortDirection sortDirection) This method sorts the query result according to the owner.TaskQuery.orderByOwnerLongName(BaseQuery.SortDirection sortDirection) This method sorts the query result according to the owner's long name.TaskQuery.orderByParentBusinessProcessId(BaseQuery.SortDirection sortDirection) This method sorts the query result according to the parent business process id.TaskQuery.orderByPlanned(BaseQuery.SortDirection sortDirection) This method sorts the query result according to the planned timestamp.TaskQuery.orderByPrimaryObjectReferenceCompany(BaseQuery.SortDirection sortDirection) This method sorts the query result according to the company of the primary object reference.TaskQuery.orderByPrimaryObjectReferenceSystem(BaseQuery.SortDirection sortDirection) This method sorts the query result according to the system of the primary object reference.TaskQuery.orderByPrimaryObjectReferenceSystemInstance(BaseQuery.SortDirection sortDirection) This method sorts the query result according to the system instance of the primary object reference.TaskQuery.orderByPrimaryObjectReferenceType(BaseQuery.SortDirection sortDirection) This method sorts the query result according to the type of the primary object reference.TaskQuery.orderByPrimaryObjectReferenceValue(BaseQuery.SortDirection sortDirection) This method sorts the query result according to the value of the primary object reference.TaskQuery.orderByPriority(BaseQuery.SortDirection sortDirection) This method sorts the query result according to the priority.TaskQuery.orderByReceived(BaseQuery.SortDirection sortDirection) This method sorts the query result according to the received timestamp.TaskQuery.orderByState(BaseQuery.SortDirection sortDirection) This method sorts the query result according to the state.TaskQuery.orderByTaskId(BaseQuery.SortDirection sortDirection) This method sorts the query result according to the primary task id.TaskQuery.orderByWorkbasketId(BaseQuery.SortDirection sortDirection) This method sorts the query result according to the workbasket-Id of the tasks.TaskQuery.orderByWorkbasketKey(BaseQuery.SortDirection sortDirection) This method sorts the query result according to the workbasket key.TaskQuery.orderByWorkbasketName(BaseQuery.SortDirection sortDirection) This method sorts the query result according to the workbasket name of the tasks.Add the owners to your query.Add the owner for pattern matching to your query.TaskQuery.ownerLongNameIn(String... longNames) Adds the long names of the owners to your query.TaskQuery.ownerLongNameLike(String... longNames) Adds the long names of the owner for pattern matching to your query.TaskQuery.ownerLongNameNotIn(String... longNames) Adds the long names of the owners to your query, which should not be contained.TaskQuery.ownerLongNameNotLike(String... longNames) Adds the long names of the owner for pattern matching to your query, which should not be contained.TaskQuery.ownerNotIn(String... owners) Filter out owners.TaskQuery.ownerNotLike(String... owners) Exclude the owner for pattern matching from your query.TaskQuery.parentBusinessProcessIdIn(String... parentBusinessProcessIds) Add the parent business process ids for exact matching to your query.TaskQuery.parentBusinessProcessIdLike(String... businessProcessIds) Add your parent business process id for pattern matching to your query.TaskQuery.parentBusinessProcessIdNotIn(String... parentBusinessProcessIds) Exclude the parent business process ids for exact matching from your query.TaskQuery.parentBusinessProcessIdNotLike(String... businessProcessIds) Exclude your parent business process id for pattern matching to your query.TaskQuery.plannedNotWithin(TimeInterval... plannedNotWithin) Exclude the time intervals within which the task isn't planned from your query.TaskQuery.plannedWithin(TimeInterval... plannedWithin) Add the time intervals within which the task is planned to your query.TaskQuery.primaryObjectReferenceCompanyIn(String... companies) Add the companies of the primary object reference for exact matching to your query.TaskQuery.primaryObjectReferenceCompanyLike(String... companies) Add the company of the primary object reference for pattern matching to your query.TaskQuery.primaryObjectReferenceCompanyNotIn(String... companies) Exclude the companies of the primary object reference for exact matching from your query.TaskQuery.primaryObjectReferenceCompanyNotLike(String... companies) Exclude the company of the primary object reference for pattern matching from your query.TaskQuery.primaryObjectReferenceIn(ObjectReference... objectReferences) Add the ObjectReference to exact match to your query.TaskQuery.primaryObjectReferenceSystemIn(String... systems) Add the systems of the primary object reference for exact matching to your query.TaskQuery.primaryObjectReferenceSystemInstanceIn(String... systemInstances) Add the system instances of the primary object reference for exact matching to your query.TaskQuery.primaryObjectReferenceSystemInstanceLike(String... systemInstances) Add the system instance of the primary object reference for pattern matching to your query.TaskQuery.primaryObjectReferenceSystemInstanceNotIn(String... systemInstances) Exclude the system instances of the primary object reference for exact matching from your query.TaskQuery.primaryObjectReferenceSystemInstanceNotLike(String... systemInstances) Exclude the system instance of the primary object reference for pattern matching from your query.TaskQuery.primaryObjectReferenceSystemLike(String... systems) Add the system of the primary object reference for pattern matching to your query.TaskQuery.primaryObjectReferenceSystemNotIn(String... systems) Exclude the systems of the primary object reference for exact matching from your query.TaskQuery.primaryObjectReferenceSystemNotLike(String... systems) Exclude the system of the primary object reference for pattern matching from your query.TaskQuery.primaryObjectReferenceTypeIn(String... types) Add the types of the primary object reference for exact matching to your query.TaskQuery.primaryObjectReferenceTypeLike(String... types) Add the type of the primary object reference for pattern matching to your query.TaskQuery.primaryObjectReferenceTypeNotIn(String... types) Exclude the types of the primary object reference for exact matching from your query.TaskQuery.primaryObjectReferenceTypeNotLike(String... types) Exclude the type of the primary object reference for pattern matching from your query.TaskQuery.primaryObjectReferenceValueIn(String... values) Add the values of the primary object reference for exact matching to your query.TaskQuery.primaryObjectReferenceValueLike(String... values) Add the value of the primary object reference for pattern matching to your query.TaskQuery.primaryObjectReferenceValueNotIn(String... values) Exclude the values of the primary object reference for exact matching from your query.TaskQuery.primaryObjectReferenceValueNotLike(String... values) Exclude the value of the primary object reference for pattern matching from your query.TaskQuery.priorityIn(int... priorities) Add your priorities to your query.TaskQuery.priorityNotIn(int... priorities) Exclude the priorities from your query.TaskQuery.priorityNotWithin(IntInterval... priorities) Excludes the priorities in the provided range (inclusive) to your query (eg.TaskQuery.priorityWithin(IntInterval... priorities) Includes the priorities in the provided range (inclusive) to your query (eg.TaskQuery.readEquals(Boolean isRead) Add the isRead flag to the query.TaskQuery.receivedNotWithin(TimeInterval... receivedNotWithin) Exclude the time intervals within which the task wasn't received from your query.TaskQuery.receivedWithin(TimeInterval... receivedWithin) Add the time intervals within which the task is received to your query.TaskQuery.secondaryObjectReferenceIn(ObjectReference... objectReferences) Add theObjectReferenceto exact match to your query.TaskQuery.sorCompanyIn(String... companies) Add the values of the company of at least one of the secondaryObjectReferences for exact matching to your query.TaskQuery.sorCompanyLike(String... companies) Add the values of company of at least one of the secondaryobjectReferences for pattern matching to your query.TaskQuery.sorSystemIn(String... systems) Add the values of the system of at least one of the secondaryObjectReferences for exact matching to your query.TaskQuery.sorSystemInstanceIn(String... systemInstances) Add the values of the systemInstance of at least one of the secondaryObjectReferences for exact matching to your query.TaskQuery.sorSystemInstanceLike(String... systemInstances) Add the values of systemInstance of at least one of the secondaryobjectReferences for pattern matching to your query.TaskQuery.sorSystemLike(String... systems) Add the values of system of at least one of the secondaryobjectReferences for pattern matching to your query.Add the values of the type of at least one of the secondaryObjectReferences for exact matching to your query.TaskQuery.sorTypeLike(String... types) Add the values of type of at least one of the secondaryobjectReferences for pattern matching to your query.TaskQuery.sorValueIn(String... values) Add the values of the value of at least one of the secondaryObjectReferences for exact matching to your query.TaskQuery.sorValueLike(String... values) Add the values of value of at least one of the secondaryobjectReferences for pattern matching to your query.Add your state to your query.TaskQuery.stateNotIn(TaskState... states) Exclude these states from your query.TaskQuery.transferredEquals(Boolean isTransferred) Add the isTransferred flag to the query.TaskQuery.wildcardSearchFieldsIn(WildcardSearchField... wildcardSearchFields) Add the Task fields for which the wildcard search should be performed as an exact match to your query.TaskQuery.wildcardSearchValueLike(String wildcardSearchValue) Add your wildcard search value for pattern matching to your query.TaskQuery.withoutAttachment()This method adds the condition that only Tasks that don't have any Attachments will be included in the TaskQuery.TaskQuery.workbasketIdIn(String... workbasketIds) Add your workbasket id to the query.TaskQuery.workbasketIdNotIn(String... workbasketIds) Exclude the workbasket id from the query.TaskQuery.workbasketKeyDomainIn(KeyDomain... workbasketIdentifiers) Add your workbasket key to the query.TaskQuery.workbasketKeyDomainNotIn(KeyDomain... workbasketIdentifiers) Exclude the workbasket key from the query.Methods in pro.taskana.task.api with parameters of type TaskQuery -
Uses of TaskQuery in pro.taskana.task.internal
Classes in pro.taskana.task.internal that implement TaskQueryMethods in pro.taskana.task.internal that return TaskQueryModifier and TypeMethodDescriptionTaskQueryImpl.attachmentChannelIn(String... attachmentChannels) TaskQueryImpl.attachmentChannelLike(String... attachmentChannels) TaskQueryImpl.attachmentChannelNotIn(String... attachmentChannels) TaskQueryImpl.attachmentChannelNotLike(String... attachmentChannels) TaskQueryImpl.attachmentClassificationIdIn(String... attachmentClassificationIds) TaskQueryImpl.attachmentClassificationIdNotIn(String... attachmentClassificationIds) TaskQueryImpl.attachmentClassificationKeyIn(String... attachmentClassificationKeys) TaskQueryImpl.attachmentClassificationKeyLike(String... attachmentClassificationKeys) TaskQueryImpl.attachmentClassificationKeyNotIn(String... attachmentClassificationKeys) TaskQueryImpl.attachmentClassificationKeyNotLike(String... attachmentClassificationKeys) TaskQueryImpl.attachmentClassificationNameIn(String... attachmentClassificationNames) TaskQueryImpl.attachmentClassificationNameLike(String... attachmentClassificationNames) TaskQueryImpl.attachmentClassificationNameNotIn(String... attachmentClassificationNames) TaskQueryImpl.attachmentClassificationNameNotLike(String... attachmentClassificationNames) TaskQueryImpl.attachmentNotReceivedWithin(TimeInterval... receivedNotIn) TaskQueryImpl.attachmentReceivedWithin(TimeInterval... receivedIn) TaskQueryImpl.attachmentReferenceValueIn(String... referenceValues) TaskQueryImpl.attachmentReferenceValueLike(String... referenceValues) TaskQueryImpl.attachmentReferenceValueNotIn(String... referenceValues) TaskQueryImpl.attachmentReferenceValueNotLike(String... referenceValues) TaskQueryImpl.businessProcessIdIn(String... businessProcessIds) TaskQueryImpl.businessProcessIdLike(String... businessProcessIds) TaskQueryImpl.businessProcessIdNotIn(String... businessProcessIds) TaskQueryImpl.businessProcessIdNotLike(String... businessProcessIds) TaskQueryImpl.callbackStateIn(CallbackState... states) TaskQueryImpl.callbackStateNotIn(CallbackState... states) TaskQueryImpl.claimedNotWithin(TimeInterval... intervals) TaskQueryImpl.claimedWithin(TimeInterval... intervals) TaskQueryImpl.classificationCategoryIn(String... classificationCategories) TaskQueryImpl.classificationCategoryLike(String... classificationCategories) TaskQueryImpl.classificationCategoryNotIn(String... classificationCategories) TaskQueryImpl.classificationCategoryNotLike(String... classificationCategories) TaskQueryImpl.classificationIdIn(String... classificationIds) TaskQueryImpl.classificationIdNotIn(String... classificationIds) TaskQueryImpl.classificationKeyIn(String... classificationKeys) TaskQueryImpl.classificationKeyLike(String... classificationKeys) TaskQueryImpl.classificationKeyNotIn(String... classificationKeys) TaskQueryImpl.classificationKeyNotLike(String... classificationKeys) TaskQueryImpl.classificationNameIn(String... classificationNames) TaskQueryImpl.classificationNameLike(String... classificationNames) TaskQueryImpl.classificationNameNotIn(String... classificationNames) TaskQueryImpl.classificationNameNotLike(String... classificationNames) TaskQueryImpl.classificationParentKeyIn(String... classificationParentKeys) TaskQueryImpl.classificationParentKeyLike(String... classificationParentKeys) TaskQueryImpl.classificationParentKeyNotIn(String... classificationParentKeys) TaskQueryImpl.classificationParentKeyNotLike(String... classificationParentKeys) TaskQueryImpl.completedNotWithin(TimeInterval... intervals) TaskQueryImpl.completedWithin(TimeInterval... intervals) TaskQueryImpl.createdNotWithin(TimeInterval... intervals) TaskQueryImpl.createdWithin(TimeInterval... intervals) TaskServiceImpl.createTaskQuery()TaskQueryImpl.creatorLike(String... creators) TaskQueryImpl.creatorNotIn(String... creators) TaskQueryImpl.creatorNotLike(String... creators) TaskQueryImpl.customAttributeIn(TaskCustomField customField, String... strings) TaskQueryImpl.customAttributeLike(TaskCustomField customField, String... strings) TaskQueryImpl.customAttributeNotIn(TaskCustomField customField, String... strings) TaskQueryImpl.customAttributeNotLike(TaskCustomField customField, String... strings) TaskQueryImpl.customIntAttributeIn(TaskCustomIntField customIntField, Integer... values) TaskQueryImpl.customIntAttributeNotIn(TaskCustomIntField customIntField, Integer... values) TaskQueryImpl.customIntAttributeNotWithin(TaskCustomIntField customIntField, IntInterval... values) TaskQueryImpl.customIntAttributeWithin(TaskCustomIntField customIntField, IntInterval... values) TaskQueryImpl.descriptionLike(String... descriptions) TaskQueryImpl.descriptionNotLike(String... descriptions) TaskQueryImpl.dueNotWithin(TimeInterval... intervals) TaskQueryImpl.dueWithin(TimeInterval... intervals) TaskQueryImpl.externalIdIn(String... externalIds) TaskQueryImpl.externalIdNotIn(String... externalIds) TaskQueryImpl.groupByPor()TaskQueryImpl.groupBySor(String type) TaskQueryImpl.hasComments(Boolean hasComments) TaskQueryImpl.modifiedNotWithin(TimeInterval... intervals) TaskQueryImpl.modifiedWithin(TimeInterval... intervals) TaskQueryImpl.nameNotLike(String... names) TaskQueryImpl.noteNotLike(String... notes) TaskQueryImpl.orderByAttachmentChannel(BaseQuery.SortDirection sortDirection) TaskQueryImpl.orderByAttachmentClassificationId(BaseQuery.SortDirection sortDirection) TaskQueryImpl.orderByAttachmentClassificationKey(BaseQuery.SortDirection sortDirection) TaskQueryImpl.orderByAttachmentClassificationName(BaseQuery.SortDirection sortDirection) TaskQueryImpl.orderByAttachmentReceived(BaseQuery.SortDirection sortDirection) TaskQueryImpl.orderByAttachmentReference(BaseQuery.SortDirection sortDirection) TaskQueryImpl.orderByBusinessProcessId(BaseQuery.SortDirection sortDirection) TaskQueryImpl.orderByClaimed(BaseQuery.SortDirection sortDirection) TaskQueryImpl.orderByClassificationKey(BaseQuery.SortDirection sortDirection) TaskQueryImpl.orderByClassificationName(BaseQuery.SortDirection sortDirection) TaskQueryImpl.orderByCompleted(BaseQuery.SortDirection sortDirection) TaskQueryImpl.orderByCreated(BaseQuery.SortDirection sortDirection) TaskQueryImpl.orderByCreator(BaseQuery.SortDirection sortDirection) TaskQueryImpl.orderByCustomAttribute(TaskCustomField customField, BaseQuery.SortDirection sortDirection) TaskQueryImpl.orderByCustomIntAttribute(TaskCustomIntField customIntField, BaseQuery.SortDirection sortDirection) TaskQueryImpl.orderByDomain(BaseQuery.SortDirection sortDirection) TaskQueryImpl.orderByDue(BaseQuery.SortDirection sortDirection) TaskQueryImpl.orderByModified(BaseQuery.SortDirection sortDirection) TaskQueryImpl.orderByName(BaseQuery.SortDirection sortDirection) TaskQueryImpl.orderByNote(BaseQuery.SortDirection sortDirection) TaskQueryImpl.orderByOwner(BaseQuery.SortDirection sortDirection) TaskQueryImpl.orderByOwnerLongName(BaseQuery.SortDirection sortDirection) TaskQueryImpl.orderByParentBusinessProcessId(BaseQuery.SortDirection sortDirection) TaskQueryImpl.orderByPlanned(BaseQuery.SortDirection sortDirection) TaskQueryImpl.orderByPrimaryObjectReferenceCompany(BaseQuery.SortDirection sortDirection) TaskQueryImpl.orderByPrimaryObjectReferenceSystem(BaseQuery.SortDirection sortDirection) TaskQueryImpl.orderByPrimaryObjectReferenceSystemInstance(BaseQuery.SortDirection sortDirection) TaskQueryImpl.orderByPrimaryObjectReferenceType(BaseQuery.SortDirection sortDirection) TaskQueryImpl.orderByPrimaryObjectReferenceValue(BaseQuery.SortDirection sortDirection) TaskQueryImpl.orderByPriority(BaseQuery.SortDirection sortDirection) TaskQueryImpl.orderByReceived(BaseQuery.SortDirection sortDirection) TaskQueryImpl.orderByState(BaseQuery.SortDirection sortDirection) TaskQueryImpl.orderByTaskId(BaseQuery.SortDirection sortDirection) TaskQueryImpl.orderByWorkbasketId(BaseQuery.SortDirection sortDirection) TaskQueryImpl.orderByWorkbasketKey(BaseQuery.SortDirection sortDirection) TaskQueryImpl.orderByWorkbasketName(BaseQuery.SortDirection sortDirection) TaskQueryImpl.ownerLongNameIn(String... longNames) TaskQueryImpl.ownerLongNameLike(String... longNames) TaskQueryImpl.ownerLongNameNotIn(String... longNames) TaskQueryImpl.ownerLongNameNotLike(String... longNames) TaskQueryImpl.ownerNotIn(String... owners) TaskQueryImpl.ownerNotLike(String... owners) TaskQueryImpl.parentBusinessProcessIdIn(String... parentBusinessProcessIds) TaskQueryImpl.parentBusinessProcessIdLike(String... businessProcessIds) TaskQueryImpl.parentBusinessProcessIdNotIn(String... parentBusinessProcessIds) TaskQueryImpl.parentBusinessProcessIdNotLike(String... businessProcessIds) TaskQueryImpl.plannedNotWithin(TimeInterval... intervals) TaskQueryImpl.plannedWithin(TimeInterval... intervals) TaskQueryImpl.primaryObjectReferenceCompanyIn(String... companies) TaskQueryImpl.primaryObjectReferenceCompanyLike(String... companies) TaskQueryImpl.primaryObjectReferenceCompanyNotIn(String... companies) TaskQueryImpl.primaryObjectReferenceCompanyNotLike(String... companies) TaskQueryImpl.primaryObjectReferenceIn(ObjectReference... objectReferences) TaskQueryImpl.primaryObjectReferenceSystemIn(String... systems) TaskQueryImpl.primaryObjectReferenceSystemInstanceIn(String... systemInstances) TaskQueryImpl.primaryObjectReferenceSystemInstanceLike(String... systemInstances) TaskQueryImpl.primaryObjectReferenceSystemInstanceNotIn(String... systemInstances) TaskQueryImpl.primaryObjectReferenceSystemInstanceNotLike(String... systemInstances) TaskQueryImpl.primaryObjectReferenceSystemLike(String... systems) TaskQueryImpl.primaryObjectReferenceSystemNotIn(String... systems) TaskQueryImpl.primaryObjectReferenceSystemNotLike(String... systems) TaskQueryImpl.primaryObjectReferenceTypeIn(String... types) TaskQueryImpl.primaryObjectReferenceTypeLike(String... types) TaskQueryImpl.primaryObjectReferenceTypeNotIn(String... types) TaskQueryImpl.primaryObjectReferenceTypeNotLike(String... types) TaskQueryImpl.primaryObjectReferenceValueIn(String... values) TaskQueryImpl.primaryObjectReferenceValueLike(String... values) TaskQueryImpl.primaryObjectReferenceValueNotIn(String... values) TaskQueryImpl.primaryObjectReferenceValueNotLike(String... values) TaskQueryImpl.priorityIn(int... priorities) TaskQueryImpl.priorityNotIn(int... priorities) TaskQueryImpl.priorityNotWithin(IntInterval... priorities) TaskQueryImpl.priorityWithin(IntInterval... priorities) TaskQueryImpl.readEquals(Boolean isRead) TaskQueryImpl.receivedNotWithin(TimeInterval... intervals) TaskQueryImpl.receivedWithin(TimeInterval... intervals) TaskQueryImpl.secondaryObjectReferenceIn(ObjectReference... objectReferences) TaskQueryImpl.selectAndClaimEquals(boolean selectAndClaim) TaskQueryImpl.sorCompanyIn(String... companies) TaskQueryImpl.sorCompanyLike(String... companies) TaskQueryImpl.sorSystemIn(String... systems) TaskQueryImpl.sorSystemInstanceIn(String... systemInstances) TaskQueryImpl.sorSystemInstanceLike(String... systemInstances) TaskQueryImpl.sorSystemLike(String... systems) TaskQueryImpl.sorTypeLike(String... types) TaskQueryImpl.sorValueIn(String... values) TaskQueryImpl.sorValueLike(String... values) TaskQueryImpl.stateNotIn(TaskState... states) TaskQueryImpl.transferredEquals(Boolean isTransferred) TaskQueryImpl.wildcardSearchFieldsIn(WildcardSearchField... wildcardSearchFields) TaskQueryImpl.wildcardSearchValueLike(String wildcardSearchValue) TaskQueryImpl.withoutAttachment()TaskQueryImpl.workbasketIdIn(String... workbasketIds) TaskQueryImpl.workbasketIdNotIn(String... workbasketIds) TaskQueryImpl.workbasketKeyDomainIn(KeyDomain... workbasketIdentifiers) TaskQueryImpl.workbasketKeyDomainNotIn(KeyDomain... workbasketIdentifiers) Methods in pro.taskana.task.internal with parameters of type TaskQuery