com.ibm.jarm.api.constants

Interface Aggregation



  • public interface Aggregation
    String constant definitions of supported values for the RMPropertyName.Aggregation property value. These string constants follow the values assigned to the choice items of the "Aggregation" choice list belonging to a file plan repository data model.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String RECORD
      Indicates aggregation at the record level.
      static java.lang.String RECORD_CATEGORY
      Indicates aggregation at the record category level.
      static java.lang.String RECORD_FOLDER
      Indicates aggregation at the record folder level.
      static java.lang.String RECORD_VOLUME
      Indicates aggregation at the record volume level.
    • Field Detail

      • RECORD_CATEGORY

        static final java.lang.String RECORD_CATEGORY
        Indicates aggregation at the record category level.
        See Also:
        Constant Field Values
      • RECORD_FOLDER

        static final java.lang.String RECORD_FOLDER
        Indicates aggregation at the record folder level.
        See Also:
        Constant Field Values
      • RECORD_VOLUME

        static final java.lang.String RECORD_VOLUME
        Indicates aggregation at the record volume level.
        See Also:
        Constant Field Values
      • RECORD

        static final java.lang.String RECORD
        Indicates aggregation at the record level.
        See Also:
        Constant Field Values

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