com.hp.ucmdb.api.snapshots
Interface SnapshotHeader

All Superinterfaces:
SnapshotContext

public interface SnapshotHeader
extends SnapshotContext

The snapshot identification along with the snapshot metadata.


Method Summary
 java.util.Date getCreationTime()
          Returns the time the snapshot was created.
 QueryVersion getQueryDefinitionVersion()
          Returns the query version of the snapshot.
 int getSize()
          Returns the size of the snapshot (CIs and Relations).
 java.lang.String getTqlName()
          Returns the query name of the snapshot.
 java.lang.String getViewName()
          Returns the view name associated with this snapshot header.
 
Methods inherited from interface com.hp.ucmdb.api.snapshots.SnapshotContext
getDescription, getNote
 

Method Detail

getTqlName

java.lang.String getTqlName()
Returns the query name of the snapshot. This is "id" information.


getCreationTime

java.util.Date getCreationTime()
Returns the time the snapshot was created. This is "id" information.


getViewName

java.lang.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.



Documentation Feedback
Copyright 2010 Hewlett-Packard Development Company, L.P.