Uses of Class
org.eclipse.birt.report.engine.api.InstanceID

Packages that use InstanceID
org.eclipse.birt.report.engine.api This is an application-writer's interface for using the BIRT report engine. 
org.eclipse.birt.report.engine.content Defines interfaces of BIRT report items for Engine to pass from executors to emitters. 
 

Uses of InstanceID in org.eclipse.birt.report.engine.api
 

Fields in org.eclipse.birt.report.engine.api declared as InstanceID
protected  InstanceID InstanceID.parentId
           
 

Methods in org.eclipse.birt.report.engine.api that return InstanceID
 InstanceID InstanceID.getParentID()
           
static InstanceID InstanceID.parse(java.lang.String instanceId)
           
static InstanceID InstanceID.parse(char[] buffer, int offset, int length)
           
 

Methods in org.eclipse.birt.report.engine.api with parameters of type InstanceID
 void IDataExtractionTask.setInstanceID(InstanceID iid)
          * @param iid identifies a report item instance that data extraction will happen on
 void IRenderTask.setInstanceID(InstanceID iid)
          Sets id of instance.
 void IRenderTask.render(InstanceID iid)
          Deprecated. A page which contains the instance can be rendered like this:
    setInstanceID( instanceID );
    render( );
 long IReportDocument.getPageNumber(InstanceID iid)
          Given a report item instance idD, returns the page number that the instance starts on (to support Reportlet).
 long IReportDocument.getInstanceOffset(InstanceID iid)
          Given a report item instance id, returns the offset of the report content (to support Reportlet).
 

Constructors in org.eclipse.birt.report.engine.api with parameters of type InstanceID
InstanceID(InstanceID parent, long designId, DataID dataId)
           
InstanceID(InstanceID parent, long uid, long designId, DataID dataId)
           
 

Uses of InstanceID in org.eclipse.birt.report.engine.content
 

Methods in org.eclipse.birt.report.engine.content that return InstanceID
 InstanceID IColumn.getInstanceID()
          get the instance id of the column.
 InstanceID IContent.getInstanceID()
          get the instance id of the content.
 

Methods in org.eclipse.birt.report.engine.content with parameters of type InstanceID
 void IContent.setInstanceID(InstanceID id)
          set the instace id of the content.
 IContent IReportContent.getContent(InstanceID id)
          return the content in this report.
 



Copyright © 2005 Actuate Corp. All rights reserved.