- WAIT_TIME_INCREMENT - Static variable in class oracle.jbo.pool.ResourcePool
 
-  
 
- waitForBreakpointsToResolve() - Method in class oracle.jbo.script.debug.client.BaseClient
 
-  
 
- waitForClassPrepare(String) - Method in class oracle.jbo.script.debug.client.GUIClient
 
- 
Waits for an event indicating that the specified class has been prepared.
 
- waitForScriptExecution() - Method in class oracle.jbo.script.debug.client.BaseClient
 
-  
 
- waitForTableName(String) - Method in class oracle.jbo.pcoll.JDBCPersistManager
 
-  
 
- waitForTableName(String) - Method in class oracle.jbo.pcoll.JTAPersistManager
 
-  
 
- waitForTableName(String) - Method in class oracle.jbo.pcoll.OraclePersistManager
 
-  
 
- waitForTableName(String) - Method in interface oracle.jbo.pcoll.PersistManager
 
-  
 
- waitForThreadStart() - Method in class oracle.jbo.script.debug.client.GUIClient
 
- 
Deprecated. 
 
- WaitThread - Class in oracle.jbo.server
 
-  
 
- WaitThread(int) - Constructor for class oracle.jbo.server.WaitThread
 
-  
 
- wakeup() - Method in class oracle.jbo.common.ampool.PoolMgr
 
- 
Deprecated. 
 
- wakeup() - Method in class oracle.jbo.pool.ResourcePool
 
- 
Wakeup the resource pool.
 
- wakeup() - Method in class oracle.jbo.pool.ResourcePoolManager
 
-  
 
- warn(String) - Method in interface oracle.jbo.ExprValueErrorHandler
 
-  
 
- warn(String, String) - Method in interface oracle.jbo.ExprValueErrorHandler
 
-  
 
- warning(String) - Method in class oracle.adfinternal.model.logging.contextual.logger.functional.DefaultFunctionalLogger
 
-  
 
- warning(String, Throwable) - Method in class oracle.adfinternal.model.logging.contextual.logger.functional.DefaultFunctionalLogger
 
-  
 
- warning(String, Throwable, Map<String, String>) - Method in class oracle.adfinternal.model.logging.contextual.logger.functional.DefaultFunctionalLogger
 
-  
 
- warning(String, Map<String, String>) - Method in class oracle.adfinternal.model.logging.contextual.logger.functional.DefaultFunctionalLogger
 
-  
 
- warning(Throwable) - Method in class oracle.adfinternal.model.logging.contextual.logger.functional.DefaultFunctionalLogger
 
-  
 
- warning(Throwable, Map<String, String>) - Method in class oracle.adfinternal.model.logging.contextual.logger.functional.DefaultFunctionalLogger
 
-  
 
- warning(String, Map<String, String>) - Method in interface oracle.adfinternal.model.logging.contextual.logger.functional.FunctionalLogger
 
- 
Log a message at level , if and only if the logger is currently
 set to publish messages at that level.
 
- warning(Throwable, Map<String, String>) - Method in interface oracle.adfinternal.model.logging.contextual.logger.functional.FunctionalLogger
 
- 
Log a message at level , based on the given error.
 
- warning(String, Throwable, Map<String, String>) - Method in interface oracle.adfinternal.model.logging.contextual.logger.functional.FunctionalLogger
 
- 
Log a message at level , if and only if the logger is currently
 set to publish messages at that level.
 
- warning(String) - Method in interface oracle.adfinternal.model.logging.logger.WarningLogger
 
- 
Log a message at level , if and only if the logger is currently
 set to publish messages at that level.
 
- warning(String, Throwable) - Method in interface oracle.adfinternal.model.logging.logger.WarningLogger
 
- 
Log a message at level , if and only if the logger is currently
 set to publish messages at that level.
 
- warning(Throwable) - Method in interface oracle.adfinternal.model.logging.logger.WarningLogger
 
- 
Log a message at level , based on the given error.
 
- WarningContainer - Interface in oracle.jbo
 
- 
Objects that implement ability to manage JboWarning objects raised by business logic 
 or validation logic may implement this interface.
 
- WarningLogger - Interface in oracle.adfinternal.model.logging.logger
 
- 
This interface defines a minimum set of level-related methods to be exposed
 by an implementing logger, and these methods will imply 
 as the log level to be used.
 
- wasActivated() - Method in interface oracle.jbo.common.ampool.SessionCookie
 
- 
INTERANL USE ONLY.
 
- wasActivated() - Method in class oracle.jbo.common.ampool.SessionCookieImpl
 
-  
 
- wasCreatedByConfiguration(ApplicationModule) - Static method in class oracle.jbo.client.Configuration
 
- 
Internal use only.
 
- WASStartUpBeanImpl - Class in oracle.jbo.client.svc
 
-  
 
- WASStartUpBeanImpl() - Constructor for class oracle.jbo.client.svc.WASStartUpBeanImpl
 
-  
 
- watchpointDeferred(SpecEvent) - Method in interface oracle.jbo.script.debug.client.bdi.SpecListener
 
-  
 
- watchpointDeleted(SpecEvent) - Method in interface oracle.jbo.script.debug.client.bdi.SpecListener
 
-  
 
- watchpointError(SpecErrorEvent) - Method in interface oracle.jbo.script.debug.client.bdi.SpecListener
 
-  
 
- WatchpointEventSet - Class in oracle.jbo.script.debug.client.event
 
-  
 
- watchpointResolved(SpecEvent) - Method in interface oracle.jbo.script.debug.client.bdi.SpecListener
 
-  
 
- watchpointSet(SpecEvent) - Method in interface oracle.jbo.script.debug.client.bdi.SpecListener
 
-  
 
- WatchpointSpec - Class in oracle.jbo.script.debug.client.bdi
 
-  
 
- WeakHashlist - Class in oracle.jbo.common
 
-  
 
- WeakHashlist(int, float) - Constructor for class oracle.jbo.common.WeakHashlist
 
-  
 
- WeakHashlist(int) - Constructor for class oracle.jbo.common.WeakHashlist
 
-  
 
- WeakHashlist() - Constructor for class oracle.jbo.common.WeakHashlist
 
-  
 
- WeakHashtable - Class in oracle.jbo.common
 
- 
Internal: Applications should not use this class.
 
- WeakHashtable(int, float) - Constructor for class oracle.jbo.common.WeakHashtable
 
- 
public static void main(String argv[])
   {
      WeakHashtable tab0 = new WeakHashtable();
      WeakHashtable tab1 = new WeakHashtable(20);
      WeakHashtable tab2 = new WeakHashtable(20, 7.2f);
      
      System.out.println("tab0 (" + tab0.getClass().getName() + ") " + tab0);
      System.out.println("tab1 (" + tab1.getClass().getName() + ") " + tab1);
      System.out.println("tab2 (" + tab2.getClass().getName() + ") " + tab2);
   }
 
- WeakHashtable(int) - Constructor for class oracle.jbo.common.WeakHashtable
 
-  
 
- WeakHashtable() - Constructor for class oracle.jbo.common.WeakHashtable
 
-  
 
- WeakHashtableImpl - Class in oracle.jbo.common
 
- 
Internal: Applications should not use this class.
 
- WeakHashtableImpl(int, float) - Constructor for class oracle.jbo.common.WeakHashtableImpl
 
-  
 
- WeakHashtableImpl(int) - Constructor for class oracle.jbo.common.WeakHashtableImpl
 
-  
 
- WeakHashtableImpl() - Constructor for class oracle.jbo.common.WeakHashtableImpl
 
-  
 
- WeakKeyHashtable - Class in oracle.jbo.common
 
- 
Internal: Applications should not use this class.
 
- WeakKeyHashtable(int, float) - Constructor for class oracle.jbo.common.WeakKeyHashtable
 
-  
 
- WeakKeyHashtable(int) - Constructor for class oracle.jbo.common.WeakKeyHashtable
 
-  
 
- WeakKeyHashtable() - Constructor for class oracle.jbo.common.WeakKeyHashtable
 
-  
 
- WeakKeyHashtableImpl - Class in oracle.jbo.common
 
- 
Internal: Applications should not use this class.
 
- WeakKeyHashtableImpl(int, float) - Constructor for class oracle.jbo.common.WeakKeyHashtableImpl
 
-  
 
- WeakKeyHashtableImpl(int) - Constructor for class oracle.jbo.common.WeakKeyHashtableImpl
 
-  
 
- WeakKeyHashtableImpl() - Constructor for class oracle.jbo.common.WeakKeyHashtableImpl
 
-  
 
- WeakVector - Class in oracle.jbo.common
 
- 
Internal: Applications should not use this class.
 
- WeakVector(int, int) - Constructor for class oracle.jbo.common.WeakVector
 
-  
 
- WeakVector(int) - Constructor for class oracle.jbo.common.WeakVector
 
-  
 
- WeakVector() - Constructor for class oracle.jbo.common.WeakVector
 
-  
 
- WeakVectorImpl - Class in oracle.jbo.common
 
- 
Internal: Applications should not use this class.
 
- WeakVectorImpl(int, int) - Constructor for class oracle.jbo.common.WeakVectorImpl
 
-  
 
- WeakVectorImpl(int) - Constructor for class oracle.jbo.common.WeakVectorImpl
 
-  
 
- WeakVectorImpl() - Constructor for class oracle.jbo.common.WeakVectorImpl
 
-  
 
- WebClient - Class in oracle.jbo.script.debug.client
 
- 
A client for applications working in a stateless web environment.
 
- WebClient(OutputStream) - Constructor for class oracle.jbo.script.debug.client.WebClient
 
-  
 
- WebClient(Writer) - Constructor for class oracle.jbo.script.debug.client.WebClient
 
-  
 
- WebClientStack - Class in oracle.jbo.script.debug.client
 
-  
 
- WebClientVariable - Class in oracle.jbo.script.debug.client
 
-  
 
- WEBSERVICE_DATACONTROL - Static variable in class oracle.adf.model.DataControlDefinitionFactory
 
