Class BaseGlossaryAuthorView

java.lang.Object
org.odpi.openmetadata.viewservices.glossaryauthor.services.BaseGlossaryAuthorView
Direct Known Subclasses:
GlossaryAuthorViewCategoryRESTServices, GlossaryAuthorViewConfigRESTServices, GlossaryAuthorViewGlossaryRESTServices, GlossaryAuthorViewGraphRESTServices, GlossaryAuthorViewProjectRESTServices, GlossaryAuthorViewRelationshipRESTServices, GlossaryAuthorViewTermRESTServices

public abstract class BaseGlossaryAuthorView extends Object
An abstract base class providing common methods for glossary authoring services.
  • Field Details

  • Constructor Details

    • BaseGlossaryAuthorView

      public BaseGlossaryAuthorView()
  • Method Details

    • getResponseForException

      protected <T> SubjectAreaOMASAPIResponse<T> getResponseForException(Exception exception, AuditLog auditLog, String className, String methodName)
      Get the appropriate response from the supplied Exception
      Parameters:
      exception - - supplied exception
      auditLog - - auditlog (may be null if unable to initialize)
      className - - calling class's Name
      methodName - - calling method's name
      Returns:
      response corresponding to the exception.
    • getFindRequest

      protected FindRequest getFindRequest(String searchCriteria, Date asOfTime, Integer startingFrom, Integer pageSize, String sequencingOrderName, String sequencingProperty, Integer handlerMaxPageSize)