TaskCommentQuery |
TaskCommentQuery.createdNotWithin(TimeInterval... intervals) |
Add the time intervals within which the TaskComment was not created to your query.
|
TaskCommentQuery |
TaskCommentQuery.createdWithin(TimeInterval... intervals) |
Add the time intervals within which the TaskComment was created to your query.
|
TaskCommentQuery |
TaskService.createTaskCommentQuery() |
This method provides a query builder for querying the database.
|
TaskCommentQuery |
TaskCommentQuery.creatorIn(String... creators) |
Add the UserIds of the creator to your query.
|
TaskCommentQuery |
TaskCommentQuery.creatorLike(String... creators) |
Add the UserIds of the creator for pattern matching to your query.
|
TaskCommentQuery |
TaskCommentQuery.creatorNotIn(String... creators) |
Add the UserIds of the creator to your query, which should not be contained.
|
TaskCommentQuery |
TaskCommentQuery.creatorNotLike(String... creators) |
Add the UserIds of the creator for pattern matching to your query, which should not be
contained.
|
TaskCommentQuery |
TaskCommentQuery.idIn(String... taskCommentIds) |
Filter for TaskComments which are containing one of the given taskCommentIds.
|
TaskCommentQuery |
TaskCommentQuery.idLike(String... taskCommentIds) |
Add your taskCommentIds for pattern matching to your query.
|
TaskCommentQuery |
TaskCommentQuery.idNotIn(String... taskCommentIds) |
Filter for TaskComments which are containing non of the given taskCommentIds.
|
TaskCommentQuery |
TaskCommentQuery.idNotLike(String... taskCommentIds) |
Add your taskCommentIds for pattern matching to your query, which should not be contained.
|
TaskCommentQuery |
TaskCommentQuery.modifiedNotWithin(TimeInterval... intervals) |
Add the time intervals within which the TaskComment was not modified to your
query.
|
TaskCommentQuery |
TaskCommentQuery.modifiedWithin(TimeInterval... intervals) |
Add the time intervals within which the TaskComment was modified to your query.
|
TaskCommentQuery |
TaskCommentQuery.orderByCreated(BaseQuery.SortDirection sortDirection) |
This method sorts the query result according to the created timestamp.
|
TaskCommentQuery |
TaskCommentQuery.orderByModified(BaseQuery.SortDirection sortDirection) |
This method sorts the query result according to the modified timestamp.
|
TaskCommentQuery |
TaskCommentQuery.taskIdIn(String... taskIds) |
Add your Task ids to your query.
|
TaskCommentQuery |
TaskCommentQuery.textFieldLike(String... texts) |
Add your texts for pattern matching to your query.
|
TaskCommentQuery |
TaskCommentQuery.textFieldNotLike(String... texts) |
Add your texts for pattern matching to your query, which should not be contained.
|