|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ArchiveSupport
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 |
|---|
void setArchivePath(String path)
String getArchivePath()
void setArchiveFormat(int format)
int getArchiveFormat()
void setArchivePermission(Permission perm)
Permission getArchivePermission()
void setArchiveRule(ArchiveRule rule)
ArchiveRule getArchiveRule()
void setArchiveComment(String comment)
String getArchiveComment()
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||