com.ibm.jarm.api.core

Interface Repository

    • Method Detail

      • getSymbolicName

        java.lang.String getSymbolicName()
        Returns the SymbolicName property value.
        Returns:
        the symbolic name string.
      • getDisplayName

        java.lang.String getDisplayName()
        Returns the DisplayName property value.
        Returns:
        the display name string.
      • fetchChoiceLists

        java.util.List<RMChoiceList> fetchChoiceLists()
        Fetches the collection of choice lists defined on this repository.
        Returns:
        A List of RMChoiceList.
      • fetchClassDescriptions

        java.util.List<RMClassDescription> fetchClassDescriptions(java.lang.String[] classIdents)
        Fetches the collection of specified class descriptions defined on this repository. The classIdents parameter can be null or empty in order to request all class descriptions, however memory resource consumption errors may result when all such class descriptions are retrieved.
        Parameters:
        classIdents - an array of String class identifiers, each of which can be either an ID String or symbolic name String.
        Returns:
        A List of RMClassDescription.

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