public interface SnapshotService
Modifier and Type | Method and Description |
---|---|
void |
executeSnapshot(SnapshotType type)
Takes a snapshot of currently scheduled reports
|
void |
takeSnapshot(Session session,
java.lang.String path)
Takes a snapshot of the report at the specified path immediately.
|
void executeSnapshot(SnapshotType type)
type
- Type of snapshot to be takenvoid takeSnapshot(Session session, java.lang.String path)
session
- The Session
to be used for reading the report definition and
writing the snapshot data; gathering report data is executed through
another Session
that has usually less permissionspath
- The report's path"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"