Package com.hp.ucmdb.api.snapshots
Interface SnapshotHeader
- All Superinterfaces:
SnapshotContext
The snapshot identification along with the snapshot metadata.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the time the snapshot was created.Returns the query version of the snapshot.int
getSize()
Returns the size of the snapshot (CIs and Relations).Returns the query name of the snapshot.Returns the view name associated with this snapshot header.Methods inherited from interface com.hp.ucmdb.api.snapshots.SnapshotContext
getDescription, getNote
-
Method Details
-
getTqlName
String getTqlName()Returns the query name of the snapshot. This is "id" information. -
getCreationTime
Date getCreationTime()Returns the time the snapshot was created. This is "id" information. -
getViewName
String getViewName()Returns the view name associated with this snapshot header. May return null if no view was assigned when the snapshot for this header was saved. This is not "id" information.- Returns:
- view name or null.
-
getSize
int getSize()Returns the size of the snapshot (CIs and Relations). This is not "id" information. -
getQueryDefinitionVersion
QueryVersion getQueryDefinitionVersion()Returns the query version of the snapshot. This is not "id" information.
-