Skip navigation links

Oracle® WebCenter Content Java API Reference for Imaging
11g Release 1 (11.1.1)

E12853-03


oracle.imaging
Class Volume

java.lang.Object
  extended by oracle.imaging.Volume

All Implemented Interfaces:
java.io.Serializable

public class Volume
extends java.lang.Object
implements java.io.Serializable

Defines the storage volumes available on the system for storing documents.

See Also:
Serialized Form

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

Volume

public Volume()
Constructor.

Volume

public Volume(java.lang.String name,
              java.lang.String description,
              Volume.MediaType mediaType,
              java.lang.String mediaName,
              java.lang.String storageGroup)
Constructor.
Parameters:
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

getName

public java.lang.String getName()
Gets the name of the volumeName.

getDescription

public java.lang.String getDescription()
Get the description of the volumeName.

getMediaType

public Volume.MediaType getMediaType()
Get the media type of the volumeName

getMediaName

public java.lang.String getMediaName()
Gets the storage group of the volumeName.

getStorageGroup

public java.lang.String getStorageGroup()
Gets the storage group of the volumeName.

Skip navigation links

Oracle® WebCenter Content Java API Reference for Imaging
11g Release 1 (11.1.1)

E12853-03


Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.