@Deprecated
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)
Deprecated.
|
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)
Deprecated.
|
static OrdDomainIOInterface |
getOrdObject(oracle.jbo.AttributeDef attrDef,
OrdFileSource tempFile,
oracle.jbo.Row row,
oracle.jbo.ApplicationModule am,
java.lang.String mimeType)
Deprecated.
|
static boolean |
isOrdDomainType(oracle.jbo.AttributeDef attrDef)
Deprecated.
|
static boolean |
isOrdDomainType(java.lang.String attrType)
Deprecated.
Internal: Applications should not use this method.
|
static boolean |
isOrdImageType(oracle.jbo.AttributeDef attrDef)
Deprecated.
|
static void |
loadAndSetProperties(OrdDomainIOInterface domain)
Deprecated.
|
static java.lang.Object |
newInstance(oracle.jbo.AttributeDef attrDef)
Deprecated.
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)
Deprecated.
|
public static void loadAndSetProperties(OrdDomainIOInterface domain) throws java.sql.SQLException, java.io.IOException
domain - domainjava.sql.SQLException - SQLExceptionjava.io.IOException - IOExceptionpublic static java.lang.String printXMLDefinition(java.util.Hashtable allDefs,
java.io.PrintWriter pw,
boolean bContainees,
java.lang.String xmlTag)
allDefs - allDefspw - pwbContainees - bContaineesxmlTag - xmlTagpublic static boolean isOrdDomainType(oracle.jbo.AttributeDef attrDef)
attrDef - attrDefpublic static boolean isOrdImageType(oracle.jbo.AttributeDef attrDef)
attrDef - attrDefpublic static boolean isOrdDomainType(java.lang.String attrType)
attrType - attrType attrType attrTypepublic static java.lang.Object newInstance(oracle.jbo.AttributeDef attrDef)
throws java.lang.IllegalAccessException,
java.lang.InstantiationException
attrDef - attrDef attrDef attrDefjava.lang.IllegalAccessException - IllegalAccessExceptionjava.lang.InstantiationException - InstantiationExceptionpublic static OrdFileSource createTempFile(java.io.InputStream inputStream, java.lang.String mimeType, java.lang.String tempDir) throws java.lang.Exception
inputStream - inputStreammimeType - mimeTypetempDir - tempDirjava.lang.Exception - 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
originalFileName - originalFileNamecontentType - contentTypecontentsInputStream - contentsInputStreamlenHint - lenHintmaxMemory - maxMemorytempFileDir - tempFileDirjava.io.IOException - 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
attrDef - attrDeftempFile - tempFilerow - rowam - ammimeType - mimeTypejava.lang.InstantiationException - InstantiationExceptionjava.lang.IllegalAccessException - IllegalAccessException