Skip navigation links
C E G H M O R S T V 

C

captureCheckedException(FFDCResponse, OCFCheckedExceptionBase, String) - Static method in class org.odpi.openmetadata.viewservices.serverauthor.api.ffdc.ServerAuthorExceptionHandler
Method for capturing an exception into a REST response.

E

equals(Object) - Method in exception org.odpi.openmetadata.viewservices.serverauthor.api.ffdc.ServerAuthorViewServiceException
Return comparison result based on the content of the properties.

G

getMessageDefinition() - Method in enum org.odpi.openmetadata.viewservices.serverauthor.api.ffdc.ServerAuthorViewAuditCode
Retrieve a message definition object for logging.
getMessageDefinition(String...) - Method in enum org.odpi.openmetadata.viewservices.serverauthor.api.ffdc.ServerAuthorViewAuditCode
Retrieve a message definition object for logging.
getMessageDefinition() - Method in enum org.odpi.openmetadata.viewservices.serverauthor.api.ffdc.ServerAuthorViewErrorCode
Retrieve a message definition object for an exception.
getMessageDefinition(String...) - Method in enum org.odpi.openmetadata.viewservices.serverauthor.api.ffdc.ServerAuthorViewErrorCode
Retrieve a message definition object for an exception.
getOmagServerConfig() - Method in class org.odpi.openmetadata.viewservices.serverauthor.api.rest.ServerAuthorConfigurationResponse
Get the Open Metadata and governance (OMAG) Server configuration
getPlatformList() - Method in class org.odpi.openmetadata.viewservices.serverauthor.api.rest.ServerAuthorResourceEndpointListResponse
Return the platformList.
getPlatformName() - Method in class org.odpi.openmetadata.viewservices.serverauthor.api.properties.ResourceEndpoint
Get the platform name
getResourceCategory() - Method in class org.odpi.openmetadata.viewservices.serverauthor.api.properties.ResourceEndpoint
get the resource category
getResourceDescription() - Method in class org.odpi.openmetadata.viewservices.serverauthor.api.properties.ResourceEndpoint
Get the resource description
getResourceRootURL() - Method in class org.odpi.openmetadata.viewservices.serverauthor.api.properties.ResourceEndpoint
get the resource root URL
getServerInstanceName() - Method in class org.odpi.openmetadata.viewservices.serverauthor.api.properties.ResourceEndpoint
Get server instance name
getServerList() - Method in class org.odpi.openmetadata.viewservices.serverauthor.api.rest.ServerAuthorResourceEndpointListResponse
Return the serverList.
getServerName() - Method in class org.odpi.openmetadata.viewservices.serverauthor.api.properties.ResourceEndpoint
get the server anme

H

hashCode() - Method in exception org.odpi.openmetadata.viewservices.serverauthor.api.ffdc.ServerAuthorViewServiceException
Return hash code for this object

M

mapOMAGConfigurationErrorException(String, String, OMAGConfigurationErrorException) - Static method in class org.odpi.openmetadata.viewservices.serverauthor.api.ffdc.ServerAuthorExceptionHandler
Map an OMAG configuration exception to a ServerAuthorViewServiceException
mapOMAGInvalidParameterException(String, String, OMAGInvalidParameterException) - Static method in class org.odpi.openmetadata.viewservices.serverauthor.api.ffdc.ServerAuthorExceptionHandler
 
mapOMAGUserNotAuthorizedException(String, String, OMAGNotAuthorizedException) - Static method in class org.odpi.openmetadata.viewservices.serverauthor.api.ffdc.ServerAuthorExceptionHandler
 

O

org.odpi.openmetadata.viewservices.serverauthor.api.ffdc - package org.odpi.openmetadata.viewservices.serverauthor.api.ffdc
This package provides the definition of the Java API for the Server Author OMVS.
org.odpi.openmetadata.viewservices.serverauthor.api.properties - package org.odpi.openmetadata.viewservices.serverauthor.api.properties
This package provides the definition of the Java API for the Type Explorer OMVS.
org.odpi.openmetadata.viewservices.serverauthor.api.rest - package org.odpi.openmetadata.viewservices.serverauthor.api.rest
This package defines the beans used to build the REST request and response payloads.

R

ResourceEndpoint - Class in org.odpi.openmetadata.viewservices.serverauthor.api.properties
 
ResourceEndpoint() - Constructor for class org.odpi.openmetadata.viewservices.serverauthor.api.properties.ResourceEndpoint
Default Constructor sets the properties to nulls
ResourceEndpoint(String, String, String, String, String, String) - Constructor for class org.odpi.openmetadata.viewservices.serverauthor.api.properties.ResourceEndpoint
Constructor
ResourceEndpoint(ResourceEndpointConfig) - Constructor for class org.odpi.openmetadata.viewservices.serverauthor.api.properties.ResourceEndpoint
Config constructor - create a ResourceEndpoint from a ResourceEndpointConfig

S

ServerAuthorConfigurationResponse - Class in org.odpi.openmetadata.viewservices.serverauthor.api.rest
A server Author response containing an Open Metadata and governance (OMAG) Server configuration
ServerAuthorConfigurationResponse() - Constructor for class org.odpi.openmetadata.viewservices.serverauthor.api.rest.ServerAuthorConfigurationResponse
Default constructor
ServerAuthorConfigurationResponse(ServerAuthorConfigurationResponse) - Constructor for class org.odpi.openmetadata.viewservices.serverauthor.api.rest.ServerAuthorConfigurationResponse
Copy/clone constructor
ServerAuthorExceptionHandler - Class in org.odpi.openmetadata.viewservices.serverauthor.api.ffdc
The Server Author Exception handler maps OMAG exceptions that have been produced by the admin client into Server author Exceptions.
ServerAuthorExceptionHandler() - Constructor for class org.odpi.openmetadata.viewservices.serverauthor.api.ffdc.ServerAuthorExceptionHandler
 
