com.ibm.jarm.api.core

Class RMFactory.ContentRepository

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


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

      • fetchInstance

        public static ContentRepository fetchInstance(RMDomain domain,
                                      java.lang.String ident,
                                      RMPropertyFilter filter)
        Retrieves a specific ContentRepository 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 repository. This entry cannot be null or blank.
        filter - An optional RMPropertyFilter defining which properties to retrieve. This entry can be null.
        Returns:
        A ContentRepository instance.
      • getInstance

        public static ContentRepository getInstance(RMDomain domain,
                                    java.lang.String ident)
        Constructs a placeholder instance of a specific ContentRepository. A placeholder instance can be used as a reference for an object-type property value.
        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 repository. This entry cannot be null or blank.
        Returns:
        A ContentRepository instance.

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