|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.informatica.report.Report
public class Report
The Report.
This object contains a reference to the report document tree, acts as a ReportWriter factory, holds the dataspec collection, etc.
| Field Summary | |
|---|---|
static String |
PTY_MEDIA_TYPE
|
| Constructor Summary | |
|---|---|
Report()
|
|
| Method Summary | |
|---|---|
void |
addReportDataSpec(ReportDataSpec spec)
|
ForeignNamespaceHandler |
createForeignNamespaceHandler(String namespaceURI)
Creates a ForeignNamespaceHandler appropriate for this document format and the given Namespace URI. |
ReportDataSpec |
createReportDataSpec(String datasource,
String id)
|
ReportDocument |
getDocumentTree()
|
DataBlockFactory |
getFactory()
|
String |
getFormattingElementsParentXPath()
|
Date |
getLastUpdateDate()
Devuelve la fecha. |
String |
getMedia()
|
String |
getMediaType()
Gets the Internet Media Type (MIME type) of the document. |
Properties |
getProperties()
|
ReportDataSpec |
getReportDataSpec(String id)
|
Iterator<ReportDataSpec> |
getReportDataSpecs()
|
ReportWriter |
getReportWriter(OutputStream out)
Gets a ReportWriter connected to the given OutputStream. |
String |
getTitle()
Devuelve el titulo. |
String |
getWriterName()
|
static void |
main(String[] args)
Demonstration method that prints a single-query report. |
void |
setDocumentTree(ReportDocument document)
|
void |
setFormattingElementsParentXPath(String tagname)
|
void |
setMedia(String media)
|
void |
setMediaType(String type)
Sets the Internet Media Type (MIME type) of the document. |
void |
setTitle(String title)
Especifica el título de la pagina. |
void |
setWriterName(String writertype)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PTY_MEDIA_TYPE
| Constructor Detail |
|---|
public Report()
| Method Detail |
|---|
public DataBlockFactory getFactory()
public void setDocumentTree(ReportDocument document)
public ReportDocument getDocumentTree()
public Properties getProperties()
public String getMedia()
public void setMedia(String media)
public ReportDataSpec createReportDataSpec(String datasource,
String id)
public void addReportDataSpec(ReportDataSpec spec)
public ReportDataSpec getReportDataSpec(String id)
public Iterator<ReportDataSpec> getReportDataSpecs()
public void setTitle(String title)
setTitle in interface info.informatica.doc.Documenttitle - el titulopublic String getTitle()
getTitle in interface info.informatica.doc.Documentpublic Date getLastUpdateDate()
getLastUpdateDate in interface info.informatica.doc.Documentpublic String getMediaType()
getMediaType in interface info.informatica.doc.Documentpublic void setMediaType(String type)
public void setFormattingElementsParentXPath(String tagname)
public String getFormattingElementsParentXPath()
public void setWriterName(String writertype)
public String getWriterName()
public ForeignNamespaceHandler createForeignNamespaceHandler(String namespaceURI)
namespaceURI - the namespace URI to be handled.
public ReportWriter getReportWriter(OutputStream out)
throws info.informatica.doc.RenderingException
info.informatica.doc.RenderingException - in case of problem preparing for opening the report.
public static void main(String[] args)
throws Exception
args -
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||