com.ibm.jarm.api.core

Class RMFactory.RecordCategory

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


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

      • fetchInstance

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

        public static RecordCategory getInstance(FilePlanRepository fpRepository,
                                 java.lang.String recordCategoryIdent)
        Constructs a placeholder instance of a specific RecordCategory. 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 category is associated with. This entry cannot be null.
        recordCategoryIdent - an ID String or full path String of the desired record category. This entry cannot be null or blank.
        Returns:
        A RecordCategory instance.

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