|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.sree.schedule.ArchiveInfo
public class ArchiveInfo
ArchiveInfo stores information on saving in archive options.
| Constructor Summary | |
|---|---|
ArchiveInfo()
Create an empty object. |
|
| Method Summary | |
|---|---|
String |
byteDecode(String encString)
Convert the encoded string to the original unencoded string. |
String |
byteEncode(String source)
Encode non-ascii characters to unicode enclosed in '[]'. |
Object |
clone()
|
boolean |
equals(Object val)
|
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. |
boolean |
isEncoding()
Check if this object should encoded when writing. |
void |
parseXML(Element aelem)
Parse the replet action definition from xml. |
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. |
void |
setEncoding(boolean encoding)
Set encoding flag. |
void |
writeXML(PrintWriter writer)
Write itself to a xml file |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArchiveInfo()
| Method Detail |
|---|
public void setArchivePath(String path)
public String getArchivePath()
public void setArchiveFormat(int format)
public int getArchiveFormat()
public void setArchivePermission(Permission perm)
public Permission getArchivePermission()
public void setArchiveRule(ArchiveRule rule)
public ArchiveRule getArchiveRule()
public void setArchiveComment(String comment)
public String getArchiveComment()
public Object clone()
clone in class Objectpublic void writeXML(PrintWriter writer)
writeXML in interface inetsoft.util.XMLSerializable
public void parseXML(Element aelem)
throws Exception
parseXML in interface inetsoft.util.XMLSerializableExceptionpublic boolean equals(Object val)
equals in class Objectpublic String byteEncode(String source)
byteEncode in interface inetsoft.sree.internal.HttpXMLSerializablesource - source string.
public String byteDecode(String encString)
byteDecode in interface inetsoft.sree.internal.HttpXMLSerializableencString - a string encoded using the byteEncode method.
public boolean isEncoding()
isEncoding in interface inetsoft.sree.internal.HttpXMLSerializabletrue if should encoded, false otherwise.public void setEncoding(boolean encoding)
setEncoding in interface inetsoft.sree.internal.HttpXMLSerializableencoding - true to encode.
|
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 | ||||||||