-  
 
- WebServiceCallPropertiesSerializer - Class in oracle.adf.model.connection.webservice.impl
 
- 
utility to marshal/unmarshal call-property in the connections.xml
      
        javax.xml.rpc.security.auth.username
        scott
      
 
- WebServiceCallPropertiesSerializer() - Constructor for class oracle.adf.model.connection.webservice.impl.WebServiceCallPropertiesSerializer
 
-  
 
- WebServiceColocation - Class in oracle.adf.model.connection.webservice.api
 
- 
wrapper object for colocation
 
- WebServiceColocation() - Constructor for class oracle.adf.model.connection.webservice.api.WebServiceColocation
 
-  
 
- WebServiceColocation(String) - Constructor for class oracle.adf.model.connection.webservice.api.WebServiceColocation
 
-  
 
- WebServiceColocationSerializer - Class in oracle.adf.model.connection.webservice.impl
 
- 
utility to marshal/unmarshal WebServiceColocation in the connections.xml
 
- WebServiceColocationSerializer() - Constructor for class oracle.adf.model.connection.webservice.impl.WebServiceColocationSerializer
 
-  
 
- WebServiceConnection - Interface in oracle.adf.model.connection.webservice.api
 
-  
 
- WebServiceConnectionCache - Class in oracle.adf.model.connection.webservice.api
 
-  
 
- WebServiceConnectionConfig - Class in oracle.adf.model.connection.webservice.impl
 
-  
 
- WebServiceConnectionConfig() - Constructor for class oracle.adf.model.connection.webservice.impl.WebServiceConnectionConfig
 
-  
 
- WebServiceConnectionFactory - Class in oracle.adf.model.connection.webservice.api
 
-  
 
- WebServiceConnectionFactory() - Constructor for class oracle.adf.model.connection.webservice.api.WebServiceConnectionFactory
 
-  
 
- WebServiceConnectionImpl - Class in oracle.adf.model.connection.webservice.impl
 
-  
 
- WebServiceConnectionImpl(Name, URL, ConnectionConfig, Model, Definition, QName) - Constructor for class oracle.adf.model.connection.webservice.impl.WebServiceConnectionImpl
 
- 
Not to be used by end user.
 
- WebServiceConnectionImpl(Name, URL, ConnectionConfig, Model, Definition, QName, boolean) - Constructor for class oracle.adf.model.connection.webservice.impl.WebServiceConnectionImpl
 
-  
 
- WebServiceConnectionImpl(Name, URL, ConnectionConfig, Model, Definition, QName, boolean, boolean) - Constructor for class oracle.adf.model.connection.webservice.impl.WebServiceConnectionImpl
 
-  
 
- WebServiceConnectionImpl(Name, URL, ConnectionConfig, Model, Definition, QName, boolean, boolean, boolean) - Constructor for class oracle.adf.model.connection.webservice.impl.WebServiceConnectionImpl
 
- 
Not to be used by end user.
 
- WebServiceConnectionImpl(Name, Reference) - Constructor for class oracle.adf.model.connection.webservice.impl.WebServiceConnectionImpl
 
- 
Construct a WebServiceConnectionImpl instance from xml element.
 
- WebServiceConnectionMessages - Class in oracle.adf.model.connection.webservice.impl
 
-  
 
- WebServiceConnectionMessages() - Constructor for class oracle.adf.model.connection.webservice.impl.WebServiceConnectionMessages
 
-  
 
- WebServiceDataControl - Static variable in class oracle.jbo.uicli.mom.JUTags
 
-  
 
- WebServiceInteraction - Interface in oracle.adf.model.connection.webservice.api
 
-  
 
- WebServiceOperationPolicy - Interface in oracle.adf.model.connection.webservice.api
 
- 
 
- WebServiceOperationPolicyImpl - Class in oracle.adf.model.connection.webservice.impl
 
- 
Deprecated.
 
- WebServiceOperationPolicyImpl() - Constructor for class oracle.adf.model.connection.webservice.impl.WebServiceOperationPolicyImpl
 
- 
Deprecated.
  
- WebServicePolicies - Interface in oracle.adf.model.connection.webservice.api
 
- 
Deprecated.
 
- WebServicePoliciesBase - Class in oracle.adf.model.connection.webservice.impl
 
- 
Deprecated.
 
- WebServicePoliciesBase() - Constructor for class oracle.adf.model.connection.webservice.impl.WebServicePoliciesBase
 
- 
Deprecated.
  
- WebServicePolicyReferences - Interface in oracle.adf.model.connection.webservice.api
 
-  
 
- WebServicePolicyReferencesImpl - Class in oracle.adf.model.connection.webservice.impl
 
- 
Deprecated.
 
- WebServicePolicyReferencesImpl() - Constructor for class oracle.adf.model.connection.webservice.impl.WebServicePolicyReferencesImpl
 
- 
Deprecated.
  
- WebServicePolicyReferencesSerializer - Class in oracle.adf.model.connection.webservice.impl
 
- 
Deprecated.
 
- WebServicePolicyReferencesSerializer() - Constructor for class oracle.adf.model.connection.webservice.impl.WebServicePolicyReferencesSerializer
 
- 
Deprecated.
  
- WebServicePolicySerializer - Class in oracle.adf.model.connection.webservice.impl
 
- 
Deprecated.
 
- WebServicePolicySerializer() - Constructor for class oracle.adf.model.connection.webservice.impl.WebServicePolicySerializer
 
- 
Deprecated.
  
- WebServicePortPolicy - Interface in oracle.adf.model.connection.webservice.api
 
- 
 
- WebServicePortPolicyImpl - Class in oracle.adf.model.connection.webservice.impl
 
- 
Deprecated.
 
- WebServicePortPolicyImpl() - Constructor for class oracle.adf.model.connection.webservice.impl.WebServicePortPolicyImpl
 
- 
Deprecated.
  
- WHERE_S - Static variable in interface oracle.adf.model.adapter.bean.jpa.JPQLConstants
 
-  
 
- WhereClauseParamNoValue - Class in oracle.jbo.domain
 
-  
 
- WhereClauseParamNoValue() - Constructor for class oracle.jbo.domain.WhereClauseParamNoValue
 
-  
 
- whereClauseParamQualifies(Object[]) - Method in class oracle.jbo.server.EffectiveDateFilterRange
 
-  
 
- whereClauseParamQualifies(Object[]) - Method in interface oracle.jbo.server.RowFilter
 
-  
 
- whereClauseParamQualifies(Object[]) - Method in class oracle.jbo.server.RowFilterKey
 
-  
 
- WHILE - Static variable in interface oracle.jbo.script.debug.client.expr.ExpressionParserConstants
 
-  
 
- WHITELIST - Static variable in class oracle.jbo.mom.xml.JTXMLTags
 
-  
 
- WHITELIST_CONSTRUCTOR - Static variable in class oracle.jbo.mom.xml.JTXMLTags
 
-  
 
- WHITELIST_METHOD - Static variable in class oracle.jbo.mom.xml.JTXMLTags
 
-  
 
- WHITESPACE - Static variable in interface oracle.adf.model.rest.xml.SchemaConstants
 
-  
 
- whoCalledMe(int) - Static method in class oracle.jbo.common.CallAnalyzer
 
- 
Assembles a string describing a function call from the current calling
 stack.
 
- WITH_SVC_ADVERISED_POLICY_ATTRIBUTE - Static variable in class oracle.adf.model.connection.webservice.api.WebServiceConnectionFactory
 
-  
 
- WL_INITIAL_CONTEXT_FACTORY - Static variable in class oracle.adfinternal.model.adapter.ejb.EjbDefinition
 
- 
WLS support
 
- WL_PROVIDER_URL - Static variable in class oracle.adfinternal.model.adapter.ejb.EjbDefinition
 
-  
 
- WLEJBAmHomeImpl - Class in oracle.jbo.client.remote.ejb.wl
 
-  
 
- WLEJBAmHomeImpl(JboContext, String) - Constructor for class oracle.jbo.client.remote.ejb.wl.WLEJBAmHomeImpl
 
-  
 
- WLEJBHomeInvocationHandler - Class in oracle.jbo.client.remote.ejb.wl
 
-  
 
- WLEJBHomeInvocationHandler(Object) - Constructor for class oracle.jbo.client.remote.ejb.wl.WLEJBHomeInvocationHandler
 
-  
 
- WLEJBInitialContext - Class in oracle.jbo.client.remote.ejb.wl
 
-  
 
- WLEJBInitialContext(Hashtable) - Constructor for class oracle.jbo.client.remote.ejb.wl.WLEJBInitialContext
 
- 
This constructor is necessary for JboInitialContextFactory
 to create WLInitialContext properly via reflection.
 
- WLSApplicationAccess - Class in oracle.jbo.common.service
 
-  
 
- WLSApplicationAccess() - Constructor for class oracle.jbo.common.service.WLSApplicationAccess
 
-  
 
- WLSContextCrossAppProxy - Class in oracle.jbo.server.svc
 
-  
 
- WLSContextCrossAppProxy() - Constructor for class oracle.jbo.server.svc.WLSContextCrossAppProxy
 
-  
 
- WLSContextCrossAppProxy.WLSCrossAppProxy - Class in oracle.jbo.server.svc
 
-  
 
- WLSContextCrossAppProxy.WLSCrossAppProxy.ServiceJTAAction - Class in oracle.jbo.server.svc
 
-  
 
- WLSCrossAppProxy(Object) - Constructor for class oracle.jbo.server.svc.WLSContextCrossAppProxy.WLSCrossAppProxy
 
-  
 
- WLSQLBuilderImpl - Class in oracle.jbo.server
 
-  
 
- WLSQLBuilderImpl() - Constructor for class oracle.jbo.server.WLSQLBuilderImpl
 
- 
This is a singleton class.
 
- WLSThreadContext - Class in oracle.jbo.server.svc
 
-  
 
