public class OrdDomainUtil
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static void loadAndSetProperties(OrdDomainIOInterface domain) throws java.sql.SQLException, java.io.IOException
java.sql.SQLExceptionjava.io.IOExceptionpublic static java.lang.String printXMLDefinition(java.util.Hashtable allDefs,
java.io.PrintWriter pw,
boolean bContainees,
java.lang.String xmlTag)
public static boolean isOrdDomainType(oracle.jbo.AttributeDef attrDef)
public static boolean isOrdImageType(oracle.jbo.AttributeDef attrDef)
public static boolean isOrdDomainType(java.lang.String attrType)
public static java.lang.Object newInstance(oracle.jbo.AttributeDef attrDef)
throws java.lang.IllegalAccessException,
java.lang.InstantiationException
java.lang.IllegalAccessExceptionjava.lang.InstantiationExceptionpublic static OrdFileSource createTempFile(java.io.InputStream inputStream, java.lang.String mimeType, java.lang.String tempDir) throws java.lang.Exception
java.lang.Exceptionpublic 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
java.io.IOExceptionpublic 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
java.lang.InstantiationExceptionjava.lang.IllegalAccessException