public interface ExternalActivityItemSearchParams
ExternalActivityItemProvider.| Modifier and Type | Interface and Description |
|---|---|
static class |
ExternalActivityItemSearchParams.SearchDirection
A chronological direction to search for activity items.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<java.lang.String> |
getCommitters()
If specified, only include activity where a committer is named in this
Iterable. |
java.util.Date |
getMaxDate()
The maximum date bound for search results.
|
int |
getMaxItems()
The maximum number of activity items to return.
|
java.util.Date |
getMinDate()
The minimum date bound for search results.
|
java.lang.Integer |
getProjectId()
If specified, only include activity relating to this project.
|
java.lang.String |
getRepFilter()
If specified, only include activity relating to this repository.
|
ExternalActivityItemSearchParams.SearchDirection |
getSearchDirection()
The chronological direction to search for activity items.
|
java.util.TimeZone |
getTz()
The search requester's current
TimeZone. |
java.lang.String |
getUserFilter()
If specified, only include activity relating to this user.
|
java.lang.String getRepFilter()
java.util.TimeZone getTz()
TimeZone.java.util.Date getMinDate()
java.util.Date getMaxDate()
ExternalActivityItemSearchParams.SearchDirection getSearchDirection()
int getMaxItems()
java.lang.Iterable<java.lang.String> getCommitters()
Iterable.java.lang.String getUserFilter()
java.lang.Integer getProjectId()