- WLSThreadContext() - Constructor for class oracle.jbo.server.svc.WLSThreadContext
 
-  
 
- WORD_POS_STACK_DEPTH - Static variable in class oracle.jbo.expr.JIInput
 
-  
 
- WORD_TYP_BIGINTEGER - Static variable in class oracle.jbo.expr.JIInput
 
-  
 
- WORD_TYP_BOOLEAN - Static variable in class oracle.jbo.expr.JIInput
 
-  
 
- WORD_TYP_CHAR - Static variable in class oracle.jbo.expr.JIInput
 
-  
 
- WORD_TYP_DECIMAL - Static variable in class oracle.jbo.expr.JIInput
 
-  
 
- WORD_TYP_IDENT - Static variable in class oracle.jbo.expr.JIInput
 
-  
 
- WORD_TYP_INTEGER - Static variable in class oracle.jbo.expr.JIInput
 
-  
 
- WORD_TYP_LONG - Static variable in class oracle.jbo.expr.JIInput
 
-  
 
- WORD_TYP_NONE - Static variable in class oracle.jbo.expr.JIInput
 
-  
 
- WORD_TYP_NULL - Static variable in class oracle.jbo.expr.JIInput
 
-  
 
- WORD_TYP_RESERVED - Static variable in class oracle.jbo.expr.JIInput
 
-  
 
- WORD_TYP_STRING - Static variable in class oracle.jbo.expr.JIInput
 
-  
 
- WORD_TYP_UNKNOWN - Static variable in class oracle.jbo.expr.JIInput
 
-  
 
- wrapDCE(DataChangeEntry) - Method in class oracle.adf.model.binding.DCDataChangeEvent
 
-  
 
- wrapInGroovyObject(Object, ExprTrustSupplier) - Static method in class oracle.jbo.script.groovy.ExprValueSupplierWrapper
 
-  
 
- wrapInGroovyObject(Object, ExprTrustSupplier, String) - Static method in class oracle.jbo.script.groovy.ExprValueSupplierWrapper
 
-  
 
- wrapInGroovyObject(Object, ExprTrustSupplier) - Static method in class oracle.jbo.script.groovy.GroovyScriptSupport
 
-  
 
- wrapInGroovyObject(Object) - Method in class oracle.jbo.script.groovy.GroovyScriptSupport
 
-  
 
- wrapJSRUpdateListener(UpdateListener) - Static method in class oracle.adf.model.utils.Adapt227
 
-  
 
- WrapperDefElement - Class in oracle.jbo.mom.xml
 
- 
This abstract class implements the DefElement interface
 by creating a wrapper around some sort of object that behaves
 roughly like an immutable Element.
 
- WrapperDefElement() - Constructor for class oracle.jbo.mom.xml.WrapperDefElement
 
-  
 
- write(Document, String) - Method in class oracle.adf.model.rest.LOVResource
 
-  
 
- write(int) - Method in class oracle.jbo.client.remote.ClobDomainCharacterOutputStream
 
-  
 
- write(char[], int, int) - Method in class oracle.jbo.client.remote.ClobDomainCharacterOutputStream
 
-  
 
- write(int) - Method in class oracle.jbo.client.remote.LobDomainOutputStream
 
-  
 
- write(byte[], int, int) - Method in class oracle.jbo.client.remote.LobDomainOutputStream
 
-  
 
- write(int) - Method in class oracle.jbo.common.DiagnosticStream
 
-  
 
- write(byte[], int, int) - Method in class oracle.jbo.common.DiagnosticStream
 
-  
 
- write(int) - Method in class oracle.jbo.domain.BaseLobDomain.BlobOutputStream
 
-  
 
- write(Document, String) - Method in interface oracle.jbo.mom.PersistablePropertyDef
 
-  
 
- write2DStringArray(String, String, String, List<List<String>>) - Method in interface oracle.jbo.mom.xml.DefWriter
 
- 
This method creates a 2D hierarchical element structure under the parent element.
 
- write2DStringArray(String, String, String, List<List<String>>) - Method in class oracle.jbo.mom.xml.ElementDefWriter
 
-  
 
- write2DStringArray(String, String, String, List<List<String>>) - Method in class oracle.jbo.mom.xml.XMLOutputStream
 
-  
 
- WRITE_ACTION - Static variable in class oracle.adf.model.binding.PermissionHelper
 
-  
 
- writeAndProcessXML(XMLInterface, int, long, XSLStylesheet) - Static method in class oracle.jbo.common.JboXMLUtil
 
-  
 
- writeAndProcessXML(XMLInterface, long, HashMap, XSLStylesheet) - Static method in class oracle.jbo.common.JboXMLUtil
 
-  
 
- writeAppModuleUsages(DefWriter) - Method in class oracle.jbo.server.JpxImpl
 
-  
 
- writeAsXml(XmlOutput, Node, Criteria) - Method in interface oracle.jbo.common.xml.XmlSerializable
 
-  
 
- writeAsXml(XmlOutput, Node, Criteria) - Method in class oracle.jbo.server.ViewRowImpl
 
-  
 
- writeAsXml(XmlOutput, Node, Criteria, byte) - Method in class oracle.jbo.server.ViewRowImpl
 
-  
 
- writeBoolean(String, boolean) - Method in interface oracle.jbo.mom.xml.DefWriter
 
- 
This method writes an attribute of type boolean
 
- writeBoolean(String, boolean) - Method in class oracle.jbo.mom.xml.ElementDefWriter
 
-  
 
- writeBoolean(String, boolean) - Method in class oracle.jbo.mom.xml.XMLOutputStream
 
- 
This method writes an attribute of type boolean
 
- writeByte(String, byte) - Method in interface oracle.jbo.mom.xml.DefWriter
 
- 
This method writes an attribute of type byte
 
- writeByte(String, byte) - Method in class oracle.jbo.mom.xml.ElementDefWriter
 
-  
 
- writeByte(String, byte) - Method in class oracle.jbo.mom.xml.XMLOutputStream
 
- 
This method writes an attribute of type byte
 
- writeBytesToLob() - Method in class oracle.jbo.domain.BaseLobDomain
 
-  
 
- writeBytesToLob() - Method in class oracle.jbo.domain.BlobDomain
 
-  
 
- writeBytesToLob() - Method in class oracle.jbo.domain.ClobDomain
 
-  
 
- writeBytesToLob() - Method in class oracle.jbo.domain.generic.GenericBlob
 
-  
 
- writeBytesToLob() - Method in class oracle.jbo.domain.generic.GenericClob
 
-  
 
- writeCategoryValuesInternal(Document, Element, ViewAnnotations.Category, List<String>) - Static method in class oracle.jbo.service.helper.SDOXsdDocumentHelper
 
-  
 
- writeChar(String, char) - Method in interface oracle.jbo.mom.xml.DefWriter
 
- 
This method writes an attribute of type char
 
- writeChar(String, char) - Method in class oracle.jbo.mom.xml.ElementDefWriter
 
-  
 
- writeChar(String, char) - Method in class oracle.jbo.mom.xml.XMLOutputStream
 
- 
This method writes an attribute of type char
 
- writeChildren(DefWriter) - Method in class oracle.jbo.common.DBSortCriteriaCollection
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.common.DBSortCriteriaImpl
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.common.DeclarativeWhereClause
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.common.ExpressionDef
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.common.JboCompOper
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.common.ListBindingDef
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.common.MessageBundleDef
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.common.PropertiesBundleDef
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.common.VariableImpl
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.common.ViewCriteriaImpl
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.common.ViewCriteriaItemCompoundImpl
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.common.ViewCriteriaItemImpl
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.common.ViewCriteriaItemValueImpl
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.common.ViewCriteriaRowImpl
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.common.ViewCriteriaUsageImpl
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.common.XliffResourceBundleDef
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.mom.PersistableDefObject
 
-  
 
- writeChildren(DefWriter) - Method in interface oracle.jbo.mom.xml.PersistentDefinition
 
- 
Writes the Object's children to the Persistent storage
 
- writeChildren(DefWriter) - Method in class oracle.jbo.rules.AbstractValidator
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.rules.JboExprCompareValidator
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.rules.JboExpressionValidator
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.rules.JboListValidator
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.AMViewUsage
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.ApplicationModuleDefImpl
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.AssociationDefBase
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.AssociationEnd
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.AssociationReference
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.AttributeDefImpl
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.BoundParameter
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.BoundParameters
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.CodeSourceImpl
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.ComponentAnnotations.DocumentAnnot
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.ComponentAnnotations.RelationAnnot
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.ComponentOperations
 
- 
For internal framework use only.
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.DefObject
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.EntityDefImpl
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.EventDef
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.EventHeader
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.EventHeaderAttr
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.EventMapping
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.EventPayload
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.ExprWhitelistDef
 
- 
Deprecated. 
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.JpxImpl
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.KeyDef
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.ListBindingDefImpl
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.MetaObject
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.NamedObjectAnnotations
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.OperationDefinitionImpl
 
- 
For internal framework use only.
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.OperationDefinitionsImpl
 
- 
For internal framework use only.
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.PayloadItem
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.PDefApplicationModule
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.PDefAttribute
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.PDefCategory
 
- 
Internal use only.
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.PDefComponentObjectBase
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.PDefComponentOperations
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.PDefEntityObject
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.PDefRow
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.PDefVariable
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.PDefViewCriteria
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.PDefViewObject
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.PermissionDefImpl
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.RaiseCondition
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.RowDef
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.RowReference
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.util.JboNamedData
 
- 
Writes the Object's children to the Persistent storage
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.ViewAccessorDef
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.ViewAttributeDefImpl
 
-  
 
- writeChildren(DefWriter) - Method in class oracle.jbo.server.ViewDefImpl
 
-  
 
- writeClob(int, int, String, char[]) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
-  
 
- writeComment(String) - Method in interface oracle.jbo.mom.xml.DefWriter
 
-  
 
- writeComment(String) - Method in class oracle.jbo.mom.xml.ElementDefWriter
 
