Package | Description |
---|---|
oracle.ifs.core.tools.script.test | |
oracle.ifs.server |
Modifier and Type | Class and Description |
---|---|
static class |
MediaOperations.MediaOptionsTestMedia |
Modifier and Type | Method and Description |
---|---|
protected void |
MediaOperations.MediaOptionsTestMedia.copyContent(S_Media srcMedia,
Long srcCid,
Long dstCid,
Long partitionValue,
AttributeValue[] mediaOptions) |
Modifier and Type | Class and Description |
---|---|
class |
S_MediaBfile
An S_MediaBfile is the server-side representation of a MediaBfile.
|
class |
S_MediaBlob
An S_MediaBlob is the server-side representation of a MediaBlob.
|
class |
S_MediaCustom
An S_MediaCustom instance is the server-side representation of a
MediaCustom instance.
|
class |
S_MediaLob
An S_MediaLob is the server-side representation of a MediaLob.
|
class |
S_TieMedia
S_TieMedia allows the Oracle-defined behavior of the
MEDIA classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
class |
S_TieMediaBfile
An S_TieMediaBfile allows the Oracle-defined behavior of the
MediaBfile classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
class |
S_TieMediaBlob
S_TieMediaBlob allows the Oracle-defined behavior of the MEDIABLOB
classobject (and its subclasses) to be extended or overridden through the
server extensibility API.
|
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.
|
class |
S_TieMediaLob
S_TieMediaLob allows the Oracle-defined behavior of the MEDIALOB
classobject (and its subclasses) to be extended or overridden through the
server extensibility API.
|
Modifier and Type | Method and Description |
---|---|
S_Media |
S_ContentVaultEntry.getMedia()
Gets the Media object.
|
S_Media |
S_ContentObject.getMediaObject() |
S_Media |
ContentStorageManager.selectMedia(S_ContentObject co,
S_LibraryObjectDefinition def)
Selects the media to use for the specified ContentObject.
|
S_Media |
S_LibrarySessionContentStorageManager.selectMedia(S_ContentObject co,
S_LibraryObjectDefinition def)
Selects the media to use for the specified ContentObject.
|
S_Media |
ContentStorageManager.validateMedia(S_ContentObject co,
S_LibraryObjectDefinition def)
Sets the content of the specified ContentObject.
|
S_Media |
S_LibrarySessionContentStorageManager.validateMedia(S_ContentObject co,
S_LibraryObjectDefinition def)
Selects the media to use for the specified ContentObject.
|
Modifier and Type | Method and Description |
---|---|
protected void |
S_Media.copyContent(S_Media srcMedia,
Long srcCid,
Long dstCid,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores a copy of existing content as the content for the specified
content id.
|
protected void |
S_MediaBfile.copyContent(S_Media srcMedia,
Long srcCid,
Long dstCid,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores a copy of existing content as the content for the specified
content id.
|
protected void |
S_MediaBlob.copyContent(S_Media srcMedia,
Long srcCid,
Long dstCid,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores a copy of existing content as the content for the specified
content id.
|
void |
ContentStorageManager.destroyContent(S_Media media,
Long cid,
Long coId,
S_LibraryObjectDefinition sdef)
Destroys the content, if any, for the specified ContentObject.
|
void |
S_LibrarySessionContentStorageManager.destroyContent(S_Media media,
Long cid,
Long coId,
S_LibraryObjectDefinition sdef)
Destroys the content, if any, for the specified ContentObject.
|
protected InputStream |
S_ContentVaultEntry.getContentStream(S_Media media,
Long cid)
Gets the content as an InputStream.
|
void |
ContentStorageManager.insertIntoContextRouter(Long coId,
Long coClassId,
Long cid,
S_Media media,
S_ContentVaultEntry cve,
long contentSize,
String oracleCharacterSet,
String oracleLanguage,
boolean text,
boolean indirectFullTextIndexing)
Inserts a row in the context router table.
|
void |
OracleContentStorageManager.insertIntoContextRouter(Long coId,
Long coClassId,
Long cid,
S_Media media,
S_ContentVaultEntry cve,
long contentSize,
String ianaCharacterSet,
String oracleLanguage,
boolean text,
boolean indirectFullTextIndexing)
Inserts a row in the context router table.
|
void |
PostgresContentStorageManager.insertIntoContextRouter(Long coId,
Long coClassId,
Long cid,
S_Media media,
S_ContentVaultEntry cve,
long contentSize,
String ianaCharacterSet,
String oracleLanguage,
boolean text,
boolean indirectFullTextIndexing)
Schedules an insert of a row in the context router table.
|
abstract void |
S_LibrarySessionContentStorageManager.insertIntoContextRouter(Long coId,
Long coClassId,
Long cid,
S_Media media,
S_ContentVaultEntry cve,
long contentSize,
String oracleCharacterSet,
String oracleLanguage,
boolean text,
boolean indirectFullTextIndexing)
Inserts (or schedules an insert of) a row in the context router table.
|
protected void |
S_ContentVaultEntry.setContent(S_Media media,
Long cid,
InputStream iss,
Long partValue,
AttributeValue[] mediaOptions)
Store the specified content.
|
void |
ContentStorageManager.verifyCanDestroyContent(S_Media media,
Long cid)
Verify that content can be destroyed for the specified Media.
|
void |
S_LibrarySessionContentStorageManager.verifyCanDestroyContent(S_Media media,
Long cid) |
Copyright © 2023. All rights reserved.