com.ibm.jarm.api.core

Class RMFactory.RecordVolume

  • java.lang.Object
    • com.ibm.jarm.api.core.RMFactory.RecordVolume
  • Enclosing class:
    RMFactory


    public static class RMFactory.RecordVolume
    extends java.lang.Object
    Factory for RecordVolume instances.
    • Method Detail

      • fetchInstance

        public static RecordVolume fetchInstance(FilePlanRepository fpRepository,
                                 java.lang.String recordVolumeIdent,
                                 RMPropertyFilter filter)
        Retrieves a RecordVolume from a file plan repository.
        Parameters:
        fpRepository - the FilePlanRepository to retrieve from. This entry cannot be null.
        recordVolumeIdent - an ID String or full path String of the desired record volume. This entry cannot be null or blank.
        filter - An optional RecordVolume defining which properties to retrieve. This entry can be null.
        Returns:
        A RecordVolume instance.
      • getInstance

        public static RecordVolume getInstance(FilePlanRepository fpRepository,
                               java.lang.String recordVolumeIdent)
        Constructs a placeholder instance of a specific RecordVolume. A placeholder instance can be used for performing updates and as a reference for an object-type property value.
        Parameters:
        fpRepository - the FilePlanRepository that the record volume is associated with. This entry cannot be null.
        recordVolumeIdent - an ID String or full path String of the desired record volume. This entry cannot be null or blank.
        Returns:
        A RecordVolume instance.

© Copyright IBM Corp. 2010, 2013. All Rights Reserved.