-  
 
- writeComment(String) - Method in class oracle.jbo.mom.xml.XMLOutputStream
 
-  
 
- writeContent(Map, Object, OutputStream) - Method in interface oracle.adf.model.adapter.dataformat.InputContentHandler
 
- 
Writes the data represented in the input object as XML to the Output
 Stream.
 
- writeContent(Map, Object, OutputStream) - Method in class oracle.adf.model.adapter.dataformat.XMLContentHandler
 
- 
Convert the content of the input object to XML format
 
- writeContent(Object, OutputStream) - Method in class oracle.adf.model.rest.describe.DescInputContentHandler
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.common.DBSortCriteriaCollection
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.common.DBSortCriteriaImpl
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.common.DeclarativeWhereClause
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.common.ExpressionDef
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.common.JboCompOper
 
-  
 
- writeContents(DefWriter, boolean) - Method in class oracle.jbo.common.JboCompOper
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.common.ListBindingDef
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.common.MessageBundleDef
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.common.PropertiesBundleDef
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.common.VariableImpl
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.common.ViewCriteriaImpl
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.common.ViewCriteriaItemCompoundImpl
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.common.ViewCriteriaItemImpl
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.common.ViewCriteriaItemValueImpl
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.common.ViewCriteriaRowImpl
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.common.ViewCriteriaUsageImpl
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.common.XliffResourceBundleDef
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.mom.ContainerDefImpl
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.mom.PersDefBase
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.mom.PersistableDefObject
 
-  
 
- writeContents(DefWriter) - Method in interface oracle.jbo.mom.xml.PersistentDefinition
 
- 
Objects should write their persistence output in this method
 
- writeContents(DefWriter) - Method in class oracle.jbo.rules.AbstractValidator
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.rules.JboAbstractValidator
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.rules.JboCollectionValidator
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.rules.JboCompareValidator
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.rules.JboLengthValidator
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.rules.JboMethodValidator
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.rules.JboNonNullValidator
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.rules.JboPrecisionScaleValidator
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.rules.JboRangeValidator
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.rules.JboRegExpValidator
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.AMServiceViewUsage
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.AMViewUsage
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.ApplicationModuleDefImpl
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.AppModuleUsage
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.AssociationDefBase
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.AssociationDefImpl
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.AssociationEnd
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.AssociationReference
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.AttributeDefImpl
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.BoundParameter
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.CodeSourceImpl.MethodSource
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.CodeSourceImpl
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.ComponentAnnotations.DocumentAnnot
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.ComponentAnnotations.RelationAnnot
 
-  
 
- writeContents() - Method in class oracle.jbo.server.ComponentOperations
 
- 
For internal framework use only.
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.ComponentOperations
 
- 
For internal framework use only.
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.EntityDefImpl
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.EventDef
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.EventHeader
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.EventHeaderAttr
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.EventMapping
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.EventPayload
 
-  
 
- writeContents() - Method in class oracle.jbo.server.ExprWhitelistDef
 
- 
Deprecated. 
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.ExprWhitelistDef
 
- 
Deprecated. 
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.JboExistsValidator
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.JboUniqueKeyValidator
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.JboVOUsageListValidator
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.JpxImpl
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.KeyDef
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.ListBindingDefImpl
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.MetaObject
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.NamedObjectAnnotations
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.OperationDefinitionImpl
 
- 
For internal framework use only.
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.OperationParamImpl
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.PackageDefImpl
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.PayloadItem
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.PDefApplicationModule
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.PDefAttribute
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.PDefCategory
 
- 
Internal use only.
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.PDefComponentObjectBase
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.PDefComponentOperations
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.PDefEntityObject
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.PDefVariable
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.PDefViewCriteria
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.PDefViewObject
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.PermissionDefImpl
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.RaiseCondition
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.RowReference
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.util.JboNamedData
 
- 
Objects should write their persistence output in this method
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.ViewAccessorDef
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.ViewAttributeDefImpl
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.ViewDefImpl
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.ViewLinkDefImpl
 
-  
 
- writeContents(DefWriter) - Method in class oracle.jbo.server.ViewLinkUsage
 
-  
 
- writeDataDocument(DataDocument) - Method in class oracle.jbo.server.DotNetXmlDocumentWriter
 
-  
 
- writeDataRowToXmlNode(XmlOutput, Node, DataRow) - Method in class oracle.jbo.common.DataDocument
 
-  
 
- writeDeletedRowDiffgram(DataDocument) - Method in class oracle.jbo.server.DotNetXmlDocumentWriter
 
-  
 
- writeDescriptionInternal(Document, Element, String) - Static method in class oracle.jbo.service.helper.SDOXsdDocumentHelper
 
-  
 
- writeDiscrCatalog(DefWriter) - Method in class oracle.jbo.server.JpxImpl
 
-  
 
- writeDocument(DataDocument) - Method in interface oracle.jbo.common.DataDocumentWriter
 
-  
 
- writeDocumentationInternal(Document, Element, List<String[]>) - Static method in class oracle.jbo.service.helper.SDOXsdDocumentHelper
 
-  
 
- writeDouble(String, double) - Method in interface oracle.jbo.mom.xml.DefWriter
 
- 
This method writes an attribute of type double
 
- writeDouble(String, double) - Method in class oracle.jbo.mom.xml.ElementDefWriter
 
-  
 
- writeDouble(String, double) - Method in class oracle.jbo.mom.xml.XMLOutputStream
 
- 
This method writes an attribute of type double
 
- writeExpressionDef(DefWriter, String) - Method in class oracle.jbo.common.ExpressionDef
 
- 
 
- writeFileHeader(String) - Method in class oracle.jbo.mom.xml.XMLOutputStream
 
- 
Creates Properties XML section.
 
- writeFloat(String, float) - Method in interface oracle.jbo.mom.xml.DefWriter
 
- 
This method writes an attribute of type float
 
- writeFloat(String, float) - Method in class oracle.jbo.mom.xml.ElementDefWriter
 
-  
 
- writeFloat(String, float) - Method in class oracle.jbo.mom.xml.XMLOutputStream
 
- 
This method writes an attribute of type float
 
- writeHandle(Object) - Method in class oracle.jbo.common.JboObjectOutputStream
 
-  
 
- writeHeaderForNew(DefWriter) - Method in class oracle.jbo.mom.PersistableDefObject
 
-  
 
- writeInt(String, int) - Method in interface oracle.jbo.mom.xml.DefWriter
 
- 
This method writes an attribute of type int
 
- writeInt(String, int) - Method in class oracle.jbo.mom.xml.ElementDefWriter
 
-  
 
- writeInt(String, int) - Method in class oracle.jbo.mom.xml.XMLOutputStream
 
- 
This method writes an attribute of type int
 
- writeKeywordsInternal(Document, Element, List<String>) - Static method in class oracle.jbo.service.helper.SDOXsdDocumentHelper
 
-  
 
- writeLifecycleInternal(Document, Element, String) - Static method in class oracle.jbo.service.helper.SDOXsdDocumentHelper
 
-  
 
- writeLob(int, int, String, byte[]) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
-  
 
- writeLong(String, long) - Method in interface oracle.jbo.mom.xml.DefWriter
 
- 
This method writes an attribute of type long
 
- writeLong(String, long) - Method in class oracle.jbo.mom.xml.ElementDefWriter
 
-  
 
- writeLong(String, long) - Method in class oracle.jbo.mom.xml.XMLOutputStream
 
- 
This method writes an attribute of type long
 
- writeNameInternal(Document, Element, String) - Static method in class oracle.jbo.service.helper.SDOXsdDocumentHelper
 
-  
 
- writeObject(DefWriter) - Method in class oracle.jbo.common.DBSortCriteriaCollection
 
-  
 
- writeObject(DefWriter) - Method in class oracle.jbo.common.DBSortCriteriaImpl
 
-  
 
- writeObject(DefWriter) - Method in class oracle.jbo.common.DeclarativeWhereClause
 
-  
 
- writeObject(DefWriter) - Method in class oracle.jbo.common.JboCompOper
 
-  
 
- writeObject(DefWriter) - Method in class oracle.jbo.common.VariableImpl
 
-  
 
- writeObject(DefWriter) - Method in class oracle.jbo.common.ViewCriteriaImpl
 
-  
 
- writeObject(DefWriter) - Method in class oracle.jbo.common.ViewCriteriaItemCompoundImpl
 
-  
 
- writeObject(DefWriter) - Method in class oracle.jbo.common.ViewCriteriaItemImpl
 
-  
 
- writeObject(DefWriter) - Method in class oracle.jbo.common.ViewCriteriaItemValueImpl
 
-  
 
- writeObject(DefWriter) - Method in class oracle.jbo.common.ViewCriteriaRowImpl
 
-  
 
- writeObject(DefWriter) - Method in class oracle.jbo.common.ViewCriteriaUsageImpl
 
-  
 
- writeObject(XmlSerializable, Criteria) - Method in interface oracle.jbo.common.xml.XmlOutput
 
-  
 
- writeObject(DefWriter) - Method in class oracle.jbo.mom.PersistableDefObject
 
-  
 
- writeObject(DefPersistable) - Method in interface oracle.jbo.mom.xml.DefWriter
 
- 
This method writes a persistable object including its children to the
 output stream
 
- writeObject(String, Object) - Method in interface oracle.jbo.mom.xml.DefWriter
 
- 
This method writes an attribute of type object
 
- writeObject(PersistentDefinition) - Method in interface oracle.jbo.mom.xml.DefWriter
 
- 
This method writes a persistable object including its children to the
 output stream
 
- writeObject(DefPersistable) - Method in class oracle.jbo.mom.xml.ElementDefWriter
 
-  
 
- writeObject(String, Object) - Method in class oracle.jbo.mom.xml.ElementDefWriter
 
-  
 
- writeObject(PersistentDefinition) - Method in class oracle.jbo.mom.xml.ElementDefWriter
 
-  
 
- writeObject(DefWriter) - Method in interface oracle.jbo.mom.xml.PersistentDefinition
 
