|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.sree.store.ArchiveRule
inetsoft.sree.store.VersionArchiveRule
public class VersionArchiveRule
This class defines the archive rule:: delete report more than specified version.
| Constructor Summary | |
|---|---|
VersionArchiveRule(int version)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getArchiveRuleString()
Get the formatted string representation. |
int |
getVersions()
Get the version. |
void |
process(ReportArchive archive,
String path)
Process this archive rule. |
void |
processFile(ReportArchive archive,
String path)
Process an archive file. |
String |
toString()
Get the string representation. |
void |
writeXML(PrintWriter writer)
Write itself as XML stream. |
| Methods inherited from class inetsoft.sree.store.ArchiveRule |
|---|
createArchiveRule |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public VersionArchiveRule(int version)
version - the version number.| Method Detail |
|---|
public int getVersions()
public void process(ReportArchive archive,
String path)
throws ArchiveException
process in class ArchiveRulearchive - report archive.path - report path.
ArchiveException
public void processFile(ReportArchive archive,
String path)
public void writeXML(PrintWriter writer)
writeXML in class ArchiveRulepublic String getArchiveRuleString()
getArchiveRuleString in class ArchiveRulepublic String toString()
toString in class Object
|
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 | ||||||||