Class SuperTypesRetriever


  • public class SuperTypesRetriever
    extends Object
    Retrieves information about the super-types of a given type
    • Constructor Detail

      • SuperTypesRetriever

        public SuperTypesRetriever​(OMRSRepositoryHelper repositoryHelper)
        SuperTypeRetriever class provides details about a Open Metadata Type
        Parameters:
        repositoryHelper - repository connector helper
    • Method Detail

      • getSuperTypes

        public Set<String> getSuperTypes​(String userId,
                                         String typeDefName)
        Returns a collection with super type's names for a type
        Parameters:
        userId - String - userId of user making request.
        typeDefName - type name
        Returns:
        a set with supertype names