- 
Objects should write their persistence output in this method
 
- writeObject(String, Object) - Method in class oracle.jbo.mom.xml.XMLOutputStream
 
- 
This method writes an attribute of type object
 
- writeObject(DefPersistable) - Method in class oracle.jbo.mom.xml.XMLOutputStream
 
- 
Writes a DefPersistible object
 
- writeObject(PersistentDefinition) - Method in class oracle.jbo.mom.xml.XMLOutputStream
 
- 
Writes a PersistentDefinition object
 
- writeObject(DefWriter) - Method in class oracle.jbo.rules.JboAbstractValidator
 
-  
 
- writeObject(DefWriter) - Method in class oracle.jbo.server.AssociationReference
 
-  
 
- writeObject(DefWriter) - Method in class oracle.jbo.server.ComponentAnnotations.DocumentAnnot
 
-  
 
- writeObject(DefWriter) - Method in class oracle.jbo.server.ComponentAnnotations.RelationAnnot
 
-  
 
- writeObject(DefWriter) - Method in class oracle.jbo.server.ComponentOperations
 
- 
For internal framework use only.
 
- writeObject(DefWriter) - Method in class oracle.jbo.server.EventDef
 
-  
 
- writeObject(DefWriter) - Method in class oracle.jbo.server.EventHeader
 
-  
 
- writeObject(DefWriter) - Method in class oracle.jbo.server.EventHeaderAttr
 
-  
 
- writeObject(DefWriter) - Method in class oracle.jbo.server.EventMapping
 
-  
 
- writeObject(DefWriter) - Method in class oracle.jbo.server.EventPayload
 
-  
 
- writeObject(DefWriter) - Method in class oracle.jbo.server.ExprWhitelistDef
 
- 
Deprecated. 
 
- writeObject(DefWriter) - Method in class oracle.jbo.server.NamedObjectAnnotations
 
-  
 
- writeObject(DefWriter) - Method in class oracle.jbo.server.OperationDefinitionsImpl
 
- 
For internal framework use only.
 
- writeObject(DefWriter) - Method in class oracle.jbo.server.PayloadItem
 
-  
 
- writeObject(DefWriter) - Method in class oracle.jbo.server.RaiseCondition
 
-  
 
- writeObject(DefWriter) - Method in class oracle.jbo.server.RowReference
 
-  
 
- writeObject(DefWriter) - Method in class oracle.jbo.server.util.JboNamedData
 
- 
Objects should write their persistence output in this method
 
- writeObject(XmlSerializable, Criteria) - Method in class oracle.jbo.server.XmlDataDocumentWriter
 
-  
 
- writeObject(Element) - Method in interface oracle.jbodt.common.ResourceBundleDef
 
-  
 
- writePacket(byte[]) - Method in class oracle.jbo.script.debug.common.connect.SharedMemoryConnection
 
-  
 
- writeProcessingInstruction(String, String) - Method in interface oracle.jbo.mom.xml.DefWriter
 
-  
 
- writeProcessingInstruction(String, String) - Method in class oracle.jbo.mom.xml.ElementDefWriter
 
-  
 
- writeProcessingInstruction(String, String) - Method in class oracle.jbo.mom.xml.XMLOutputStream
 
-  
 
- writeRelationshipsInternal(Document, Element, List<String[]>) - Static method in class oracle.jbo.service.helper.SDOXsdDocumentHelper
 
-  
 
- writeRowSetXML(int, int, long) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
-  
 
- writeRowSetXMLWithMap(int, long, HashMap) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
-  
 
- writeRowXML(int, RowImpl, int, long) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
-  
 
- writeRowXMLWithMap(int, RowImpl, long, HashMap) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
-  
 
- writeShort(String, short) - Method in interface oracle.jbo.mom.xml.DefWriter
 
- 
This method writes an attribute of type short
 
- writeShort(String, short) - Method in class oracle.jbo.mom.xml.ElementDefWriter
 
-  
 
- writeShort(String, short) - Method in class oracle.jbo.mom.xml.XMLOutputStream
 
- 
This method writes an attribute of type short
 
- writeString(String, String) - Method in interface oracle.jbo.mom.xml.DefWriter
 
- 
This method writes an attribute of type String
 
- writeString(String, String) - Method in class oracle.jbo.mom.xml.ElementDefWriter
 
-  
 
- writeString(String, String) - Method in class oracle.jbo.mom.xml.XMLOutputStream
 
- 
This method writes an attribute of type String
 
- writeStringArray(String, Iterator) - Method in interface oracle.jbo.mom.xml.DefWriter
 
- 
This method writes an attribute of type String
 
- writeStringArray(String, Enumeration) - Method in interface oracle.jbo.mom.xml.DefWriter
 
- 
This method writes an attribute of type String
 
- writeStringArray(String, Object[]) - Method in interface oracle.jbo.mom.xml.DefWriter
 
- 
This method writes an attribute of type String
 
- writeStringArray(String, Iterator) - Method in class oracle.jbo.mom.xml.ElementDefWriter
 
-  
 
- writeStringArray(String, Object[]) - Method in class oracle.jbo.mom.xml.ElementDefWriter
 
-  
 
- writeStringArray(String, Enumeration) - Method in class oracle.jbo.mom.xml.ElementDefWriter
 
-  
 
- writeStringArray(String, Iterator) - Method in class oracle.jbo.mom.xml.XMLOutputStream
 
- 
This method writes an attribute of type String
 
- writeStringArray(String, Enumeration) - Method in class oracle.jbo.mom.xml.XMLOutputStream
 
- 
This method writes an attribute of type String
 
- writeStringArray(String, Object[]) - Method in class oracle.jbo.mom.xml.XMLOutputStream
 
- 
This method writes an attribute of type String
 
- writeStringArrayElement(String, Iterator) - Method in interface oracle.jbo.mom.xml.DefWriter
 
- 
This method writes an attribute of type String
 
- writeStringArrayElement(String, Iterator) - Method in class oracle.jbo.mom.xml.ElementDefWriter
 
-  
 
- writeStringArrayElement(String, Iterator) - Method in class oracle.jbo.mom.xml.XMLOutputStream
 
- 
This method writes an attribute of type String
 
- writeTable(DefPersistable, String, HashMap) - Method in interface oracle.jbo.mom.xml.DefWriter
 
- 
This method writes an attribute of type ArrayList
 
- writeTable(DefPersistable, String, Hashtable) - Method in interface oracle.jbo.mom.xml.DefWriter
 
- 
This method writes an attribute of type Hashtable
 
- writeTable(DefPersistable, String, String, String, String, HashMap) - Method in interface oracle.jbo.mom.xml.DefWriter
 
- 
This method writes an attribute of type Hashtable
 
- writeTable(DefPersistable, String, String, String, String, Hashtable) - Method in interface oracle.jbo.mom.xml.DefWriter
 
- 
This method writes an attribute of type Hashtable
 
- writeTable(DefPersistable, String, HashMap) - Method in class oracle.jbo.mom.xml.ElementDefWriter
 
-  
 
- writeTable(DefPersistable, String, Hashtable) - Method in class oracle.jbo.mom.xml.ElementDefWriter
 
-  
 
- writeTable(DefPersistable, String, String, String, String, HashMap) - Method in class oracle.jbo.mom.xml.ElementDefWriter
 
-  
 
- writeTable(DefPersistable, String, String, String, String, Hashtable) - Method in class oracle.jbo.mom.xml.ElementDefWriter
 
-  
 
- writeTable(DefPersistable, String, HashMap) - Method in class oracle.jbo.mom.xml.XMLOutputStream
 
- 
This method writes an attribute of type Hashtable
 
- writeTable(DefPersistable, String, Hashtable) - Method in class oracle.jbo.mom.xml.XMLOutputStream
 
- 
This method writes an attribute of type Hashtable
 
- writeTable(DefPersistable, String, String, String, String, Hashtable) - Method in class oracle.jbo.mom.xml.XMLOutputStream
 
-  
 
- writeTable(DefPersistable, String, String, String, String, HashMap) - Method in class oracle.jbo.mom.xml.XMLOutputStream
 
-  
 
- writeToString(SOAPMessage) - Static method in class oracle.adf.model.connection.webservice.util.SoapUtil
 
-  
 
- writeToXML(XMLOutputStream) - Method in class oracle.jbo.mom.xml.DTAttrsHolder
 
-  
 
- writeUserObject(String, String) - Method in interface oracle.jbo.mom.xml.DefWriter
 
-  
 
- writeUserObject(String, String, String) - Method in interface oracle.jbo.mom.xml.DefWriter
 
-  
 
- writeUserObject(String, String, String) - Method in class oracle.jbo.mom.xml.ElementDefWriter
 
-  
 
- writeUserObject(String, String) - Method in class oracle.jbo.mom.xml.ElementDefWriter
 
-  
 
- writeUserObject(String, String, String) - Method in class oracle.jbo.mom.xml.XMLOutputStream
 
-  
 
- writeUserObject(String, String) - Method in class oracle.jbo.mom.xml.XMLOutputStream
 
-  
 
- writeUserObjectWithAttrs(String, String, String, LinkedHashMap) - Method in interface oracle.jbo.mom.xml.DefWriter
 
-  
 
- writeUserObjectWithAttrs(String, String, String, LinkedHashMap) - Method in class oracle.jbo.mom.xml.ElementDefWriter
 
-  
 
- writeUserObjectWithAttrs(String, String, String, LinkedHashMap) - Method in class oracle.jbo.mom.xml.XMLOutputStream
 
-  
 
- writeUserObjectWithName(String, String, String) - Method in class oracle.jbo.mom.xml.XMLOutputStream
 
-  
 
- writeUserString(String, String) - Method in interface oracle.jbo.mom.xml.DefWriter
 
- 
This method writes an attribute of type String
 This method writes the String as it is.
 
- writeUserString(String, String) - Method in class oracle.jbo.mom.xml.ElementDefWriter
 