ServerAuthorResourceEndpointListResponse - Class in org.odpi.openmetadata.viewservices.serverauthor.api.rest
 
ServerAuthorResourceEndpointListResponse() - Constructor for class org.odpi.openmetadata.viewservices.serverauthor.api.rest.ServerAuthorResourceEndpointListResponse
Default constructor
ServerAuthorResourceEndpointListResponse(ServerAuthorResourceEndpointListResponse) - Constructor for class org.odpi.openmetadata.viewservices.serverauthor.api.rest.ServerAuthorResourceEndpointListResponse
Copy/clone constructor
ServerAuthorViewAuditCode - Enum in org.odpi.openmetadata.viewservices.serverauthor.api.ffdc
The ServerAuthorViewAuditCode is used to define the message content for the OMRS Audit Log.
ServerAuthorViewErrorCode - Enum in org.odpi.openmetadata.viewservices.serverauthor.api.ffdc
The ServerAuthorViewErrorCode is used to define first failure data capture (FFDC) for errors that occur within the OMVS It is used in conjunction with all OMVS Exceptions.
ServerAuthorViewOMVSAPIResponse - Class in org.odpi.openmetadata.viewservices.serverauthor.api.rest
ServerAuthorViewOMVSAPIResponse provides a common header for the Server Author OMVS managed rest to its REST API.
ServerAuthorViewOMVSAPIResponse() - Constructor for class org.odpi.openmetadata.viewservices.serverauthor.api.rest.ServerAuthorViewOMVSAPIResponse
Default constructor
ServerAuthorViewOMVSAPIResponse(ServerAuthorViewOMVSAPIResponse) - Constructor for class org.odpi.openmetadata.viewservices.serverauthor.api.rest.ServerAuthorViewOMVSAPIResponse
Copy/clone constructor
ServerAuthorViewServiceException - Exception in org.odpi.openmetadata.viewservices.serverauthor.api.ffdc
 
ServerAuthorViewServiceException(ExceptionMessageDefinition, String, String) - Constructor for exception org.odpi.openmetadata.viewservices.serverauthor.api.ffdc.ServerAuthorViewServiceException
Constructor
setOmagServerConfig(OMAGServerConfig) - Method in class org.odpi.openmetadata.viewservices.serverauthor.api.rest.ServerAuthorConfigurationResponse
set the Open Metadata and governance (OMAG) Server configuration
setPlatformList(List<ResourceEndpoint>) - Method in class org.odpi.openmetadata.viewservices.serverauthor.api.rest.ServerAuthorResourceEndpointListResponse
Set the resourceEndpointList.
setPlatformName(String) - Method in class org.odpi.openmetadata.viewservices.serverauthor.api.properties.ResourceEndpoint
Set a meaningful name for the platform
setResourceCategory(String) - Method in class org.odpi.openmetadata.viewservices.serverauthor.api.properties.ResourceEndpoint
Set the resource category
setResourceDescription(String) - Method in class org.odpi.openmetadata.viewservices.serverauthor.api.properties.ResourceEndpoint
Set the resource description
setResourceRootURL(String) - Method in class org.odpi.openmetadata.viewservices.serverauthor.api.properties.ResourceEndpoint
set the resource root URL
setServerInstanceName(String) - Method in class org.odpi.openmetadata.viewservices.serverauthor.api.properties.ResourceEndpoint
set server instance name
setServerList(List<ResourceEndpoint>) - Method in class org.odpi.openmetadata.viewservices.serverauthor.api.rest.ServerAuthorResourceEndpointListResponse
Set the resourceEndpointList.
setServerName(String) - Method in class org.odpi.openmetadata.viewservices.serverauthor.api.properties.ResourceEndpoint
Set the server name

T

toString() - Method in enum org.odpi.openmetadata.viewservices.serverauthor.api.ffdc.ServerAuthorViewAuditCode
JSON-style toString
toString() - Method in enum org.odpi.openmetadata.viewservices.serverauthor.api.ffdc.ServerAuthorViewErrorCode
toString() JSON-style
toString() - Method in exception org.odpi.openmetadata.viewservices.serverauthor.api.ffdc.ServerAuthorViewServiceException
JSON-style toString
toString() - Method in class org.odpi.openmetadata.viewservices.serverauthor.api.rest.ServerAuthorConfigurationResponse
JSON-style toString
toString() - Method in class org.odpi.openmetadata.viewservices.serverauthor.api.rest.ServerAuthorResourceEndpointListResponse
JSON-style toString
toString() - Method in class org.odpi.openmetadata.viewservices.serverauthor.api.rest.ServerAuthorViewOMVSAPIResponse
JSON-like toString

V

valueOf(String) - Static method in enum org.odpi.openmetadata.viewservices.serverauthor.api.ffdc.ServerAuthorViewAuditCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odpi.openmetadata.viewservices.serverauthor.api.ffdc.ServerAuthorViewErrorCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.odpi.openmetadata.viewservices.serverauthor.api.ffdc.ServerAuthorViewAuditCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odpi.openmetadata.viewservices.serverauthor.api.ffdc.ServerAuthorViewErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
C E G H M O R S T V 
Skip navigation links

Copyright © 2018–2020 ODPi. All rights reserved.