Method and Description |
---|
oracle.ord.im.OrdAudioDomain.getComments()
Use getClobComments method. Returns the CLOB locator from the comments attribute.
|
oracle.ord.im.OrdDocDomain.getComments()
Use getClobComments method. Returns the CLOB locator from the comments attribute.
|
oracle.ord.im.OrdVideoDomain.getComments()
Use getClobComments method. Returns the CLOB locator from the comments attribute.
|
oracle.ord.im.OrdImageDomain.getContent()
Use getBlobContent method. Returns the BLOB locator from the localData attribute.
|
oracle.ord.im.OrdAudioDomain.getContent()
Use getBlobContent method. Returns the BLOB locator from the localData attribute.
|
oracle.ord.im.OrdDocDomain.getContent()
Use getBlobContent method. Returns the BLOB locator from the localData attribute.
|
oracle.ord.im.OrdVideoDomain.getContent()
Use getBlobContent method. Returns the BLOB locator from the localData attribute.
|
oracle.ord.im.OrdImageDomain.getFactory() |
oracle.ord.im.OrdImageSignatureDomain.getFactory() |
oracle.ord.im.OrdAudioDomain.getFactory() |
oracle.ord.im.OrdDocDomain.getFactory() |
oracle.ord.im.OrdVideoDomain.getFactory() |
oracle.ord.im.OrdAudioDomain.setComments(Clob)
Use setClobComments method. Sets the comments attribute.
The comments attribute is reserved for use by interMedia. You can set your own value, but it could be overwritten by interMedia Annotator or by the
setProperties method. |
oracle.ord.im.OrdVideoDomain.setComments(Clob)
Use setClobComments method. Sets the comments attribute.
The comments attribute is reserved for use by interMedia. You can set your own value, but it could be overwritten by interMedia Annotator or by the
setProperties method. |
oracle.ord.im.OrdDocDomain.setComments(CLOB)
Use setClobComments method. Sets the comments attribute.
The comments attribute is reserved for use by interMedia. You can set your own value, but it could be overwritten by interMedia Annotator or by the
setProperties method. |