com.ibm.jarm.api.core

Class RMFactory.RecordFolder

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


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

      • fetchInstance

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

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

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