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
Modifier and TypeMethodDescriptionvoidexecuteSnapshot(SnapshotType type) Takes a snapshot of currently scheduled reportsvoidtakeSnapshot(Session session, String path) Takes a snapshot of the report at the specified path immediately.
-
Method Details
-
executeSnapshot
Takes a snapshot of currently scheduled reports- Parameters:
type- Type of snapshot to be taken
-
takeSnapshot
Takes a snapshot of the report at the specified path immediately.
-