public interface ESHistoryQueryFactory extends ESFactory
| Modifier and Type | Method and Description |
|---|---|
ESModelElementQuery |
modelElementQuery(ESPrimaryVersionSpec source,
ESModelElementId id,
int upper,
int lower,
boolean allVersions,
boolean includeChangePackages)
Factory method for creating a
ESModelElementQuery. |
ESModelElementQuery |
modelElementQuery(ESPrimaryVersionSpec source,
List<ESModelElementId> modelElements,
int upper,
int lower,
boolean allVersions,
boolean includeChangePackages)
Factory method for creating a
ESModelElementQuery. |
ESPathQuery |
pathQuery(ESPrimaryVersionSpec source,
ESPrimaryVersionSpec target,
boolean allVersions,
boolean includeChangePackages)
|
ESRangeQuery<?> |
rangeQuery(ESPrimaryVersionSpec source,
int upper,
int lower,
boolean allVersions,
boolean incoming,
boolean outgoing,
boolean includeChangePackages)
Factory method for creating a
ESRangeQuery. |
ESRangeQuery<?> rangeQuery(ESPrimaryVersionSpec source, int upper, int lower, boolean allVersions, boolean incoming, boolean outgoing, boolean includeChangePackages)
ESRangeQuery.source - the source version of the queryupper - the upper limit of the querylower - the lower limit of the queryallVersions - whether to include all versions, from all branchesincoming - whether to include incoming versions, only if allVersions is set to falseoutgoing - whether to include include outgoing versionsincludeChangePackages - whether to include change packagesESPathQuery pathQuery(ESPrimaryVersionSpec source, ESPrimaryVersionSpec target, boolean allVersions, boolean includeChangePackages)
source - the source version of the querytarget - the target version of the queryallVersions - whether to include all versions, from all branchesincludeChangePackages - whether to include change packagesESModelElementQuery modelElementQuery(ESPrimaryVersionSpec source, List<ESModelElementId> modelElements, int upper, int lower, boolean allVersions, boolean includeChangePackages)
ESModelElementQuery.source - the source version of the querymodelElements - a list containing the IDs of possibly multiple model elementsupper - the upper limit of the querylower - the lower limit of the queryallVersions - include all versions, from all branchesincludeChangePackages - whether to include change packagesESModelElementQuery modelElementQuery(ESPrimaryVersionSpec source, ESModelElementId id, int upper, int lower, boolean allVersions, boolean includeChangePackages)
ESModelElementQuery.source - the source version of the queryid - the ID of a model elementupper - the upper limit of the querylower - the lower limit of the queryallVersions - whether to include all versions, from all branchesincludeChangePackages - whether to include change packagesCopyright © 2017. All rights reserved.