Package | Description |
---|---|
com.hp.ucmdb.api.snapshots |
Snapshots enable saving the current TQL result of a specific TQL and restoring
it later for comparison.
|
Modifier and Type | Method and Description |
---|---|
SnapshotFilter |
SnapshotsFactory.createSnapshotFilter(String tqlName) |
SnapshotFilter |
SnapshotsFactory.createSnapshotFilter(String tqlName,
Date fromDate) |
SnapshotFilter |
SnapshotsFactory.createSnapshotFilter(String tqlName,
Date fromDate,
Date toDate) |
SnapshotFilter |
SnapshotsFactory.createViewSnapshotFilter(String viewName)
The tql name will be retrieved from the server when required
|
SnapshotFilter |
SnapshotsFactory.createViewSnapshotFilter(String viewName,
Date fromDate)
The tql name will be retrieved from the server when required
|
SnapshotFilter |
SnapshotsFactory.createViewSnapshotFilter(String viewName,
Date fromDate,
Date toDate)
The tql name will be retrieved from the server when required
|
Modifier and Type | Method and Description |
---|---|
Collection<SnapshotHeader> |
SnapshotService.getSnapshotHeaders(SnapshotFilter filter)
Returns all snapshots according to the filter.
|
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.