Oracle Fusion Middleware interMedia Domains Java API Reference for Oracle ADF Business Components
11g Release 2 (11.1.2.0.0)

E17485-01

oracle.ord.im
Class OrdDomainUtil

java.lang.Object
  extended by oracle.ord.im.OrdDomainUtil

public class OrdDomainUtil
extends java.lang.Object

Provides some utility methods for internal use.

Since:
JDev5.0
Version:
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 oracle.ord.im.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 OrdDomainIOInterface getOrdObject(oracle.jbo.AttributeDef attrDef, OrdFileSource tempFile, oracle.jbo.Row row, oracle.jbo.ApplicationModule am, java.lang.String mimeType)
           
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
clone, equals, finalize, 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.

Throws:
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.

Throws:
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.

Throws:
java.lang.Exception

getOrdHttpUploadFile

public static oracle.ord.im.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.

Throws:
java.io.IOException

getOrdObject

public static OrdDomainIOInterface getOrdObject(oracle.jbo.AttributeDef attrDef,
                                                OrdFileSource tempFile,
                                                oracle.jbo.Row row,
                                                oracle.jbo.ApplicationModule am,
                                                java.lang.String mimeType)
                                         throws java.lang.InstantiationException,
                                                java.lang.IllegalAccessException
Throws:
java.lang.InstantiationException
java.lang.IllegalAccessException

Oracle Fusion Middleware interMedia Domains Java API Reference for Oracle ADF Business Components
11g Release 2 (11.1.2.0.0)

E17485-01

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