|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ESHistoryQueryFactory
Factory for creating history queries.
| Method Summary | |
|---|---|
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)
Factory method for creating a ESPathQuery, which fetches
all changes from source to target. |
ESRangeQuery<?> |
rangeQuery(ESPrimaryVersionSpec source,
int upper,
int lower,
boolean allVersions,
boolean incoming,
boolean outgoing,
boolean includeChangePackages)
Factory method for creating a ESRangeQuery. |
| Method Detail |
|---|
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 packages
ESPathQuery pathQuery(ESPrimaryVersionSpec source,
ESPrimaryVersionSpec target,
boolean allVersions,
boolean includeChangePackages)
ESPathQuery, which fetches
all changes from source to target.
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 packages
ESModelElementQuery 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 packages
ESModelElementQuery 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 packages
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||