Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01

A B C D E F G H I J K L M N O P Q R S T U V W X Z _


X

XMLContext - interface oracle.jbo.mom.xml.XMLContext.
This interface defines properties for the XML initial context.
XMLContextCustImpl - class oracle.jbo.server.xml.XMLContextCustImpl.
This class is for Demo purpose to create their own context and plug it to the DefaultMomContextFactory.
XMLContextCustImpl(Hashtable) - Constructor for class oracle.jbo.server.xml.XMLContextCustImpl
 
XMLContextImpl - class oracle.jbo.mom.xml.XMLContextImpl.
 
XMLContextImpl(Hashtable) - Constructor for class oracle.jbo.mom.xml.XMLContextImpl
 
XMLDomainFactory - interface oracle.jbo.domain.XMLDomainFactory.
Each domain that can read xml, needs to implement getXMLDomainFactory() method and return an instance of this interface for an attribute def to invoke the domain to create an instance for a given xml-node.
XMLDomainInterface - interface oracle.jbo.domain.XMLDomainInterface.
Implemented by domain classes which can read and write domain values as XML.
XMLDomainReaderFactory - interface oracle.jbo.domain.XMLDomainReaderFactory.
Each domain that can read xml, needs to implement getXMLDomainFactory() method and return an instance of this interface for an attribute def to invoke the domain to create an instance for a given xml-node.
XMLDomainWriter - interface oracle.jbo.domain.XMLDomainWriter.
Implemented by domain classes which can read and write domain values as XML.
XMLFileLocator - class oracle.jbo.mom.xml.XMLFileLocator.
 
XMLFileLocator() - Constructor for class oracle.jbo.mom.xml.XMLFileLocator
 
XMLInitialContextFactory - class oracle.jbo.mom.xml.XMLInitialContextFactory.
 
XMLInitialContextFactory() - Constructor for class oracle.jbo.mom.xml.XMLInitialContextFactory
 
XMLInterface - interface oracle.jbo.XMLInterface.
 
XMLOutputStream - class oracle.jbo.mom.xml.XMLOutputStream.
NAME This class holds the content of an object you intenet to persist as XML.
XMLOutputStream(DefinitionManager) - Constructor for class oracle.jbo.mom.xml.XMLOutputStream
 
XMLValueFactory - interface oracle.jbo.domain.XMLValueFactory.
Each domain that can read xml, needs to implement getXMLDomainFactory() method and return a subclass of this interface for an attribute def to invoke the domain to create an instance for a given xml-node.
XML_CI_CHANGED - Static variable in class oracle.jbo.server.EntityImpl
 
XML_CONTEXT - Static variable in interface oracle.jbo.common.PropertyConstants
 
XML_CONTEXT_FACTORY - Static variable in interface oracle.jbo.mom.xml.XMLContext
 
XML_ELEM_PASSIVATE_TRANSIENT - Static variable in class oracle.jbo.server.ViewObjectImpl
 
XML_IGNORE_DEPTH_COUNT - Static variable in interface oracle.jbo.XMLInterface
 
XML_OPT_ALL_ROWS - Static variable in interface oracle.jbo.XMLInterface
Bit flag to indicate that all rows will be rendered in XML in the writeXML() method.
XML_OPT_ASSOC_CONSISTENT - Static variable in interface oracle.jbo.XMLInterface
Bit flag to indicate that attribute accessors that return a RowSet should set the AssociationConsistent flag on, so that new (unposted) rows for the RowSet are also included in the output.
XML_OPT_CHANGES_ONLY - Static variable in interface oracle.jbo.XMLInterface
For internal BC4J use only.
XML_OPT_LIMIT_RANGE - Static variable in interface oracle.jbo.XMLInterface
Bit flag to indicate that rows in the current range will be rendered in XML in the writeXML() method.
XML_PK_CHANGED - Static variable in class oracle.jbo.server.EntityImpl
 
XML_PK_CHANGED_YES - Static variable in class oracle.jbo.server.EntityImpl
 