-  
 
- writeUserString(String, String) - Method in class oracle.jbo.mom.xml.XMLOutputStream
 
- 
This method writes an attribute of type String
 This method replaces the system characters such as '"&<> to
 escape sequances that XML parser understands.
 
- writeUserStringArrayElement(String, String, Iterator) - Method in interface oracle.jbo.mom.xml.DefWriter
 
-  
 
- writeUserStringArrayElement(String, String, Iterator) - Method in class oracle.jbo.mom.xml.ElementDefWriter
 
-  
 
- writeUserStringArrayElement(String, String, Iterator) - Method in class oracle.jbo.mom.xml.XMLOutputStream
 
- 
This method writes CData elements of type String
 
- writeUserStringElementsMap(DefPersistable, String, String, HashMap) - Method in interface oracle.jbo.mom.xml.DefWriter
 
-  
 
- writeUserStringElementsMap(DefPersistable, String, String, HashMap) - Method in class oracle.jbo.mom.xml.ElementDefWriter
 
-  
 
- writeUserStringElementsMap(DefPersistable, String, String, HashMap) - Method in class oracle.jbo.mom.xml.XMLOutputStream
 
-  
 
- writeValue(Object) - Method in interface oracle.jbo.common.ampool.SessionCookie
 
- 
Write the cookie value to the specified data sink.
 
- writeValue(Object, String) - Method in interface oracle.jbo.common.ampool.SessionCookie
 
- 
Write the specified cookie value to the specified data sink.
 
- writeValue(Object) - Method in class oracle.jbo.common.ampool.SessionCookieImpl
 
-  
 
- writeValue(Object, String) - Method in class oracle.jbo.common.ampool.SessionCookieImpl
 
-  
 
- writeVariableValues(String, Object[]) - Method in interface oracle.jbo.mom.xml.DefWriter
 
-  
 
- writeVariableValues(String, Object[]) - Method in class oracle.jbo.mom.xml.ElementDefWriter
 
-  
 
- writeVariableValues(String, Object[]) - Method in class oracle.jbo.mom.xml.XMLOutputStream
 
-  
 
- writeVarsToXML(Document, Element, boolean) - Method in class oracle.jbo.common.VariableValueManagerImpl
 
-  
 
- writeVarsToXML(Document, Element, boolean) - Method in interface oracle.jbo.VariableValueManager
 
- 
Writes XML elements for all variables in this variable manager and appends
 them to the given parent node.
 
- writeVersion(DefWriter) - Static method in class oracle.jbo.mom.PersistableDefObject
 
-  
 
- writeXML(long, HashMap) - Method in class oracle.adf.model.generic.RowImpl
 
-  
 
- writeXML(int, long) - Method in class oracle.adf.model.generic.RowImpl
 
-  
 
- writeXML(long, HashMap, XSLStylesheet) - Method in class oracle.adf.model.generic.RowImpl
 
-  
 
- writeXML(int, long, XSLStylesheet) - Method in class oracle.adf.model.generic.RowImpl
 
-  
 
- writeXML(long, HashMap) - Method in class oracle.jbo.client.remote.RowImpl
 
-  
 
- writeXML(int, long) - Method in class oracle.jbo.client.remote.RowImpl
 
-  
 
- writeXML(long, HashMap, XSLStylesheet) - Method in class oracle.jbo.client.remote.RowImpl
 
-  
 
- writeXML(int, long, XSLStylesheet) - Method in class oracle.jbo.client.remote.RowImpl
 
-  
 
- writeXML(long, HashMap) - Method in class oracle.jbo.client.remote.TransPostEntityRow
 
-  
 
- writeXML(long, HashMap, XSLStylesheet) - Method in class oracle.jbo.client.remote.TransPostEntityRow
 
-  
 
- writeXML(int, long) - Method in class oracle.jbo.client.remote.TransPostEntityRow
 
-  
 
- writeXML(int, long, XSLStylesheet) - Method in class oracle.jbo.client.remote.TransPostEntityRow
 
-  
 
- writeXML(long, HashMap) - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
-  
 
- writeXML(int, long) - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
-  
 
- writeXML(long, HashMap, XSLStylesheet) - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
-  
 
- writeXML(int, long, XSLStylesheet) - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
-  
 
- writeXML(File) - Method in class oracle.jbo.common.ClientDocument
 
- 
Writes the hierarchy tree in XML format to a file.
 
- writeXML(int, long) - Method in class oracle.jbo.common.ws.WSRowSetImpl
 
-  
 
- writeXML(int, long, XSLStylesheet) - Method in class oracle.jbo.common.ws.WSRowSetImpl
 
-  
 
- writeXML(long, HashMap) - Method in class oracle.jbo.common.ws.WSRowSetImpl
 
-  
 
- writeXML(long, HashMap, XSLStylesheet) - Method in class oracle.jbo.common.ws.WSRowSetImpl
 
-  
 
- writeXML(int, long) - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
-  
 
- writeXML(int, long, XSLStylesheet) - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
-  
 
- writeXML(long, HashMap) - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
-  
 
- writeXML(long, HashMap, XSLStylesheet) - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
-  
 
- writeXML(int, long) - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
-  
 
- writeXML(int, long, XSLStylesheet) - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
-  
 
- writeXML(long, HashMap) - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
-  
 
- writeXML(long, HashMap, XSLStylesheet) - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
-  
 
- writeXML(long, HashMap) - Method in class oracle.jbo.server.RowImpl
 
-  
 
- writeXML(long, HashMap, XSLStylesheet) - Method in class oracle.jbo.server.RowImpl
 
-  
 
- writeXML(int, long, XSLStylesheet) - Method in class oracle.jbo.server.RowImpl
 
- 
Writes this row as XML in the given XML document, according to the
 specified XSLT stylesheet.
 
- writeXML(int, long) - Method in class oracle.jbo.server.RowImpl
 
- 
Writes this row as XML in the given XML document.
 
- writeXML(long, HashMap) - Method in class oracle.jbo.server.ViewObjectImpl
 
-  
 
- writeXML(int, long, XSLStylesheet) - Method in class oracle.jbo.server.ViewObjectImpl
 
- 
Writes the contents of this View Object by creating a new RowSet
 and rendering it in XML.
 
- writeXML(long, HashMap, XSLStylesheet) - Method in class oracle.jbo.server.ViewObjectImpl
 
-  
 
- writeXML(int, long) - Method in class oracle.jbo.server.ViewObjectImpl
 
- 
Renders data in a canonical XML-format.
 
- writeXML(long, HashMap) - Method in class oracle.jbo.server.ViewRowImpl
 
- 
Writes this row as XML in the given XML document.
 
- writeXML(long, HashMap) - Method in class oracle.jbo.ViewCriteriaRow
 
-  
 
- writeXML(long, HashMap, XSLStylesheet) - Method in class oracle.jbo.ViewCriteriaRow
 
-  
 
- writeXML(int, long) - Method in class oracle.jbo.ViewCriteriaRow
 
-  
 
- writeXML(int, long, XSLStylesheet) - Method in class oracle.jbo.ViewCriteriaRow
 
-  
 
- writeXML(int, long) - Method in interface oracle.jbo.XMLInterface
 
- 
Renders data in a canonical XML-format.
 
- writeXML(int, long, XSLStylesheet) - Method in interface oracle.jbo.XMLInterface
 
-  
 
- writeXML(long, HashMap) - Method in interface oracle.jbo.XMLInterface
 
- 
Renders data in a canonical XML-format.
 
- writeXML(long, HashMap, XSLStylesheet) - Method in interface oracle.jbo.XMLInterface
 
-  
 
- writeXMLContents() - Method in class oracle.adf.model.binding.DCDefBase
 
-  
 
- writeXMLContents() - Method in class oracle.jbo.client.remote.ClientViewDef
 
-  
 
- writeXMLContents() - Method in interface oracle.jbo.common.PDefViewObjectInterface
 
-  
 
- writeXMLContents() - Method in class oracle.jbo.mom.PersistableDefObject
 
-  
 
- writeXMLContents() - Method in class oracle.jbo.server.RowDef
 
-  
 
- writeXMLContents() - Method in class oracle.jbo.uicli.mom.JUApplicationDefImpl
 
-  
 
- writeXMLContents() - Method in interface oracle.jbo.ViewDef
 
-  
 
- WSAMComponent - Class in oracle.jbo.common.ws
 
-  
 
- WSApplicationModuleImpl - Class in oracle.jbo.common.ws
 
-  
 
- WSApplicationModuleImpl(ApplicationModule) - Constructor for class oracle.jbo.common.ws.WSApplicationModuleImpl
 
-  
 
- WSApplicationModuleImpl(SessionCookie) - Constructor for class oracle.jbo.common.ws.WSApplicationModuleImpl
 
-  
 
- WSApplicationModuleImpl(String, WSApplicationModuleImpl) - Constructor for class oracle.jbo.common.ws.WSApplicationModuleImpl
 
-  
 
- WSApplicationModuleImpl(String, String, WSApplicationModuleImpl) - Constructor for class oracle.jbo.common.ws.WSApplicationModuleImpl
 
-  
 
- WSApplicationModuleMarshaller - Interface in oracle.jbo.common.ws
 
-  
 
- WSAttributeDefImpl - Class in oracle.jbo.common.ws
 
-  
 
- WSAttributeDefImpl(String) - Constructor for class oracle.jbo.common.ws.WSAttributeDefImpl
 
-  
 
- WSComponentObjectImpl - Class in oracle.jbo.common.ws
 
-  
 
- WSComponentObjectImpl(String, WSApplicationModuleImpl) - Constructor for class oracle.jbo.common.ws.WSComponentObjectImpl
 
-  
 
- WSComponentObjectImpl(String, String, WSApplicationModuleImpl) - Constructor for class oracle.jbo.common.ws.WSComponentObjectImpl
 
-  
 
- WSDataControl - Class in oracle.adfinternal.model.adapter.webservice
 
