com.ibm.jarm.api.core

Class RMFactory.FilePlanRepository

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


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

      • fetchInstance

        public static FilePlanRepository fetchInstance(RMDomain domain,
                                       java.lang.String ident,
                                       RMPropertyFilter filter)
        Retrieves a specific FilePlanRepository from the specified domain.
        Parameters:
        domain - The RMDomain in which the desired repository resides. This entry cannot be null
        ident - the ID String or name String for the desired file plan repository. This entry cannot be null or blank.
        filter - An optional RMPropertyFilter defining which properties to retrieve. This entry can be null.
        Returns:
        A FilePlanRepository instance.
      • getInstance

        public static FilePlanRepository getInstance(RMDomain domain,
                                     java.lang.String ident)
        Constructs a placeholder instance of a specific FilePlanRepository. A placeholder instance can be used as a reference for an object-type property value.
        Parameters:
        domain - The RMDomain in which the desired file plan repository resides. This entry cannot be null
        ident - the ID String or name String for the desired file plan repository. This entry cannot be null or blank.
        Returns:
        A FilePlanRepository instance.

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