XML_POSTSTATE_REMOVE - Static variable in class oracle.jbo.server.ViewRowImpl
 
XML_POSTSTATE_TAG - Static variable in class oracle.jbo.server.ViewRowImpl
 
XML_STATEMENT - Static variable in interface oracle.jbo.mom.xml.DefPersistable
The following are the Statement types
XYLAYOUT - Static variable in interface oracle.jbo.uicli.migration.MigUtil
 
XY_SCATTER - Static variable in class oracle.jbo.html.databeans.ChartRenderer
Deprecated.  
XY_SCATTER - Static variable in interface oracle.jbo.html.jsp.graph.GraphConstants
 
XY_SCATTER - Static variable in interface oracle.jbo.uicli.graph.GraphConstants
 
XY_SCATTER_DUAL_AXIS - Static variable in class oracle.jbo.html.databeans.ChartRenderer
Deprecated.  
XY_SCATTER_DUAL_AXIS - Static variable in interface oracle.jbo.html.jsp.graph.GraphConstants
 
XY_SCATTER_DUAL_AXIS - Static variable in interface oracle.jbo.uicli.graph.GraphConstants
 
XY_SCATTER_WITH_LABELS - Static variable in class oracle.jbo.html.databeans.ChartRenderer
Deprecated.  
XY_SCATTER_WITH_LABELS - Static variable in interface oracle.jbo.html.jsp.graph.GraphConstants
 
XY_SCATTER_WITH_LABELS - Static variable in interface oracle.jbo.uicli.graph.GraphConstants
 
XY_SCATTER_WITH_LABELS_DUAL_AXIS - Static variable in class oracle.jbo.html.databeans.ChartRenderer
Deprecated.  
XY_SCATTER_WITH_LABELS_DUAL_AXIS - Static variable in interface oracle.jbo.html.jsp.graph.GraphConstants
 
XY_SCATTER_WITH_LABELS_DUAL_AXIS - Static variable in interface oracle.jbo.uicli.graph.GraphConstants
 
XmlData - class oracle.jbo.html.databeans.XmlData.
The XmlData class renders a canonical XML representation for the rows of an oracle.jbo.RowSet.
XmlData() - Constructor for class oracle.jbo.html.databeans.XmlData
 
XmlDataDocumentWriter - class oracle.jbo.server.XmlDataDocumentWriter.
 
XmlDataDocumentWriter() - Constructor for class oracle.jbo.server.XmlDataDocumentWriter
 
XmlDataDocumentWriter(Document) - Constructor for class oracle.jbo.server.XmlDataDocumentWriter
 
XmlDocumentReader - class oracle.jbo.server.XmlDocumentReader.
 
XmlDocumentReader(Document) - Constructor for class oracle.jbo.server.XmlDocumentReader
 
XmlInterfaceCriteria - class oracle.jbo.common.XmlInterfaceCriteria.
 
XmlInterfaceCriteria() - Constructor for class oracle.jbo.common.XmlInterfaceCriteria
 
XmlInterfaceCriteria(int, long, HashMap) - Constructor for class oracle.jbo.common.XmlInterfaceCriteria
 
XmlOutput - interface oracle.jbo.common.xml.XmlOutput.
 
XmlRowSetRenderer - class oracle.jbo.server.xml.XmlRowSetRenderer.
The XmlRowSetRenderer class renders a canonical XML representation for the rows of an oracle.jbo.RowSet.
XmlRowSetRenderer() - Constructor for class oracle.jbo.server.xml.XmlRowSetRenderer
 
XmlRowSetRenderer(RowSet) - Constructor for class oracle.jbo.server.xml.XmlRowSetRenderer
 
XmlSerializable - interface oracle.jbo.common.xml.XmlSerializable.
 
xmlValidateTagName(String) - Static method in class oracle.jbo.common.JboNameUtil
 

Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01

A B C D E F G H I J K L M N O P Q R S T U V W X Z _


Copyright © 1997, 2005, Oracle. All rights reserved.