com.ibm.jarm.api.core

Class RMFactory.FilePlan

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


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

      • fetchInstance

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

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

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