Class SubjectAreaImpl

  • All Implemented Interfaces:
    SubjectArea

    public class SubjectAreaImpl
    extends Object
    implements SubjectArea
    SubjectAreaImpl is the OMAS client library implementation of the SubjectAreaImpl OMAS. This interface provides glossary authoring interfaces for subject area experts.
    • Constructor Detail

      • SubjectAreaImpl

        public SubjectAreaImpl​(String serverName,
                               String omasServerURL)
                        throws InvalidParameterException
        Default Constructor used once a connector is created.
        Parameters:
        serverName - serverName under which this request is performed, this is used in multi tenanting to identify the tenant
        omasServerURL - - unique id for the connector instance
        Throws:
        InvalidParameterException - one of the parameters is null or invalid.