H - a ESHistoryQuery subtypepublic interface ESHistoryQuery<H extends ESHistoryQuery<?>>
| Modifier and Type | Field and Description |
|---|---|
static ESHistoryQueryFactory |
FACTORY
Factory for creating history queries.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
static final ESHistoryQueryFactory FACTORY
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 otherwiseCopyright © 2017. All rights reserved.