Package | Description |
---|---|
oracle.ifs.admin.tools.script | |
oracle.ifs.beans | |
oracle.ifs.core.tools.script | |
oracle.ifs.core.tools.script.test | |
oracle.ifs.fdk.impl |
Modifier and Type | Method and Description |
---|---|
protected Media |
MediaAdmin.lookupMedia(LibrarySession sess,
String name)
Lookup Media by name
|
Modifier and Type | Method and Description |
---|---|
void |
MediaAdmin.showMedia(LibrarySession sess,
Media media) |
Modifier and Type | Class and Description |
---|---|
class |
MediaBfile
Stores content on a file system mounted on the database-tier host.
|
class |
MediaBlob
A MediaBlob instance stores content in database BLOBs.
|
class |
MediaCustom
A MediaCustom instance stores content using a CustomMediaDriver.
|
class |
MediaLob
A MediaLob instance stores content in database BLOBs.
|
class |
TieMedia
TieMedia allows the Oracle-defined behavior of the
MEDIA classobject (and its subclasses) to be extended
or overridden.
|
class |
TieMediaBfile
TieMediaBfile allows the Oracle-defined behavior of the
MediaBfile classobject (and its subclasses) to be extended
or overridden.
|
class |
TieMediaBlob
TieMediaBlob allows the Oracle-defined behavior of the MediaBlob
classobject (and its subclasses) to be extended or overridden.
|
class |
TieMediaCustom
TieMediaCustom allows the Oracle-defined behavior of the MediaCustom
classobject (and its subclasses) to be extended or overridden.
|
class |
TieMediaLob
TieMediaLob allows the Oracle-defined behavior of the MediaLob
classobject (and its subclasses) to be extended or overridden.
|
Modifier and Type | Method and Description |
---|---|
static Media[] |
Media.findAll(LibrarySession session)
Returns the set of defined Medias.
|
static Media |
Media.findByName(LibrarySession session,
String name)
Returns the a Media matching the specified name.
|
Media |
LibrarySession.getDefaultContentMedia()
Get the default content Media instance.
|
Media |
ContentObject.getMedia()
Gets the Media object.
|
Media |
ContentObjectDefinition.getMedia()
Deprecated.
CM SDK 10gR2: use getAttribute
|
Media |
ContentVaultEntry.getMedia()
Gets the Media object.
|
Media |
Document.getMedia()
Gets the media for this Document.
|
Media |
DocumentDefinition.getMedia()
Gets the previously set media (or null if none set).
|
Media |
LibrarySession.getNonContentMedia()
Get the non content Media instance.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentObjectDefinition.setContentRowReference(Long contentId,
Format format,
Media media,
long contentSize)
This method indicates to the server that content should be created,
pointing to an existing row in the underlying content tables
This is used internally by the files to ECM upgrade for performance
reasons.
|
void |
ContentObjectDefinition.setMedia(Media media)
Deprecated.
CM SDK 10gR2: use setAttribute
|
void |
DocumentDefinition.setMedia(Media media)
Sets explicitly the media for a new document.
|
Modifier and Type | Method and Description |
---|---|
protected Media |
ScriptOperations.lookupMedia(LibrarySession sess,
String tagOrName)
Lookup a Media by the specified tag or Media name.
|
Modifier and Type | Method and Description |
---|---|
protected int |
ScriptOperations.createDocuments(String dirPath,
Folder topFolder,
AccessControlList acl,
Format format,
Media media)
Produce a list of files found under the specified absolute directory path.
|
static void |
ShowUtils.showMedia(Logger logger,
Media media,
String prefix)
Show details about a Media.
|
Modifier and Type | Method and Description |
---|---|
protected Document |
RandomAccessOperations.ContentObjectUpdateTest.createTestDocument(String name,
AccessControlList acl,
Media media,
StorageGroup sg,
boolean readOnly)
Creates a "standard test document" used throughout this test.
|
Modifier and Type | Method and Description |
---|---|
static Media |
Utils.getMedia(LibrarySession ls,
Long id)
Returns the Media from a given ID or throws an exception if
the item cannot be found or it is not a Media object.
|
static Media |
Utils.getMedia(LibrarySession ls,
String mediaName)
Returns the Media given its name or throws an exception if
the item cannot be found.
|
Copyright © 2023. All rights reserved.