Interface IVDSnapshotService

All Superinterfaces:
ID2fsService

public interface IVDSnapshotService extends ID2fsService
Virtual document Snapshot services.
  • Method Details

    • createVDSnapshot

      boolean createVDSnapshot(Context context, String id, String title) throws Exception
      Create a snapshot for a virtual document
      Parameters:
      context - Context object containing informations about client/session
      id - String value of document id
      title - String name of document snapshot
      Returns:
      true if process performs without error
      Throws:
      Exception
      Since:
      4.2.0