- 
The WebService Data control allows the ADF data control to invoke any
 Webservice via an underlying provider framework of either SOAP runtime
 or WSIF.
 
- WSDataControl(String) - Constructor for class oracle.adfinternal.model.adapter.webservice.WSDataControl
 
- 
Create an instance of the Webservice Data control.
 
- WSDCResource - Class in oracle.adfinternal.model.adapter.webservice.resource
 
- 
Error messages for the WebService Data Control
 
- WSDCResource() - Constructor for class oracle.adfinternal.model.adapter.webservice.resource.WSDCResource
 
-  
 
- WSDCResourceBundle - Class in oracle.adfinternal.model.adapter.webservice.resource
 
-  
 
- WSDCResourceBundle() - Constructor for class oracle.adfinternal.model.adapter.webservice.resource.WSDCResourceBundle
 
-  
 
- WSDCResourceBundle_ar - Class in oracle.adfinternal.model.adapter.webservice.resource
 
-  
 
- WSDCResourceBundle_ar() - Constructor for class oracle.adfinternal.model.adapter.webservice.resource.WSDCResourceBundle_ar
 
-  
 
- WSDCResourceBundle_cs - Class in oracle.adfinternal.model.adapter.webservice.resource
 
-  
 
- WSDCResourceBundle_cs() - Constructor for class oracle.adfinternal.model.adapter.webservice.resource.WSDCResourceBundle_cs
 
-  
 
- WSDCResourceBundle_da - Class in oracle.adfinternal.model.adapter.webservice.resource
 
-  
 
- WSDCResourceBundle_da() - Constructor for class oracle.adfinternal.model.adapter.webservice.resource.WSDCResourceBundle_da
 
-  
 
- WSDCResourceBundle_de - Class in oracle.adfinternal.model.adapter.webservice.resource
 
-  
 
- WSDCResourceBundle_de() - Constructor for class oracle.adfinternal.model.adapter.webservice.resource.WSDCResourceBundle_de
 
-  
 
- WSDCResourceBundle_el - Class in oracle.adfinternal.model.adapter.webservice.resource
 
-  
 
- WSDCResourceBundle_el() - Constructor for class oracle.adfinternal.model.adapter.webservice.resource.WSDCResourceBundle_el
 
-  
 
- WSDCResourceBundle_en - Class in oracle.adfinternal.model.adapter.webservice.resource
 
-  
 
- WSDCResourceBundle_en() - Constructor for class oracle.adfinternal.model.adapter.webservice.resource.WSDCResourceBundle_en
 
-  
 
- WSDCResourceBundle_es - Class in oracle.adfinternal.model.adapter.webservice.resource
 
-  
 
- WSDCResourceBundle_es() - Constructor for class oracle.adfinternal.model.adapter.webservice.resource.WSDCResourceBundle_es
 
-  
 
- WSDCResourceBundle_fi - Class in oracle.adfinternal.model.adapter.webservice.resource
 
-  
 
- WSDCResourceBundle_fi() - Constructor for class oracle.adfinternal.model.adapter.webservice.resource.WSDCResourceBundle_fi
 
-  
 
- WSDCResourceBundle_fr - Class in oracle.adfinternal.model.adapter.webservice.resource
 
-  
 
- WSDCResourceBundle_fr() - Constructor for class oracle.adfinternal.model.adapter.webservice.resource.WSDCResourceBundle_fr
 
-  
 
- WSDCResourceBundle_fr_CA - Class in oracle.adfinternal.model.adapter.webservice.resource
 
-  
 
- WSDCResourceBundle_fr_CA() - Constructor for class oracle.adfinternal.model.adapter.webservice.resource.WSDCResourceBundle_fr_CA
 
-  
 
- WSDCResourceBundle_hu - Class in oracle.adfinternal.model.adapter.webservice.resource
 
-  
 
- WSDCResourceBundle_hu() - Constructor for class oracle.adfinternal.model.adapter.webservice.resource.WSDCResourceBundle_hu
 
-  
 
- WSDCResourceBundle_it - Class in oracle.adfinternal.model.adapter.webservice.resource
 
-  
 
- WSDCResourceBundle_it() - Constructor for class oracle.adfinternal.model.adapter.webservice.resource.WSDCResourceBundle_it
 
-  
 
- WSDCResourceBundle_iw - Class in oracle.adfinternal.model.adapter.webservice.resource
 
-  
 
- WSDCResourceBundle_iw() - Constructor for class oracle.adfinternal.model.adapter.webservice.resource.WSDCResourceBundle_iw
 
-  
 
- WSDCResourceBundle_ja - Class in oracle.adfinternal.model.adapter.webservice.resource
 
-  
 
- WSDCResourceBundle_ja() - Constructor for class oracle.adfinternal.model.adapter.webservice.resource.WSDCResourceBundle_ja
 
-  
 
- WSDCResourceBundle_ko - Class in oracle.adfinternal.model.adapter.webservice.resource
 
-  
 
- WSDCResourceBundle_ko() - Constructor for class oracle.adfinternal.model.adapter.webservice.resource.WSDCResourceBundle_ko
 
-  
 
- WSDCResourceBundle_nl - Class in oracle.adfinternal.model.adapter.webservice.resource
 
-  
 
- WSDCResourceBundle_nl() - Constructor for class oracle.adfinternal.model.adapter.webservice.resource.WSDCResourceBundle_nl
 
-  
 
- WSDCResourceBundle_no - Class in oracle.adfinternal.model.adapter.webservice.resource
 
-  
 
- WSDCResourceBundle_no() - Constructor for class oracle.adfinternal.model.adapter.webservice.resource.WSDCResourceBundle_no
 
-  
 
- WSDCResourceBundle_pl - Class in oracle.adfinternal.model.adapter.webservice.resource
 
-  
 
- WSDCResourceBundle_pl() - Constructor for class oracle.adfinternal.model.adapter.webservice.resource.WSDCResourceBundle_pl
 
-  
 
- WSDCResourceBundle_pt - Class in oracle.adfinternal.model.adapter.webservice.resource
 
-  
 
- WSDCResourceBundle_pt() - Constructor for class oracle.adfinternal.model.adapter.webservice.resource.WSDCResourceBundle_pt
 
-  
 
- WSDCResourceBundle_pt_BR - Class in oracle.adfinternal.model.adapter.webservice.resource
 
-  
 
- WSDCResourceBundle_pt_BR() - Constructor for class oracle.adfinternal.model.adapter.webservice.resource.WSDCResourceBundle_pt_BR
 
-  
 
- WSDCResourceBundle_ro - Class in oracle.adfinternal.model.adapter.webservice.resource
 
-  
 
- WSDCResourceBundle_ro() - Constructor for class oracle.adfinternal.model.adapter.webservice.resource.WSDCResourceBundle_ro
 
-  
 
- WSDCResourceBundle_ru - Class in oracle.adfinternal.model.adapter.webservice.resource
 
-  
 
- WSDCResourceBundle_ru() - Constructor for class oracle.adfinternal.model.adapter.webservice.resource.WSDCResourceBundle_ru
 
-  
 
- WSDCResourceBundle_sk - Class in oracle.adfinternal.model.adapter.webservice.resource
 
-  
 
- WSDCResourceBundle_sk() - Constructor for class oracle.adfinternal.model.adapter.webservice.resource.WSDCResourceBundle_sk
 
-  
 
- WSDCResourceBundle_sv - Class in oracle.adfinternal.model.adapter.webservice.resource
 
-  
 
- WSDCResourceBundle_sv() - Constructor for class oracle.adfinternal.model.adapter.webservice.resource.WSDCResourceBundle_sv
 
-  
 
- WSDCResourceBundle_th - Class in oracle.adfinternal.model.adapter.webservice.resource
 
-  
 
- WSDCResourceBundle_th() - Constructor for class oracle.adfinternal.model.adapter.webservice.resource.WSDCResourceBundle_th
 
-  
 
- WSDCResourceBundle_tr - Class in oracle.adfinternal.model.adapter.webservice.resource
 
-  
 
- WSDCResourceBundle_tr() - Constructor for class oracle.adfinternal.model.adapter.webservice.resource.WSDCResourceBundle_tr
 
-  
 
- WSDCResourceBundle_zh_CN - Class in oracle.adfinternal.model.adapter.webservice.resource
 
-  
 
- WSDCResourceBundle_zh_CN() - Constructor for class oracle.adfinternal.model.adapter.webservice.resource.WSDCResourceBundle_zh_CN
 
-  
 
- WSDCResourceBundle_zh_TW - Class in oracle.adfinternal.model.adapter.webservice.resource
 
-  
 
- WSDCResourceBundle_zh_TW() - Constructor for class oracle.adfinternal.model.adapter.webservice.resource.WSDCResourceBundle_zh_TW
 
-  
 
- WSDefinition - Class in oracle.adfinternal.model.adapter.webservice
 
