|
interMedia BC4J Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
oracle.ord.im.OrdVideoDomain
Represents interMedia ORDSYS.ORDVideo database type as a domain class in the Business Components for Java (BC4J) framework. Most methods in this class are BC4J tier independent. They can work on either the client tier or the middle tier, which allows the application which uses these methods to work in a tier independent fashion. There are some exceptions which are marked as local mode only:
- getContent
- getBFILE
- getComments
- setComments
- getAllAttributes
- getContentInLob
- getContentAsBlobDomain
- getBFileDomain
- getCommentsAsClobDomain
setComments
, getAllAttributes
and
getContentInLob
.
The term client tier refers to the machine on which the application client is running. Middle tier refers to the server on which the BC4J business components are deployed. The user can use "local mode only" methods when he deploys BC4J and the client application to the same machine. Whereas, the user should use tier independent methods when the application client and BC4J reside on separate machines.
The constructor for this class will create an instance of an
OrdVideoDomain
. The user should either manually obtain a valid
BLOB locator and a JDBC connection for this instance, or rely on the
BC4J framework to obtain a BLOB locator and a JDBC connection for it.
See OrdContentSource
for discussion about how to load media
content to the database by using the interMedia BC4J domain
classes.
OrdVideo
, Serialized FormConstructor Summary | |
OrdVideoDomain()
Constructs a new OrdVideoDomain instance. |
|
OrdVideoDomain(byte[] bytes)
Constructs a new OrdVideoDomain instance. |
|
OrdVideoDomain(OrdHttpUploadFile ohuf)
Constructs a new OrdVideoDomain instance. |
|
OrdVideoDomain(java.lang.String fileName)
Constructs a new OrdVideoDomain instance. |
Method Summary |
Type | Method |
---|---|
boolean |
checkProperties(byte[][] ctx)
|
void |
clearLocal()
Clears the attribute called local to indicate that the content data is stored externally. |
int |
closeSource(byte[][] ctx)
|
oracle.sql.CustomDatum |
create(oracle.sql.Datum d,
int sqlType)
Internal: Applications should not use this method. |
void |
deleteContent()
Deletes any data stored in the database BLOB specified by the localData attribute. |
void |
domainToBeModified(oracle.jbo.domain.DomainInterface d)
Internal: Applications should not use this method. |
void |
doneCommit(oracle.jbo.TransactionStateEvent event)
Internal: Applications should not use this method. |
void |
doneRollback(oracle.jbo.TransactionStateEvent event)
Internal: Applications should not use this method. |
boolean |
equals(java.lang.Object obj)
Compares two OrdVideoDomain objects by their last update time
and content length. |
void |
export(byte[][] ctx,
java.lang.String sourceType,
java.lang.String sourceLocation,
java.lang.String sourceName)
|
oracle.sql.CLOB |
getAllAttributes(byte[][] ctx)
Returns the video properties in a temporary CLOB in a form defined by the format plug-in. |
java.lang.String |
getAttribute(byte[][] ctx,
java.lang.String name)
|
java.lang.Object |
getAttribute(int index)
Internal: Applications should not use this method. |
java.lang.Object |
getAttribute(java.lang.String name)
Internal: Applications should not use this method. |
int |
getAttributeCount()
Internal: Applications should not use this method. |
int |
getAttributeIndexOf(java.lang.String name)
Internal: Applications should not use this method. |
oracle.sql.BFILE |
getBFILE()
Returns a BFILE locator from the database when the srcType attribute is "FILE". |
oracle.jbo.domain.BFileDomain |
getBFileDomain()
Returns a BFileDomain object which wraps the
BFILE locator obtained from the getBFILE method. |
int |
getBitRate()
|
oracle.sql.CLOB |
getComments()
Returns the CLOB locator from the comments attribute. |
oracle.jbo.domain.ClobDomain |
getCommentsAsClobDomain()
Returns a ClobDomain object which wraps the
CLOB locator obtained from the getComments() method. |
java.lang.String |
getCompressionType()
|
oracle.sql.BLOB |
getContent()
Returns the BLOB locator from the localData attribute. |
oracle.jbo.domain.BlobDomain |
getContentAsBlobDomain()
Returns a BlobDomain object which wraps the
BLOB locator from the localData attribute. |
oracle.sql.BLOB |
getContentInLob(byte[][] ctx,
java.lang.String[] mimetype,
java.lang.String[] format)
Returns the data from the BLOB specified by the localData attribute in a temporary BLOB in the database. |
int |
getContentLength()
Returns the length of the video data. |
int |
getContentLength(byte[][] ctx)
|
OrdContentSource |
getContentSource()
Gets the content source which was previously set by the setContentSource method. |
static oracle.sql.CustomDatumFactory |
getCustomDatumFactory()
Internal: Applications should not use this method. |
java.lang.Object |
getData()
Internal: Applications should not use this method. |
byte[] |
getDataInByteArray()
Returns a byte array containing the data from the database BLOB specified by the localData attribute. |
boolean |
getDataInFile(java.lang.String filename)
Writes the data from the database BLOB specified by the localData attribute to a local file. |
java.io.InputStream |
getDataInStream()
Returns an InputStream from which the data in the database BLOB specified by the localData attribute can be read. |
java.lang.String |
getDescription()
|
static oracle.sql.CustomDatumFactory |
getFactory()
Returns the OrdVideoDomain CustomDatumFactory for use by the
getCustomDatum method. |
java.lang.String |
getFormat()
|
int |
getFrameRate()
|
int |
getFrameResolution()
|
int |
getHeight()
|
java.lang.String |
getMimeType()
Returns the mimeType attribute. |
int |
getNumberOfColors()
|
int |
getNumberOfFrames()
|
oracle.jbo.domain.DomainOwnerInterface |
getOwner()
Internal: Applications should not use this method. |
int |
getOwnerAttributeIndex()
Internal: Applications should not use this method. |
java.lang.String |
getRemoteIdString()
Internal: Applications should not use this method. |
long |
getSize()
Internal: Applications should not use this method. |
java.lang.String |
getSource()
|
java.lang.String |
getSourceLocation()
Returns the srcLocation attribute. |
java.lang.String |
getSourceName()
Returns the srcName attribute. |
java.lang.String |
getSourceType()
Returns the srcType attribute. |
int |
getTierInfo()
Gets the tier number information that this object lives in. |
java.sql.Timestamp |
getUpdateTime()
Returns the updateTime attribute. |
int |
getVideoDuration()
|
int |
getWidth()
|
org.w3c.dom.Node |
getXMLContentNode(org.w3c.dom.Document xmlDoc)
Internal: Applications should not use this method. |
static oracle.jbo.domain.XMLDomainFactory |
getXMLDomainFactory(java.lang.Class attrClass)
Internal: Applications should not use this method. |
int |
hashCode()
Returns the hash code as a int |
void |
importData(byte[][] ctx)
|
void |
importFrom(byte[][] ctx,
java.lang.String sourceType,
java.lang.String sourceLocation,
java.lang.String sourceName)
|
boolean |
isConnected()
Determines whether the domain object has an internal JDBC connection to the database. |
boolean |
isLocal()
Determines whether the content data is stored locally in the database in a BLOB specified by the localData attribute. |
boolean |
loadDataFromByteArray(byte[] byteArr)
Loads data from a byte array into the database BLOB specified by the localData attribute. |
boolean |
loadDataFromFile(java.lang.String filename)
Loads data from a file into the database BLOB specified by the localData attribute. |
boolean |
loadDataFromInputStream(java.io.InputStream inpStream)
Loads data from an InputStream into the database BLOB
specified by the
localData attribute. |
void |
loadFromDatabase(oracle.jbo.Transaction xAct)
Internal: Applications should not use this method. |
int |
openSource(byte[] userarg,
byte[][] ctx)
|
void |
prepareForDML(java.lang.Object context)
Internal: Applications should not use this method. |
java.lang.String |
printXMLDefinition(java.util.Hashtable allDefs,
java.io.PrintWriter pw,
boolean bContainees)
Internal: Applications should not use this method. |
byte[] |
processSourceCommand(byte[][] ctx,
java.lang.String cmd,
java.lang.String args,
byte[][] result)
|
byte[] |
processVideoCommand(byte[][] ctx,
java.lang.String cmd,
java.lang.String args,
byte[][] result)
|
int |
readFromSource(byte[][] ctx,
int startpos,
int numbytes,
byte[][] buffer)
|
void |
removeListenerFromTransaction()
Internal: Applications should not use this method. |
void |
saveToDatabase(oracle.jbo.Transaction xAct)
Internal: Applications should not use this method. |
void |
saveToDatabase(oracle.jbo.Transaction xAct,
java.lang.Object emptySQLObject)
Internal: Applications should not use this method. |
void |
setAttribute(int index,
java.lang.Object value)
Internal: Applications should not use this method. |
void |
setAttribute(java.lang.String name,
java.lang.Object value)
Internal: Applications should not use this method. |
void |
setBitRate(int bitRate)
|
void |
setComments(oracle.sql.CLOB comments)
Sets the comments attribute. |
void |
setCompressionType(java.lang.String compressionType)
|
void |
setContentLength(int contentLength)
Does nothing for OrdVideoDomain objects. |
void |
setContentSource(OrdContentSource source)
Sets the content source for deferred loading. |
void |
setContext(oracle.jbo.domain.DomainOwnerInterface owner,
oracle.jbo.Transaction trans,
java.lang.Object ctx)
Internal: Applications should not use this method. |
void |
setDescription(java.lang.String description)
|
void |
setFormat(java.lang.String format)
|
void |
setFrameRate(int frameRate)
|
void |
setFrameResolution(int frameResolution)
|
void |
setHeight(int height)
|
void |
setKnownAttributes(java.lang.String knownformat,
int knownwidth,
int knownheight,
int knownframeresolution,
int knownframerate,
int knownvideoduration,
int knownnumberofframes,
java.lang.String knowncompressiontype,
int knownnumberofcolors,
int knownbitrate)
|
void |
setLocal()
Sets the attribute called local to indicate that the content data is stored locally in the database in a BLOB > specified by the localData attribute. |
void |
setMimeType(java.lang.String MimeType)
Sets the mimeType attribute. |
void |
setNumberOfColors(int numberOfColors)
|
void |
setNumberOfFrames(int numberOfFrames)
|
void |
setProperties()
Parses the video data properties and sets the attributes in the OrdVideoDomain Java object. |
void |
setProperties(byte[][] ctx)
|
void |
setProperties(byte[][] ctx,
boolean setComments)
|
void |
setSource(java.lang.String sourceType,
java.lang.String sourceLocation,
java.lang.String sourceName)
Sets the srcType, srcLocation, and srcName attributes. |
void |
setUpdateTime(java.sql.Timestamp currentTime)
Sets the updateTime attribute. |
void |
setVideoDuration(int videoDuration)
|
void |
setWidth(int width)
|
void |
syncClientLob(oracle.jbo.domain.LobInterface newArrival)
Internal: Applications should not use this method. |
void |
syncServerLob(oracle.jbo.domain.LobInterface oldObj)
Internal: Applications should not use this method. |
java.lang.String |
toString()
Returns a String object describing this object. |
int |
trimSource(byte[][] ctx,
int newLen)
|
int |
writeToSource(byte[][] ctx,
int startpos,
int numbytes,
byte[] buffer)
|
Constructor Detail |
public OrdVideoDomain()
OrdVideoDomain
instance. Before it's
been inserted into the database table and selected back, this new
instance doesn't have a JDBC connection to the database. It also
doesn't have a corresponding existing database ORDSYS.ORDVideo object.public OrdVideoDomain(byte[] bytes)
OrdVideoDomain
instance. Before it has
been inserted into the database table and selected back; this new
instance doesn't have a JDBC connection to the database. It also
doesn't have a corresponding existing database ORDSYS.ORDVideo object.
Users should use deferred loading to load the video content into
the database.
Calling this constructor has the same effect of calling the following two statements.
OrdVideoDomain video = new OrdVideoDomain(); video.setContentSource(new OrdByteArraySource(bytes));
bytes
- the byte array that contains the video contentOrdContentSource
,
OrdByteArraySource
public OrdVideoDomain(java.lang.String fileName)
OrdVideoDomain
instance. Before it has
been inserted into the database table and selected back; this new
instance doesn't have a JDBC connection to the database. It also
doesn't have a corresponding existing database ORDSYS.ORDVideo object.
Users should use deferred loading to load the video content into
the database.
Calling this constructor has the same effect of calling the following two statements.
OrdVideoDomain video = new OrdVideoDomain(); video.setContentSource(new OrdFileSource(fileName));
fileName
- the video file nameOrdContentSource
,
OrdFileSource
public OrdVideoDomain(OrdHttpUploadFile ohuf)
OrdVideoDomain
instance. Before it has
been inserted into the database table and selected back; this new
instance doesn't have a JDBC connection to the database. It also
doesn't have a corresponding existing database ORDSYS.ORDVideo object.
Users should use deferred loading to load the video content into
the database.
Calling this constructor has the same effect of calling the following two statements.
OrdVideoDomain video = new OrdVideoDomain(); video.setContentSource(new OrdHttpUploadFileSource(ohuf));
ohuf
- the video content wrapped as an OrdHttpUploadFile
objectOrdContentSource
,
OrdHttpUploadFileSource
Method Detail |
public static oracle.sql.CustomDatumFactory getFactory()
OrdVideoDomain CustomDatumFactory
for use by the
getCustomDatum
method. Specify this method as the factory
parameter of the getCustomDatum
method when retrieving an
OrdVideoDomain
object from an OracleResultSet
or OracleCallableStatement
. For example:
OrdVideoDomain video = (OrdVideoDomain)rset. getCustomDatum( 1, OrdVideoDomain.getFactory() );
OrdVideoDomain
implementation of the
CustomDatumFactory
interfacepublic static oracle.sql.CustomDatumFactory getCustomDatumFactory()
public java.lang.String toString()
String
object describing this object.
The format of the description is "OrdVideoDomain:
<mimetype>:<length>".String
object describing this objectpublic int hashCode()
int
public boolean equals(java.lang.Object obj)
OrdVideoDomain
objects by their last update time
and content length. For performance reasons, bit by bit comparison
of binary content is not done.obj
- the object to be compared with this objecttrue
if the two OrdVideoDomain
objects have the same last update time and content length;
otherwise, returns false
public oracle.sql.BLOB getContent() throws java.sql.SQLException
oracle.sql.BLOB
java.sql.SQLException
- if an error occurs when accessing the localData attributepublic oracle.sql.BFILE getBFILE() throws java.sql.SQLException
oracle.sql.BFILE
java.sql.SQLException
- if an error occurs while executing the corresponding
getBFILE method in the databasepublic boolean isLocal() throws java.sql.SQLException
OrdDomainIOInterface
isLocal
in interface OrdDomainIOInterface
oracle.ord.im.OrdDomainIOInterface
true
if the data is stored locally in the database
in a BLOB; otherwise, returns false
java.sql.SQLException
- if an error occurs when accessing the
attribute called local.public void clearLocal() throws java.sql.SQLException
OrdDomainIOInterface
clearLocal
in interface OrdDomainIOInterface
oracle.ord.im.OrdDomainIOInterface
java.sql.SQLException
- if an error occurs when accessing the
attribute called local.public void setLocal() throws java.sql.SQLException
OrdDomainIOInterface
setLocal
in interface OrdDomainIOInterface
oracle.ord.im.OrdDomainIOInterface
java.sql.SQLException
- if an error occurs when accessing the
attribute called local.public void deleteContent() throws java.sql.SQLException
OrdDomainIOInterface
deleteContent
in interface OrdDomainIOInterface
oracle.ord.im.OrdDomainIOInterface
java.sql.SQLException
- if an error occurs when executing the corresponding
deleteContent method in the database.public void importData(byte[][] ctx) throws java.sql.SQLException
public void importFrom(byte[][] ctx, java.lang.String sourceType, java.lang.String sourceLocation, java.lang.String sourceName) throws java.sql.SQLException
public boolean loadDataFromFile(java.lang.String filename) throws java.sql.SQLException, java.io.IOException
OrdDomainIOInterface
OrdDomainIOInterface.deleteContent()
, to delete any existing data in the BLOB.
OrdDomainIOInterface.setLocal()
, to set the local flag.
setUpdateTime()
, to set the updateTime
attribute to the database server's current SYSDATE time.
loadDataFromFile
in interface OrdDomainIOInterface
oracle.ord.im.OrdDomainIOInterface
filename
- name of the file from which to load datatrue
if the data is loaded successfully; otherwise,
an exception is raised if an error occurs. This method never
returns false
.java.sql.SQLException
- if an error occurs when accessing an object
attribute or when executing a
method in the database.java.io.IOException
- if an error occurs when reading the data file.public boolean loadDataFromInputStream(java.io.InputStream inpStream) throws java.sql.SQLException, java.io.IOException
OrdDomainIOInterface
InputStream
into the database BLOB
specified by the
localData attribute. Before loading the data, this method calls the
following methods:
OrdDomainIOInterface.deleteContent()
, to delete any existing data in the BLOB.
OrdDomainIOInterface.setLocal()
, to set the local flag.
setUpdateTime()
, to set the updateTime
attribute to the database server's current SYSDATE time.
loadDataFromInputStream
in interface OrdDomainIOInterface
oracle.ord.im.OrdDomainIOInterface
inpStream
- the InputStream
from which to load datatrue
if the data is loaded successfully; otherwise,
an exception is raised if an error occurs. This method never
returns false
.java.sql.SQLException
- if an error occurs when accessing an object
attribute or when executing a
method in the database.java.io.IOException
- if an error occurs when reading the InputStream.public boolean loadDataFromByteArray(byte[] byteArr) throws java.sql.SQLException, java.io.IOException
OrdDomainIOInterface
OrdDomainIOInterface.deleteContent()
, to delete any existing data in the BLOB.
OrdDomainIOInterface.setLocal()
, to set the local flag.
setUpdateTime()
, to set the updateTime
attribute to the database server's current SYSDATE time.
loadDataFromByteArray
in interface OrdDomainIOInterface
oracle.ord.im.OrdDomainIOInterface
byteArr
- a byte[]
arrary from which to load datatrue
if the data is loaded successfully; otherwise,
an exception is raised if an error occurs. This method never
returns false
.java.sql.SQLException
- if an error occurs when accessing an object
attribute or when executing
a method in the database.java.io.IOException
- if an error occurs reading the byte array.public int getContentLength() throws java.sql.SQLException
getContentLength
in interface OrdDomainIOInterface
int
java.sql.SQLException
- if an error occurs executing the corresponding
getContentLength method in the databasepublic int getContentLength(byte[][] ctx) throws java.sql.SQLException
public void setMimeType(java.lang.String MimeType) throws java.sql.SQLException
OrdDomainIOInterface
setMimeType
in interface OrdDomainIOInterface
oracle.ord.im.OrdDomainIOInterface
mimeType
- the new attribute value.java.sql.SQLException
- if an error occurs when accessing the mimeType
attribute.public java.lang.String getMimeType() throws java.sql.SQLException
OrdDomainIOInterface
getMimeType
in interface OrdDomainIOInterface
oracle.ord.im.OrdDomainIOInterface
String
.java.sql.SQLException
- if an error occurs when accessing the mimeType
attribute.public int getWidth() throws java.sql.SQLException
public void setWidth(int width) throws java.sql.SQLException
public int getHeight() throws java.sql.SQLException
public void setHeight(int height) throws java.sql.SQLException
public int getFrameResolution() throws java.sql.SQLException
public void setFrameResolution(int frameResolution) throws java.sql.SQLException
public int getFrameRate() throws java.sql.SQLException
public void setFrameRate(int frameRate) throws java.sql.SQLException
public int getNumberOfFrames() throws java.sql.SQLException
public void setNumberOfFrames(int numberOfFrames) throws java.sql.SQLException
public int getNumberOfColors() throws java.sql.SQLException
public void setNumberOfColors(int numberOfColors) throws java.sql.SQLException
public int getBitRate() throws java.sql.SQLException
public void setBitRate(int bitRate) throws java.sql.SQLException
public void setSource(java.lang.String sourceType, java.lang.String sourceLocation, java.lang.String sourceName) throws java.sql.SQLException
OrdDomainIOInterface
setSource
in interface OrdDomainIOInterface
oracle.ord.im.OrdDomainIOInterface
srcType
- the source type, for example, "FILE", "HTTP".srcLocation
- the source location, for example, MEDIA_DIR,
www.xyzcoimages.com/public.srcName
- the source name, for example, media_content.datjava.sql.SQLException
- if an error occurs when accessing the srcType,
srcLocation, or srcName attributes.public java.lang.String getSourceType() throws java.sql.SQLException
OrdDomainIOInterface
getSourceType
in interface OrdDomainIOInterface
oracle.ord.im.OrdDomainIOInterface
String
.java.sql.SQLException
- if an error occurs when accessing the
srcType attribute.public java.lang.String getSourceLocation() throws java.sql.SQLException
OrdDomainIOInterface
getSourceLocation
in interface OrdDomainIOInterface
oracle.ord.im.OrdDomainIOInterface
String
.java.sql.SQLException
- if an error occurs when accessing the
srcLocation attribute.public java.lang.String getSourceName() throws java.sql.SQLException
OrdDomainIOInterface
getSourceName
in interface OrdDomainIOInterface
oracle.ord.im.OrdDomainIOInterface
String
.java.sql.SQLException
- if an error occurs when accessing the srcName
attribute.public java.lang.String getSource() throws java.sql.SQLException
public java.lang.String getDescription() throws java.sql.SQLException
public void setDescription(java.lang.String description) throws java.sql.SQLException
public oracle.sql.CLOB getComments() throws java.sql.SQLException
oracle.sql.CLOB
java.sql.SQLException
- if an error occurs when accessing the comments
attributepublic void setComments(oracle.sql.CLOB comments) throws java.sql.SQLException
setProperties
method.
comments
- the new attribute valuejava.sql.SQLException
- if an error occurs when accessing the comments attributepublic java.lang.String getCompressionType() throws java.sql.SQLException
public void setCompressionType(java.lang.String compressionType) throws java.sql.SQLException
public int getVideoDuration() throws java.sql.SQLException
public void setVideoDuration(int videoDuration) throws java.sql.SQLException
public java.lang.String getFormat() throws java.sql.SQLException
public void setFormat(java.lang.String format) throws java.sql.SQLException
public boolean checkProperties(byte[][] ctx) throws java.sql.SQLException
public void setProperties() throws java.sql.SQLException
OrdVideoDomain
Java object. This method sets the
format, mimeType, width,
height, frameResolution, frameRate, videoDuration, numberOfFrames,
compressionType, numberOfColors, and bitRate attributes. An attribute
is set to null if the corresponding property cannot be extracted for
a specific video format. This method throws a SQLException
if the video format is not recognized.
setProperties(byte[][])
or
setProperties(byte[][], boolean)
instead of this method.
Otherwise, this method may fail.
setProperties
in interface OrdDomainIOInterface
java.sql.SQLException
- if an error occurs while executing the corresponding
setProperties method in the databasepublic void setProperties(byte[][] ctx) throws java.sql.SQLException
public void setProperties(byte[][] ctx, boolean setComments) throws java.sql.SQLException
public void setContentLength(int contentLength) throws java.sql.SQLException
OrdVideoDomain
objects. This method exists
only for the OrdDomainIOInterface
.setContentLength
in interface OrdDomainIOInterface
oracle.ord.im.OrdDomainIOInterface
contentLength
- the new attribute value.java.sql.SQLException
- if an error occurs when accessing the
contentLength attribute.OrdImage.setContentLength(int)
,
OrdDoc.setContentLength(int)
public int trimSource(byte[][] ctx, int newLen) throws java.sql.SQLException
public int openSource(byte[] userarg, byte[][] ctx) throws java.sql.SQLException
public int closeSource(byte[][] ctx) throws java.sql.SQLException
public byte[] processSourceCommand(byte[][] ctx, java.lang.String cmd, java.lang.String args, byte[][] result) throws java.sql.SQLException
public byte[] processVideoCommand(byte[][] ctx, java.lang.String cmd, java.lang.String args, byte[][] result) throws java.sql.SQLException
public void setUpdateTime(java.sql.Timestamp currentTime) throws java.sql.SQLException
OrdDomainIOInterface
setUpdateTime
in interface OrdDomainIOInterface
oracle.ord.im.OrdDomainIOInterface
currentTime
- the update time in a java.sql.Timestamp
,
or null
to set the update time to the
database server's current SYSDATE time.java.sql.SQLException
- if an error occurs when executing the corresponding
setUpdateTime method in the database.public java.sql.Timestamp getUpdateTime() throws java.sql.SQLException
OrdDomainIOInterface
getUpdateTime
in interface OrdDomainIOInterface
oracle.ord.im.OrdDomainIOInterface
java.sql.Timestamp
.java.sql.SQLException
- if an error occurs when accessing the
updateTime attribute.public java.lang.String getAttribute(byte[][] ctx, java.lang.String name) throws java.sql.SQLException
public oracle.sql.CLOB getAllAttributes(byte[][] ctx) throws java.sql.SQLException
attributeName=attributeValue
, where the list contains the
following attributes: format, mimeType, width, height, frameResolution,
frameRate, videoDuration, numberOfFrames, compressionType, numberOfColors,
and bitRate. For user-defined formats, the information is presented in a
form defined by the format plug-in.
ctx
- the format plug-in context informationoracle.sql.CLOB
java.sql.SQLException
- if an error occurs executing the corresponding
getAllAttributes method in the databasepublic oracle.sql.BLOB getContentInLob(byte[][] ctx, java.lang.String[] mimetype, java.lang.String[] format) throws java.sql.SQLException
ctx
- the format plug-in context informationmimetype
- a String[]
array, 1 element in length, into
which the mimeType attribute is written as element 0format
- a String[]
array, 1 element in length, into
which the format attribute is written as element 0oracle.sql.BLOB
java.sql.SQLException
- if an error occurs while creating the temporary BLOB
or
executing the corresponding getContentInLob method
in the databasepublic void setKnownAttributes(java.lang.String knownformat, int knownwidth, int knownheight, int knownframeresolution, int knownframerate, int knownvideoduration, int knownnumberofframes, java.lang.String knowncompressiontype, int knownnumberofcolors, int knownbitrate) throws java.sql.SQLException
public int readFromSource(byte[][] ctx, int startpos, int numbytes, byte[][] buffer) throws java.sql.SQLException
public int writeToSource(byte[][] ctx, int startpos, int numbytes, byte[] buffer) throws java.sql.SQLException
public void export(byte[][] ctx, java.lang.String sourceType, java.lang.String sourceLocation, java.lang.String sourceName) throws java.sql.SQLException
public boolean getDataInFile(java.lang.String filename) throws java.sql.SQLException, java.io.IOException
OrdDomainIOInterface
getDataInFile
in interface OrdDomainIOInterface
oracle.ord.im.OrdDomainIOInterface
filename
- name of the file to which the data is to be written.true
if the data is written to the file successfully;
otherwise, an exception is raised if an error occurs. This method
never returns false
.java.sql.SQLException
- if an error occurs when accessing an object attribute.java.io.IOException
- if an error occurs when reading the data from the BLOB
or when writing the data to the output file.public java.io.InputStream getDataInStream() throws java.sql.SQLException
OrdDomainIOInterface
getDataInStream
in interface OrdDomainIOInterface
oracle.ord.im.OrdDomainIOInterface
InputStream
from which the data can be read.java.sql.SQLException
- if an error occurs when accessing an object attribute.public byte[] getDataInByteArray() throws java.sql.SQLException, java.io.IOException, java.lang.OutOfMemoryError
OrdDomainIOInterface
getDataInByteArray
in interface OrdDomainIOInterface
oracle.ord.im.OrdDomainIOInterface
byte[]
array containing the data.java.sql.SQLException
- if an error occurs when accessing an object attribute.java.io.IOException
- if an error occurs when reading the
data from the BLOB.java.lang.OutOfMemoryError
- if sufficient memory cannot be allocated to
hold the data.public oracle.jbo.domain.BlobDomain getContentAsBlobDomain() throws java.sql.SQLException
OrdDomainIOInterface
BlobDomain
object which wraps the
BLOB locator from the localData attribute.getContentAsBlobDomain
in interface OrdDomainIOInterface
oracle.ord.im.OrdDomainIOInterface
BlobDomain
objectjava.sql.SQLException
- if an error occurs in calling
getContent
method.OrdImage.getContent()
,
OrdAudio.getContent()
,
OrdVideo.getContent()
,
OrdDoc.getContent()
public oracle.jbo.domain.BFileDomain getBFileDomain() throws java.sql.SQLException
OrdDomainIOInterface
BFileDomain
object which wraps the
BFILE locator obtained from the getBFILE
method.getBFileDomain
in interface OrdDomainIOInterface
oracle.ord.im.OrdDomainIOInterface
BFileDomain
objectjava.sql.SQLException
- if an error occurs in calling
getBFILE
method.OrdImage.getBFILE()
,
OrdAudio.getBFILE()
,
OrdVideo.getBFILE()
,
OrdDoc.getBFILE()
public oracle.jbo.domain.ClobDomain getCommentsAsClobDomain() throws java.sql.SQLException
ClobDomain
object which wraps the
CLOB locator obtained from the getComments()
method.ClobDomain
objectjava.sql.SQLException
- if an error occurs while calling the
getComments
methodpublic void setContentSource(OrdContentSource source)
OrdDomainIOInterface
OrdHttpUploadFile
object. The loading of content
from the client into the database doesn't happen inside this method. It's
deferred to the next postChanges
method call.
If the source parameter is null
, this method just resets
the previously set content source.
setContentSource
in interface OrdDomainIOInterface
oracle.ord.im.OrdDomainIOInterface
source
- the content source for the deferred loadingOrdContentSource
public OrdContentSource getContentSource()
OrdDomainIOInterface
setContentSource
method.getContentSource
in interface OrdDomainIOInterface
oracle.ord.im.OrdDomainIOInterface
public oracle.sql.CustomDatum create(oracle.sql.Datum d, int sqlType) throws java.sql.SQLException
public static oracle.jbo.domain.XMLDomainFactory getXMLDomainFactory(java.lang.Class attrClass)
public org.w3c.dom.Node getXMLContentNode(org.w3c.dom.Document xmlDoc)
public java.lang.String printXMLDefinition(java.util.Hashtable allDefs, java.io.PrintWriter pw, boolean bContainees)
public void domainToBeModified(oracle.jbo.domain.DomainInterface d)
public java.lang.Object getAttribute(int index)
public java.lang.Object getAttribute(java.lang.String name)
public void setAttribute(int index, java.lang.Object value)
public void setAttribute(java.lang.String name, java.lang.Object value)
public int getAttributeCount()
public int getAttributeIndexOf(java.lang.String name)
public void syncServerLob(oracle.jbo.domain.LobInterface oldObj)
public void syncClientLob(oracle.jbo.domain.LobInterface newArrival)
public long getSize()
public java.lang.String getRemoteIdString()
public void saveToDatabase(oracle.jbo.Transaction xAct) throws java.sql.SQLException
public void saveToDatabase(oracle.jbo.Transaction xAct, java.lang.Object emptySQLObject) throws java.sql.SQLException, java.io.IOException
public void prepareForDML(java.lang.Object context)
public void loadFromDatabase(oracle.jbo.Transaction xAct) throws java.lang.Exception
public oracle.jbo.domain.DomainOwnerInterface getOwner()
public int getOwnerAttributeIndex()
public java.lang.Object getData()
public void setContext(oracle.jbo.domain.DomainOwnerInterface owner, oracle.jbo.Transaction trans, java.lang.Object ctx)
public boolean isConnected()
OrdDomainState
isConnected
in interface OrdDomainState
oracle.ord.im.OrdDomainState
true
if the there exists an internal JDBC
connection; otherwise, returns false
public int getTierInfo()
OrdDomainState
The returned value indicates the tier information.
getTierInfo
in interface OrdDomainState
public void removeListenerFromTransaction()
OrdDomainState
removeListenerFromTransaction
in interface OrdDomainState
public void doneCommit(oracle.jbo.TransactionStateEvent event)
public void doneRollback(oracle.jbo.TransactionStateEvent event)
|
interMedia BC4J Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |