public interface SnapshotsFactory
Modifier and Type | Method and Description |
---|---|
SnapshotContext |
createSnapshotContext(String description,
String note) |
SnapshotFilter |
createSnapshotFilter(String tqlName) |
SnapshotFilter |
createSnapshotFilter(String tqlName,
Date fromDate) |
SnapshotFilter |
createSnapshotFilter(String tqlName,
Date fromDate,
Date toDate) |
SnapshotHeader |
createSnapshotHeader(String tqlName,
Date creationTime) |
SnapshotFilter |
createViewSnapshotFilter(String viewName)
The tql name will be retrieved from the server when required
|
SnapshotFilter |
createViewSnapshotFilter(String viewName,
Date fromDate)
The tql name will be retrieved from the server when required
|
SnapshotFilter |
createViewSnapshotFilter(String viewName,
Date fromDate,
Date toDate)
The tql name will be retrieved from the server when required
|
SnapshotHeader |
createViewSnapshotHeader(String viewName,
Date creationTime)
The tql name will be retrieved from the server when required
|
SnapshotContext createSnapshotContext(String description, String note)
SnapshotFilter createSnapshotFilter(String tqlName)
SnapshotFilter createSnapshotFilter(String tqlName, Date fromDate)
SnapshotFilter createSnapshotFilter(String tqlName, Date fromDate, Date toDate)
SnapshotFilter createViewSnapshotFilter(String viewName)
SnapshotFilter createViewSnapshotFilter(String viewName, Date fromDate)
SnapshotFilter createViewSnapshotFilter(String viewName, Date fromDate, Date toDate)
SnapshotHeader createSnapshotHeader(String tqlName, Date creationTime)
SnapshotHeader createViewSnapshotHeader(String viewName, Date creationTime)
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.