|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
H - a ESHistoryQuery subtypepublic interface ESHistoryQuery<H extends ESHistoryQuery<?>>
A query that is used to retrieve information about the version history.
| Field Summary | |
|---|---|
static ESHistoryQueryFactory |
FACTORY
Factory for creating history queries. |
| Method Summary | |
|---|---|
ESPrimaryVersionSpec |
getSource()
Returns the ESPrimaryVersionSpec this history query is pointing to. |
boolean |
isIncludeAllVersions()
Whether the include all versions, i.e. |
boolean |
isIncludeChangePackages()
Whether ESChangePackages are included in the query. |
void |
setIncludeAllVersions(boolean includeAllVersion)
Determines whether to include all versions, i.e. |
void |
setIncludeChangePackages(boolean includeChangePackages)
Determines whether ESChangePackages
are included in the query. |
void |
setSource(ESPrimaryVersionSpec versionSpec)
Sets the version specifier this history query should be pointing to. |
| Field Detail |
|---|
static final ESHistoryQueryFactory FACTORY
| Method Detail |
|---|
ESPrimaryVersionSpec getSource()
ESPrimaryVersionSpec this history query is pointing to.
void setSource(ESPrimaryVersionSpec versionSpec)
versionSpec - the version specifier the history query should be pointing tovoid setIncludeChangePackages(boolean includeChangePackages)
ESChangePackages
are included in the query.
includeChangePackages - true, if change packages should be included in the query, false otherwiseboolean isIncludeChangePackages()
ESChangePackages are included in the query.
true, if change packages are included in the query, false otherwisevoid setIncludeAllVersions(boolean includeAllVersion)
includeAllVersion - true, if branches should be considered, false otherwiseboolean isIncludeAllVersions()
true, if branches are considered by the query, false otherwise
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||