Package | Description |
---|---|
oracle.ifs.beans | |
oracle.ifs.core.tools.script |
Modifier and Type | Class and Description |
---|---|
class |
TieCustomMediaDriverSpecification
TieCustomMediaDriverSpecification allows the Oracle-defined behavior of
the CustomMediaDriverSpecification classobject (and its subclasses) to be
extended or overridden.
|
Modifier and Type | Method and Description |
---|---|
static CustomMediaDriverSpecification[] |
CustomMediaDriverSpecification.findAll(LibrarySession session)
Gets the set of all CustomMediaDriverSpecifications.
|
static CustomMediaDriverSpecification |
CustomMediaDriverSpecification.findByName(LibrarySession session,
String name)
Gets the CustomMediaDriverSpecification with the specified name.
|
CustomMediaDriverSpecification |
MediaCustom.getCustomMediaDriverSpecification()
Gets the CustomMediaDriverSpecification that identifies the
CustomMediaDriver used by this MediaCustom instance to store content.
|
Modifier and Type | Method and Description |
---|---|
static void |
ShowUtils.showCustomMediaDriverSpecification(Logger logger,
CustomMediaDriverSpecification cmds,
String prefix)
Show details about a CustomMediaDriverSpecification.
|
Copyright © 2023. All rights reserved.