Uses of Interface
pro.taskana.task.api.TaskCommentQuery
Packages that use TaskCommentQuery
-
Uses of TaskCommentQuery in pro.taskana.task.api
Methods in pro.taskana.task.api that return TaskCommentQueryModifier and TypeMethodDescriptionTaskCommentQuery.createdNotWithin(TimeInterval... intervals) Add the time intervals within which the TaskComment was not created to your query.TaskCommentQuery.createdWithin(TimeInterval... intervals) Add the time intervals within which the TaskComment was created to your query.TaskService.createTaskCommentQuery()Creates an empty TaskCommentQuery.Add the UserIds of the creator to your query.TaskCommentQuery.creatorLike(String... creators) Add the UserIds of the creator for pattern matching to your query.TaskCommentQuery.creatorNotIn(String... creators) Add the UserIds of the creator to your query, which should not be contained.TaskCommentQuery.creatorNotLike(String... creators) Add the UserIds of the creator for pattern matching to your query, which should not be contained.Filter for TaskComments which are containing one of the given taskCommentIds.Add your taskCommentIds for pattern matching to your query.Filter for TaskComments which are containing non of the given taskCommentIds.Add your taskCommentIds for pattern matching to your query, which should not be contained.TaskCommentQuery.modifiedNotWithin(TimeInterval... intervals) Add the time intervals within which the TaskComment was not modified to your query.TaskCommentQuery.modifiedWithin(TimeInterval... intervals) Add the time intervals within which the TaskComment was modified to your query.TaskCommentQuery.orderByCreated(BaseQuery.SortDirection sortDirection) This method sorts the query result according to the created timestamp.TaskCommentQuery.orderByModified(BaseQuery.SortDirection sortDirection) This method sorts the query result according to the modified timestamp.Add your Task ids to your query.TaskCommentQuery.textFieldLike(String... texts) Add your texts for pattern matching to your query.TaskCommentQuery.textFieldNotLike(String... texts) Add your texts for pattern matching to your query, which should not be contained. -
Uses of TaskCommentQuery in pro.taskana.task.internal
Classes in pro.taskana.task.internal that implement TaskCommentQueryModifier and TypeClassDescriptionclassTaskCommentQuery for generating dynamic sql.Methods in pro.taskana.task.internal that return TaskCommentQueryModifier and TypeMethodDescriptionTaskCommentQueryImpl.createdNotWithin(TimeInterval... intervals) TaskCommentQueryImpl.createdWithin(TimeInterval... intervals) TaskServiceImpl.createTaskCommentQuery()TaskCommentQueryImpl.creatorLike(String... creators) TaskCommentQueryImpl.creatorNotIn(String... creators) TaskCommentQueryImpl.creatorNotLike(String... creators) TaskCommentQueryImpl.modifiedNotWithin(TimeInterval... intervals) TaskCommentQueryImpl.modifiedWithin(TimeInterval... intervals) TaskCommentQueryImpl.orderByCreated(BaseQuery.SortDirection sortDirection) TaskCommentQueryImpl.orderByModified(BaseQuery.SortDirection sortDirection) TaskCommentQueryImpl.textFieldLike(String... texts) TaskCommentQueryImpl.textFieldNotLike(String... texts)