|
Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference 11g Release 1 (11.1.1) E12853-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
oracle.imaging.Volume
public class Volume
Defines the storage volumes available on the system for storing documents.
| Nested Class Summary | |
|---|---|
static class |
Volume.MediaType |
| Constructor Summary | |
|---|---|
Volume()Constructor. |
|
Volume(java.lang.String name, java.lang.String description, Volume.MediaType mediaType, java.lang.String mediaName, java.lang.String storageGroup)Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()Get the description of the volumeName. |
java.lang.String |
getMediaName()Gets the storage group of the volumeName. |
Volume.MediaType |
getMediaType()Get the media type of the volumeName |
java.lang.String |
getName()Gets the name of the volumeName. |
java.lang.String |
getStorageGroup()Gets the storage group of the volumeName. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Volume()
public Volume(java.lang.String name,
java.lang.String description,
Volume.MediaType mediaType,
java.lang.String mediaName,
java.lang.String storageGroup)
name - The full name of the storage volume.description - A description of the storage volume.mediaType - The media type of the storage volume.mediaName - The media name of the storage volume.storageGroup - The storage group. Applies to DATABASE media types only.| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getDescription()
public Volume.MediaType getMediaType()
public java.lang.String getMediaName()
public java.lang.String getStorageGroup()
|
Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference 11g Release 1 (11.1.1) E12853-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||