Uses of Class
it.eng.spagobi.analiticalmodel.document.bo.Snapshot

Packages that use Snapshot
it.eng.spagobi.analiticalmodel.document.dao   
it.eng.spagobi.analiticalmodel.document.handlers   
it.eng.spagobi.tools.scheduler.utils   
 

Uses of Snapshot in it.eng.spagobi.analiticalmodel.document.dao
 

Methods in it.eng.spagobi.analiticalmodel.document.dao that return Snapshot
 Snapshot ISnapshotDAO.getLastSnapshot(java.lang.Integer idBIObj)
          Gets the last snapshot that is children of a biobject.
 Snapshot SnapshotDAOHibImpl.getLastSnapshot(java.lang.Integer idBIObj)
           
 Snapshot ISnapshotDAO.loadSnapshot(java.lang.Integer idSnap)
          Load a snapshot.
 Snapshot SnapshotDAOHibImpl.loadSnapshot(java.lang.Integer idSnap)
           
 

Uses of Snapshot in it.eng.spagobi.analiticalmodel.document.handlers
 

Methods in it.eng.spagobi.analiticalmodel.document.handlers that return Snapshot
 Snapshot ExecutionInstance.getSnapshot()
           
 

Methods in it.eng.spagobi.analiticalmodel.document.handlers with parameters of type Snapshot
 void ExecutionInstance.setSnapshot(Snapshot snapshot)
           
 

Uses of Snapshot in it.eng.spagobi.tools.scheduler.utils
 

Methods in it.eng.spagobi.tools.scheduler.utils that return Snapshot
static Snapshot SchedulerUtilities.getNamedHistorySnapshot(java.util.List allsnapshots, java.lang.String namesnap, int hist)
          Gets the named history snapshot.