public abstract class BaseGlossaryAuthorView extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static GlossaryAuthorViewInstanceHandler |
instanceHandler |
protected static InvalidParameterHandler |
invalidParameterHandler |
protected static RESTCallLogger |
restCallLogger |
| Constructor and Description |
|---|
BaseGlossaryAuthorView() |
| Modifier and Type | Method and Description |
|---|---|
protected FindRequest |
getFindRequest(String searchCriteria,
Date asOfTime,
Integer startingFrom,
Integer pageSize,
String sequencingOrderName,
String sequencingProperty,
Integer handlerMaxPageSize) |
protected <T> SubjectAreaOMASAPIResponse<T> |
getResponseForException(Exception exception,
AuditLog auditLog,
String className,
String methodName)
Get the appropriate response from the supplied Exception
|
protected static final InvalidParameterHandler invalidParameterHandler
protected static GlossaryAuthorViewInstanceHandler instanceHandler
protected static RESTCallLogger restCallLogger
protected <T> SubjectAreaOMASAPIResponse<T> getResponseForException(Exception exception, AuditLog auditLog, String className, String methodName)
exception - - supplied exceptionauditLog - - auditlog (may be null if unable to initialize)className - - calling class's NamemethodName - - calling method's nameCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.