Style Intelligence v12.0

inetsoft.sree.schedule
Interface ArchiveSupport

All Superinterfaces:
ScheduleAction, Serializable
All Known Implementing Classes:
BurstAction, RepletAction

public interface ArchiveSupport
extends ScheduleAction

Defines the common API for actions that support saving in archive.


Method Summary
 String getArchiveComment()
          Get the comment associated with this report.
 int getArchiveFormat()
          Get the format to save the report in archive.
 String getArchivePath()
          Get the path in the archive to save a report.
 Permission getArchivePermission()
          Get the saved copy's permission.
 ArchiveRule getArchiveRule()
          Get the archive rule of the saved report.
 void setArchiveComment(String comment)
          Set the comment associated with this report.
 void setArchiveFormat(int format)
          Set the format to save the report in archive.
 void setArchivePath(String path)
          Set the path in the archive to save a report.
 void setArchivePermission(Permission perm)
          Set the permission in the archive to save a report.
 void setArchiveRule(ArchiveRule rule)
          Set the archive rule of the saved report.
 
Methods inherited from interface inetsoft.sree.schedule.ScheduleAction
run
 

Method Detail

setArchivePath

void setArchivePath(String path)
Set the path in the archive to save a report.


getArchivePath

String getArchivePath()
Get the path in the archive to save a report.


setArchiveFormat

void setArchiveFormat(int format)
Set the format to save the report in archive.


getArchiveFormat

int getArchiveFormat()
Get the format to save the report in archive.


setArchivePermission

void setArchivePermission(Permission perm)
Set the permission in the archive to save a report.


getArchivePermission

Permission getArchivePermission()
Get the saved copy's permission.


setArchiveRule

void setArchiveRule(ArchiveRule rule)
Set the archive rule of the saved report.


getArchiveRule

ArchiveRule getArchiveRule()
Get the archive rule of the saved report.


setArchiveComment

void setArchiveComment(String comment)
Set the comment associated with this report.


getArchiveComment

String getArchiveComment()
Get the comment associated with this report.


Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.