Package com.day.cq.reporting
Interface SnapshotService
-
public interface SnapshotService
This interface represents services that are responsible for creating data snapshots of all registered snapshots at a scheduled time and on a regular base.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
executeSnapshot(SnapshotType type)
Takes a snapshot of currently scheduled reportsvoid
takeSnapshot(Session session, java.lang.String path)
Takes a snapshot of the report at the specified path immediately.
-
-
-
Method Detail
-
executeSnapshot
void executeSnapshot(SnapshotType type)
Takes a snapshot of currently scheduled reports- Parameters:
type
- Type of snapshot to be taken
-
takeSnapshot
void takeSnapshot(Session session, java.lang.String path)
Takes a snapshot of the report at the specified path immediately.
-
-