Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.7)
E10660-11

oracle.bpel.services.workflow.report.model
Class ReportDefinitionImpl

java.lang.Object
  extended by oracle.xml.jaxb.JaxbNode
      extended by oracle.bpel.services.workflow.report.model.ReportDefinitionTypeImpl
          extended by oracle.bpel.services.workflow.report.model.ReportDefinitionImpl
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable, javax.xml.bind.Element, ReportDefinition, ReportDefinitionType

public class ReportDefinitionImpl
extends ReportDefinitionTypeImpl
implements ReportDefinition, java.io.Externalizable


Constructor Summary
ReportDefinitionImpl()
           
ReportDefinitionImpl(java.lang.String name, java.lang.String namespace, oracle.xml.parser.v2.XMLDocument ownerDoc)
           
ReportDefinitionImpl(oracle.xml.parser.v2.XMLDocument ownerDoc)
           
ReportDefinitionImpl(oracle.xml.parser.v2.XMLElement node)
           
 
Method Summary
 void readExternal(java.io.ObjectInput in)
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class oracle.bpel.services.workflow.report.model.ReportDefinitionTypeImpl
getAnnotation, getCustomQuery, getDescription, getDescriptionResourceKey, getDisplayName, getDisplayNameResourceKey, getName, getReportOutput, getReportParameters, getResourceBundle, isDisplayOnReportsPage, isQueryCustomized, populateNodeArray, setAnnotation, setCustomQuery, setDescription, setDescriptionResourceKey, setDisplayName, setDisplayNameResourceKey, setDisplayOnReportsPage, setName, setQueryCustomized, setReportOutput, setReportParameters, setResourceBundle
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface oracle.bpel.services.workflow.report.model.ReportDefinitionType
getAnnotation, getCustomQuery, getDescription, getDescriptionResourceKey, getDisplayName, getDisplayNameResourceKey, getName, getReportOutput, getReportParameters, getResourceBundle, isDisplayOnReportsPage, isQueryCustomized, setAnnotation, setCustomQuery, setDescription, setDescriptionResourceKey, setDisplayName, setDisplayNameResourceKey, setDisplayOnReportsPage, setName, setQueryCustomized, setReportOutput, setReportParameters, setResourceBundle
 

Constructor Detail

ReportDefinitionImpl

public ReportDefinitionImpl()

ReportDefinitionImpl

public ReportDefinitionImpl(oracle.xml.parser.v2.XMLDocument ownerDoc)

ReportDefinitionImpl

public ReportDefinitionImpl(java.lang.String name,
                            java.lang.String namespace,
                            oracle.xml.parser.v2.XMLDocument ownerDoc)

ReportDefinitionImpl

public ReportDefinitionImpl(oracle.xml.parser.v2.XMLElement node)
Method Detail

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Specified by:
readExternal in interface java.io.Externalizable
Overrides:
readExternal in class ReportDefinitionTypeImpl
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable
Overrides:
writeExternal in class ReportDefinitionTypeImpl
Throws:
java.io.IOException

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.7)
E10660-11

Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved.