Oracle9i Business Components for Java InterMedia API Reference
Oracle9i JDeveloper (9.0.4)
B10394-01

oracle.ord.im
Class OrdDomainUtil

java.lang.Object
  |
  +--oracle.ord.im.OrdDomainUtil

public class OrdDomainUtil
extends java.lang.Object

Provides some utility methods for internal use.

Since:
JDev5.0

Method Summary
static OrdFileSource createTempFile(java.io.InputStream inputStream, java.lang.String mimeType, java.lang.String tempDir)
          Internal: Applications should not use this method.
static OrdHttpUploadFile getOrdHttpUploadFile(java.lang.String originalFileName, java.lang.String contentType, java.io.InputStream contentsInputStream, int lenHint, int maxMemory, java.lang.String tempFileDir)
          Internal: Applications should not use this method.
static boolean isOrdDomainType(oracle.jbo.AttributeDef attrDef)
          Internal: Applications should not use this method.
static boolean isOrdDomainType(java.lang.String attrType)
          Internal: Applications should not use this method.
static boolean isOrdImageType(oracle.jbo.AttributeDef attrDef)
          Internal: Applications should not use this method.
static void loadAndSetProperties(OrdDomainIOInterface domain)
          Internal: Applications should not use this method.
static java.lang.Object newInstance(oracle.jbo.AttributeDef attrDef)
          Internal: Applications should not use this method.
static java.lang.String printXMLDefinition(java.util.Hashtable allDefs, java.io.PrintWriter pw, boolean bContainees, java.lang.String xmlTag)
          Internal: Applications should not use this method.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

loadAndSetProperties

public static void loadAndSetProperties(OrdDomainIOInterface domain)
                                 throws java.sql.SQLException,
                                        java.io.IOException
Internal: Applications should not use this method.
java.sql.SQLException
java.io.IOException

printXMLDefinition

public static java.lang.String printXMLDefinition(java.util.Hashtable allDefs,
                                                  java.io.PrintWriter pw,
                                                  boolean bContainees,
                                                  java.lang.String xmlTag)
Internal: Applications should not use this method.

isOrdDomainType

public static boolean isOrdDomainType(oracle.jbo.AttributeDef attrDef)
Internal: Applications should not use this method.

isOrdImageType

public static boolean isOrdImageType(oracle.jbo.AttributeDef attrDef)
Internal: Applications should not use this method.

isOrdDomainType

public static boolean isOrdDomainType(java.lang.String attrType)
Internal: Applications should not use this method.

newInstance

public static java.lang.Object newInstance(oracle.jbo.AttributeDef attrDef)
                                    throws java.lang.IllegalAccessException,
                                           java.lang.InstantiationException
Internal: Applications should not use this method.
java.lang.IllegalAccessException
java.lang.InstantiationException

createTempFile

public static OrdFileSource createTempFile(java.io.InputStream inputStream,
                                           java.lang.String mimeType,
                                           java.lang.String tempDir)
                                    throws java.lang.Exception
Internal: Applications should not use this method.
java.lang.Exception

getOrdHttpUploadFile

public static OrdHttpUploadFile getOrdHttpUploadFile(java.lang.String originalFileName,
                                                     java.lang.String contentType,
                                                     java.io.InputStream contentsInputStream,
                                                     int lenHint,
                                                     int maxMemory,
                                                     java.lang.String tempFileDir)
                                              throws java.io.IOException
Internal: Applications should not use this method.
java.io.IOException

Oracle9i Business Components for Java InterMedia API Reference
Oracle9i JDeveloper (9.0.4)
B10394-01

Copyright © 2001,2003, Oracle. All Rights Reserved.