public interface WorkbasketQuery extends BaseQuery<Workbasket>
| Modifier and Type | Method and Description |
|---|---|
WorkbasketQuery |
access(WorkbasketAuthorization permission,
String... accessIds)
Add the access requested.
|
WorkbasketQuery |
created(Date... created)
Add your created-Dates to your query.
|
WorkbasketQuery |
descriptionLike(String description)
Add your description to your query.
|
WorkbasketQuery |
modified(Date... created)
Add your modified-Dates to your query.
|
WorkbasketQuery |
name(String... name)
Add your names to your query.
|
WorkbasketQuery |
owner(String... owners)
Add the owners to your query.
|
WorkbasketQuery name(String... name)
name - the names as StringsWorkbasketQuery created(Date... created)
created - TODOWorkbasketQuery modified(Date... created)
created - TODOWorkbasketQuery descriptionLike(String description)
description - your descriptionWorkbasketQuery owner(String... owners)
owners - the owners as StringWorkbasketQuery access(WorkbasketAuthorization permission, String... accessIds) throws InvalidArgumentException
permission - the permissions requestedaccessIds - the accessIds as StringInvalidArgumentException - TODOCopyright © 2017. All rights reserved.