Class BaseGlossaryAuthorView
java.lang.Object
org.odpi.openmetadata.viewservices.glossaryauthor.services.BaseGlossaryAuthorView
- Direct Known Subclasses:
GlossaryAuthorViewCategoryRESTServices,GlossaryAuthorViewConfigRESTServices,GlossaryAuthorViewGlossaryRESTServices,GlossaryAuthorViewGraphRESTServices,GlossaryAuthorViewProjectRESTServices,GlossaryAuthorViewRelationshipRESTServices,GlossaryAuthorViewTermRESTServices
An abstract base class providing common methods for glossary authoring services.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static GlossaryAuthorViewInstanceHandlerprotected static final org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandlerprotected static org.odpi.openmetadata.commonservices.ffdc.RESTCallLogger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common.FindRequestgetFindRequest(String searchCriteria, Date asOfTime, Integer startingFrom, Integer pageSize, String sequencingOrderName, String sequencingProperty, Integer handlerMaxPageSize) protected <T> org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<T>getResponseForException(Exception exception, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog, String className, String methodName) Get the appropriate response from the supplied Exception
-
Field Details
-
invalidParameterHandler
protected static final org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler invalidParameterHandler -
instanceHandler
-
restCallLogger
protected static org.odpi.openmetadata.commonservices.ffdc.RESTCallLogger restCallLogger
-
-
Constructor Details
-
BaseGlossaryAuthorView
public BaseGlossaryAuthorView()
-
-
Method Details
-
getResponseForException
protected <T> org.odpi.openmetadata.accessservices.subjectarea.responses.SubjectAreaOMASAPIResponse<T> getResponseForException(Exception exception, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog, String className, String methodName) Get the appropriate response from the supplied Exception- Parameters:
exception- - supplied exceptionauditLog- - auditlog (may be null if unable to initialize)className- - calling class's NamemethodName- - calling method's name- Returns:
- response corresponding to the exception.
-
getFindRequest
-