- 
/**
 Definition of the WebService data control instance.
 
- WSDefinition() - Constructor for class oracle.adfinternal.model.adapter.webservice.WSDefinition
 
- 
Create this Data Control defintion
 
- WSDefinition(URL) - Constructor for class oracle.adfinternal.model.adapter.webservice.WSDefinition
 
- 
Create this Data Control defintion from the WSDL source
 
- WSDefinition(String) - Constructor for class oracle.adfinternal.model.adapter.webservice.WSDefinition
 
- 
Create  Data Control defintion
 
- WSDefinition(String, URL, boolean) - Constructor for class oracle.adfinternal.model.adapter.webservice.WSDefinition
 
- 
Create this Data control definition instance.
 
- WSDefinition(String, URL, boolean, boolean) - Constructor for class oracle.adfinternal.model.adapter.webservice.WSDefinition
 
- 
Create this Data control definition instance.
 
- WSDefinition(String, URL, boolean, boolean, String) - Constructor for class oracle.adfinternal.model.adapter.webservice.WSDefinition
 
- 
Create this Data control definition instance.
 
- WSDefinition(String, URL, WSModel, QName, String, boolean, boolean, String) - Constructor for class oracle.adfinternal.model.adapter.webservice.WSDefinition
 
- 
Use the constructor if WSDL has more than one service or port
 
- WSDefinition(String, URL, WSModel, QName, String, boolean, boolean) - Constructor for class oracle.adfinternal.model.adapter.webservice.WSDefinition
 
- 
Use the constructor if WSDL has more than one service or port
 
- WSDefinition(String, URL) - Constructor for class oracle.adfinternal.model.adapter.webservice.WSDefinition
 
- 
Create this Data control definition instance.
 
- WSDefinition(String, URL, WSModel, QName) - Constructor for class oracle.adfinternal.model.adapter.webservice.WSDefinition
 
- 
Create this Data control definition instance from the WSDL url and 
 the model representing the service.
 
- WSDefinitionObject - Class in oracle.adfinternal.model.adapter.webservice
 
- 
WSDefinitionObject allows the StructureDefinition object to be loaded in JUMetaObjectManager,
 hence eliminating the need for conversion of StructureDefImpl to StructureDefinition.
 
- WSDefinitionObject(StructureDefinition) - Constructor for class oracle.adfinternal.model.adapter.webservice.WSDefinitionObject
 
-  
 
- WSDL_ATTRIBUTE - Static variable in class oracle.adf.model.connection.webservice.api.WebServiceConnectionFactory
 
-  
 
- WSDL_READER_AUTHORIZATION_PROMPTER_ATTRIBUTE - Static variable in class oracle.adf.model.connection.webservice.api.WebServiceConnectionFactory
 
-  
 
- WSDL_READER_AUTHORIZATION_PROMPTER_ATTRIBUTE - Static variable in class oracle.adf.model.connection.webservice.util.WsdlUtil
 
-  
 
- WSDL_READER_KEY_PASSWORD_ATTRIBUTE - Static variable in class oracle.adf.model.connection.webservice.api.WebServiceConnectionFactory
 
-  
 
- WSDL_READER_KEY_PASSWORD_ATTRIBUTE - Static variable in class oracle.adf.model.connection.webservice.util.WsdlUtil
 
-  
 
- WSDL_READER_KEYSTORE_ATTRIBUTE - Static variable in class oracle.adf.model.connection.webservice.api.WebServiceConnectionFactory
 
-  
 
- WSDL_READER_KEYSTORE_ATTRIBUTE - Static variable in class oracle.adf.model.connection.webservice.util.WsdlUtil
 
-  
 
- WSDL_READER_KEYSTORE_FILE_ATTRIBUTE - Static variable in class oracle.adf.model.connection.webservice.api.WebServiceConnectionFactory
 
-  
 
- WSDL_READER_KEYSTORE_FILE_ATTRIBUTE - Static variable in class oracle.adf.model.connection.webservice.util.WsdlUtil
 
-  
 
- WSDL_READER_KEYSTORE_PASSWORD_ATTRIBUTE - Static variable in class oracle.adf.model.connection.webservice.api.WebServiceConnectionFactory
 
-  
 
- WSDL_READER_KEYSTORE_PASSWORD_ATTRIBUTE - Static variable in class oracle.adf.model.connection.webservice.util.WsdlUtil
 
-  
 
- WSDL_READER_KEYSTORE_TYPE_ATTRIBUTE - Static variable in class oracle.adf.model.connection.webservice.api.WebServiceConnectionFactory
 
-  
 
- WSDL_READER_KEYSTORE_TYPE_ATTRIBUTE - Static variable in class oracle.adf.model.connection.webservice.util.WsdlUtil
 
-  
 
- WSDL_READER_PROXY_ATTRIBUTE - Static variable in class oracle.adf.model.connection.webservice.api.WebServiceConnectionFactory
 
-  
 
- WSDL_READER_PROXY_ATTRIBUTE - Static variable in class oracle.adf.model.connection.webservice.util.WsdlUtil
 
-  
 
- WSDL_READER_PROXY_HOST_ATTRIBUTE - Static variable in class oracle.adf.model.connection.webservice.api.WebServiceConnectionFactory
 
-  
 
- WSDL_READER_PROXY_HOST_ATTRIBUTE - Static variable in class oracle.adf.model.connection.webservice.util.WsdlUtil
 
-  
 
- WSDL_READER_PROXY_PORT_ATTRIBUTE - Static variable in class oracle.adf.model.connection.webservice.api.WebServiceConnectionFactory
 
-  
 
- WSDL_READER_PROXY_PORT_ATTRIBUTE - Static variable in class oracle.adf.model.connection.webservice.util.WsdlUtil
 
-  
 
- WSDL_READER_TIMEOUT_ATTRIBUTE - Static variable in class oracle.adf.model.connection.webservice.api.WebServiceConnectionFactory
 
-  
 
- WSDL_READER_TIMEOUT_ATTRIBUTE - Static variable in class oracle.adf.model.connection.webservice.util.WsdlUtil
 
-  
 
- WSDL_READER_TRUSTSTORE_ATTRIBUTE - Static variable in class oracle.adf.model.connection.webservice.api.WebServiceConnectionFactory
 
-  
 
- WSDL_READER_TRUSTSTORE_ATTRIBUTE - Static variable in class oracle.adf.model.connection.webservice.util.WsdlUtil
 
-  
 
- WSDL_READER_TRUSTSTORE_FILE_ATTRIBUTE - Static variable in class oracle.adf.model.connection.webservice.api.WebServiceConnectionFactory
 
-  
 
- WSDL_READER_TRUSTSTORE_FILE_ATTRIBUTE - Static variable in class oracle.adf.model.connection.webservice.util.WsdlUtil
 
-  
 
- WSDL_READER_TRUSTSTORE_PASSWORD_ATTRIBUTE - Static variable in class oracle.adf.model.connection.webservice.api.WebServiceConnectionFactory
 
-  
 
- WSDL_READER_TRUSTSTORE_PASSWORD_ATTRIBUTE - Static variable in class oracle.adf.model.connection.webservice.util.WsdlUtil
 
-  
 
- WSDL_READER_TRUSTSTORE_TYPE_ATTRIBUTE - Static variable in class oracle.adf.model.connection.webservice.api.WebServiceConnectionFactory
 
-  
 
- WSDL_READER_TRUSTSTORE_TYPE_ATTRIBUTE - Static variable in class oracle.adf.model.connection.webservice.util.WsdlUtil
 
-  
 
- WSDLConstants - Interface in oracle.adfinternal.model.adapter.webservice
 
- 
WSDLConstants provides an interface to constants referenced by the 
 
WSModel when parsing a WSDL URL.
 
 
- wsdlStr - Variable in class oracle.adf.model.connection.webservice.impl.WebServiceConnectionConfig
 
-  
 
- WsdlUtil - Class in oracle.adf.model.connection.webservice.util
 
-  
 
- WsdlUtil() - Constructor for class oracle.adf.model.connection.webservice.util.WsdlUtil
 
-  
 
- WSEODataSourceImpl - Class in oracle.jbo.datasource
 
-  
 
- WSEODataSourceImpl() - Constructor for class oracle.jbo.datasource.WSEODataSourceImpl
 
-  
 
- WSModel - Class in oracle.adfinternal.model.adapter.webservice
 
- 
WSModel provides the design time model for the webservice data control.
 
- WSModel(URL) - Constructor for class oracle.adfinternal.model.adapter.webservice.WSModel
 
- 
Create an instance of the WSDL model from the WSDL URL.
 
- WSModel(Model) - Constructor for class oracle.adfinternal.model.adapter.webservice.WSModel
 
- 
Instantiate this Data control model with a associated MDDS model
 
- WSModel(Definition) - Constructor for class oracle.adfinternal.model.adapter.webservice.WSModel
 
- 
Instantiate this Data control Model with a WSDL definition.
 
- WSModel(URL, Model) - Constructor for class oracle.adfinternal.model.adapter.webservice.WSModel
 
- 
Instantiate this Data control model with a associated MDDS model
 
- WSObject - Class in oracle.jbo.common.ws
 
-  
 
- WSOperation - Class in oracle.adfinternal.model.adapter.webservice
 
- 
WSOperation encapsulates a Webservice operation at ADF design time.
 
- WSOperation(String) - Constructor for class oracle.adfinternal.model.adapter.webservice.WSOperation
 
- 
Creates an instance of the WSOperation.
 
- WSOperation(String, Operation) - Constructor for class oracle.adfinternal.model.adapter.webservice.WSOperation
 
- 
Create an instance of this WebService operation.
 
- WSProvider - Interface in oracle.adfinternal.model.adapter.webservice.provider
 
- 
Provider interface for the Webservice data control.
 
- WSProxy - Class in oracle.jbo.common.ws
 
-  
 
- WSProxy(Exportable, Class, Class) - Constructor for class oracle.jbo.common.ws.WSProxy
 
-  
 
- WSRowSet - Interface in oracle.jbo.common.ws
 
-  
 
- WSRowSetImpl - Class in oracle.jbo.common.ws
 
-  
 
- WSRowSetIteratorBase - Class in oracle.jbo.common.ws
 
-  
 
- WSRowSetIteratorImpl - Class in oracle.jbo.common.ws
 
-  
 
- WSRowSetIteratorMarshaller - Interface in oracle.jbo.common.ws
 
-  
 
- WSRowSetMarshaller - Interface in oracle.jbo.common.ws
 
-  
 
- WSVariableValueManagerMarshaller - Interface in oracle.jbo.common.ws
 
-  
 
- WSViewLinkImpl - Class in oracle.jbo.common.ws
 
-  
 
- WSViewObjectImpl - Class in oracle.jbo.common.ws
 
-  
 
- WSViewObjectMarshaller - Interface in oracle.jbo.common.ws
 
-  
 
- WSVODataSourceImpl - Class in oracle.jbo.datasource
 
-  
 
- WSVODataSourceImpl() - Constructor for class oracle.jbo.datasource.WSVODataSourceImpl
 
-