Package | Description |
---|---|
oracle.ifs.core.tools.script.test | |
oracle.ifs.server |
Modifier and Type | Method and Description |
---|---|
void |
MediaOperations.TestMediaDriver.destroyContent(S_MediaCustom media,
String address,
Long cid,
AttributeValue[] mediaOptions)
Destroys content with the specified content address.
|
InputStream |
MediaOperations.TestMediaDriver.getContent(S_MediaCustom media,
String address)
Gets the content for the specified content address.
|
long |
MediaOperations.TestMediaDriver.getContentSize(S_MediaCustom media,
String address)
Gets the content size, in bytes, for the specified content address.
|
RandomAccessDriver |
MediaOperations.TestMediaDriver.getRandomAccessorDriver(S_MediaCustom media,
String address)
Gets a RandomAccessDriver for the specified content address.
|
String |
MediaOperations.TestMediaDriver.setContent(S_MediaCustom media,
Long cid,
InputStream is,
AttributeValue[] mediaOptions)
Stores content from the supplied InputStream.
|
String |
MediaOperations.TestMediaDriver.setContentReference(S_MediaCustom media,
Long cid,
String contentReference,
AttributeValue[] mediaOptions)
Stores content determined from a specified content reference.
|
Modifier and Type | Class and Description |
---|---|
class |
S_TieMediaCustom
S_TieMediaCustom allows the Oracle-defined behavior of the MEDIACUSTOM
classobject (and its subclasses) to be extended or overridden through the
server extensibility API.
|
Modifier and Type | Method and Description |
---|---|
void |
CenteraMediaDriver.destroyContent(S_MediaCustom media,
String address,
Long cid,
AttributeValue[] mediaOptions)
Destroys content with the specified content address.
|
void |
CmsdkMediaDriver.destroyContent(S_MediaCustom media,
String address,
Long cid,
AttributeValue[] mediaOptions)
Destroys content with the specified content address.
|
void |
CustomMediaDriver.destroyContent(S_MediaCustom media,
String address,
Long cid,
AttributeValue[] mediaOptions)
Destroys content with the specified content address.
|
void |
FileSystemMediaDriver.destroyContent(S_MediaCustom media,
String address,
Long cid,
AttributeValue[] mediaOptions)
Destroys content with the specified content address.
|
void |
SnapLockMediaDriver.destroyContent(S_MediaCustom media,
String address,
Long cid,
AttributeValue[] mediaOptions)
Destroys content with the specified content address.
|
protected Object |
CmsdkMediaDriver.getBinary(S_MediaCustom media,
Long cid)
Gets the InputStream for the specified content id.
|
InputStream |
CenteraMediaDriver.getContent(S_MediaCustom media,
String address)
Gets the content for the specified content address.
|
InputStream |
CmsdkMediaDriver.getContent(S_MediaCustom media,
String address)
Gets the content for the specified content address.
|
InputStream |
CustomMediaDriver.getContent(S_MediaCustom media,
String address)
Gets the content for the specified content address.
|
InputStream |
FileSystemMediaDriver.getContent(S_MediaCustom media,
String address)
Gets the content for the specified content address.
|
InputStream |
SnapLockMediaDriver.getContent(S_MediaCustom media,
String address)
Gets the content for the specified content address.
|
long |
CenteraMediaDriver.getContentSize(S_MediaCustom media,
String address)
Gets the content size, in bytes, for the specified content address.
|
long |
CmsdkMediaDriver.getContentSize(S_MediaCustom media,
String address)
Gets the content size, in bytes, for the specified content address.
|
long |
CustomMediaDriver.getContentSize(S_MediaCustom media,
String address)
Gets the content size, in bytes, for the specified content address.
|
long |
FileSystemMediaDriver.getContentSize(S_MediaCustom media,
String address)
Gets the content size, in bytes, for the specified content address.
|
long |
SnapLockMediaDriver.getContentSize(S_MediaCustom media,
String address)
Gets the content size, in bytes, for the specified content address.
|
RandomAccessDriver |
CenteraMediaDriver.getRandomAccessorDriver(S_MediaCustom media,
String address)
Gets a RandomAccessDriver for the specified content address.
|
RandomAccessDriver |
CmsdkMediaDriver.getRandomAccessorDriver(S_MediaCustom media,
String address)
Gets a RandomAccessDriver for the specified content address.
|
RandomAccessDriver |
CustomMediaDriver.getRandomAccessorDriver(S_MediaCustom media,
String address)
Gets a RandomAccessDriver for the specified content address.
|
RandomAccessDriver |
FileSystemMediaDriver.getRandomAccessorDriver(S_MediaCustom media,
String address)
Gets a RandomAccessDriver for the specified content address.
|
RandomAccessDriver |
SnapLockMediaDriver.getRandomAccessorDriver(S_MediaCustom media,
String address)
Gets a RandomAccessDriver for the specified content address.
|
String |
CenteraMediaDriver.setContent(S_MediaCustom media,
Long cid,
InputStream is,
AttributeValue[] mediaOptions)
Stores content from the supplied InputStream.
|
String |
CmsdkMediaDriver.setContent(S_MediaCustom media,
Long cid,
InputStream is,
AttributeValue[] mediaOptions)
Stores content from the supplied InputStream.
|
String |
CustomMediaDriver.setContent(S_MediaCustom media,
Long cid,
InputStream is,
AttributeValue[] mediaOptions)
Stores content from the supplied InputStream.
|
String |
FileSystemMediaDriver.setContent(S_MediaCustom media,
Long cid,
InputStream is,
AttributeValue[] mediaOptions)
Stores content from the supplied InputStream.
|
String |
SnapLockMediaDriver.setContent(S_MediaCustom media,
Long cid,
InputStream is,
AttributeValue[] mediaOptions)
Stores content from the supplied InputStream.
|
String |
CenteraMediaDriver.setContentReference(S_MediaCustom media,
Long cid,
String contentReference,
AttributeValue[] mediaOptions)
Stores content determined from a specified content reference.
|
String |
CmsdkMediaDriver.setContentReference(S_MediaCustom media,
Long cid,
String contentReference,
AttributeValue[] mediaOptions)
Stores content determined from a specified content reference.
|
String |
CustomMediaDriver.setContentReference(S_MediaCustom media,
Long cid,
String contentReference,
AttributeValue[] mediaOptions)
Stores content determined from a specified content reference.
|
String |
FileSystemMediaDriver.setContentReference(S_MediaCustom media,
Long cid,
String contentReference,
AttributeValue[] mediaOptions)
Stores content determined from a specified content reference.
|
String |
SnapLockMediaDriver.setContentReference(S_MediaCustom media,
Long cid,
String contentReference,
AttributeValue[] mediaOptions)
Stores content determined from a specified content reference.
|
Copyright © 2023. All rights reserved.