com.polarion.alm.tracker.IModuleWorkItemsQueryBuilder
METHODS
Modifiers and Type | Name | Description |
---|---|---|
IModuleWorkItemsQueryBuilder | filterBy(String) | Additional Work Item query to filter the Work Items of the Document (optional). Note that the built query will not match the ancestors of Work Items matching the query (compare to {@link IModule#filterWorkItems(String)} ). |
IModuleWorkItemsQueryBuilder | excludeUnreferenced(boolean) | Whether unreferenced Work Items should be matched by the query. (Optional, the default is to include them). |
String | finish() | Creates and returns the result of this builder - the Document Work Items query. |
Back to Index