Skip navigation links
C E G H I M N O P R S T U V 

C

ClassificationNotFoundException - Exception in org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.exceptions
The RootClassificationNotFound is thrown by the Governance Engine OMAS when the root classification passed is not valid.
ClassificationNotFoundException(int, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.exceptions.ClassificationNotFoundException
This is the typical constructor used for creating a ClassificationNotFoundException.
ClassificationNotFoundException(int, String, String, String, String, String, Throwable) - Constructor for exception org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.exceptions.ClassificationNotFoundException
This is the constructor used for creating a ClassificationNotFoundException that resulted from a previous error.
Context - Class in org.odpi.openmetadata.accessservices.governanceengine.api.objects
 
Context() - Constructor for class org.odpi.openmetadata.accessservices.governanceengine.api.objects.Context
 

E

equals(Object) - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.Context
 
equals(Object) - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernedAsset
 
exceptionClassName - Variable in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernanceEngineOMASAPIResponse
 
exceptionErrorMessage - Variable in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernanceEngineOMASAPIResponse
 
exceptionSystemAction - Variable in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernanceEngineOMASAPIResponse
 
exceptionUserAction - Variable in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernanceEngineOMASAPIResponse
 

G

getAsset() - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernedAssetAPIResponse
Return the Connection object.
getAssignedGovernanceClassification() - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernedAsset
 
getColumn() - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.Context
 
getContext() - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernedAsset
 
getDescription() - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.SoftwareServerCapability
 
getErrorMessage() - Method in exception org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.exceptions.GovernanceEngineCheckedExceptionBase
A formatted short description of the cause of the condition that resulted in this exception.
getErrorMessageId() - Method in enum org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.errorcode.GovernanceEngineErrorCode
Returns the unique identifier for the error message.
getEventType() - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.events.GovernanceEngineEvent
 
getEventTypeCode() - Method in enum org.odpi.openmetadata.accessservices.governanceengine.api.events.GovernanceEngineEventType
Return the int identifier used for indexing based on the enum.
getEventTypeDescription() - Method in enum org.odpi.openmetadata.accessservices.governanceengine.api.events.GovernanceEngineEventType
Return the default description for the enum value - used when natural resource bundle is not available.
getEventTypeName() - Method in enum org.odpi.openmetadata.accessservices.governanceengine.api.events.GovernanceEngineEventType
Return the string name used for messages that include the enum.
getExceptionClassName() - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernanceEngineOMASAPIResponse
Return the name of the Java class name to use to recreate the exception.
getExceptionErrorMessage() - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernanceEngineOMASAPIResponse
Return the error message associated with the exception.
getExceptionSystemAction() - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernanceEngineOMASAPIResponse
Return the description of the action taken by the system as a result of the exception.
getExceptionUserAction() - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernanceEngineOMASAPIResponse
Return the action that a user should take to resolve the problem.
getFormattedErrorMessage(String...) - Method in enum org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.errorcode.GovernanceEngineErrorCode
Returns the error message with the placeholders filled out with the supplied parameters.
getFormattedLogMessage(String...) - Method in enum org.odpi.openmetadata.accessservices.governanceengine.api.auditlog.GovernanceEngineAuditCode
Returns the log message with the placeholders filled out with the supplied parameters.
getFullQualifiedName() - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernedAsset
 
getGovernedAsset() - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.events.GovernanceEngineEvent
 
getGovernedAssetList() - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernedAssetListAPIResponse
Return the Connection object.
getGuid() - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernanceClassificationBase
 
getGuid() - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernedAsset
 
getGUID() - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.SoftwareServerCapability
 
getHTTPErrorCode() - Method in enum org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.errorcode.GovernanceEngineErrorCode
 
getLogMessageId() - Method in enum org.odpi.openmetadata.accessservices.governanceengine.api.auditlog.GovernanceEngineAuditCode
Returns the unique identifier for the error message.
getName() - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernanceClassificationBase
 
getName() - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernedAsset
 
getName() - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.SoftwareServerCapability
 
getOpenTypeGUID() - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.SoftwareServerCapability
 
getOwner() - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernedAsset
 
getPatchLevel() - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.SoftwareServerCapability
 
getRelatedHTTPCode() - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernanceEngineOMASAPIResponse
Return the HTTP Code to use if forwarding response to HTTP client.
getReportedHTTPCode() - Method in exception org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.exceptions.GovernanceEngineCheckedExceptionBase
Return the HTTP response code to use with this exception.
getReportedSystemAction() - Method in exception org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.exceptions.GovernanceEngineCheckedExceptionBase
A description of the action that the system took as a result of the error condition.
getReportedUserAction() - Method in exception org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.exceptions.GovernanceEngineCheckedExceptionBase
A description of the action necessary to correct the error.
getReportingActionDescription() - Method in exception org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.exceptions.GovernanceEngineCheckedExceptionBase
The type of request that the class was performing when the condition occurred that resulted in this exception.
getReportingClassName() - Method in exception org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.exceptions.GovernanceEngineCheckedExceptionBase
The class that created this exception.
getSchema() - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.Context
 
getSecurityLabels() - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernanceClassification
 
getSecurityProperties() - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernanceClassification
 
getSerialVersionUID() - Static method in class org.odpi.openmetadata.accessservices.governanceengine.api.events.GovernanceEngineEvent
 
getServerCapability() - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.SoftwareServerCapabilityResponse
 
getSeverity() - Method in enum org.odpi.openmetadata.accessservices.governanceengine.api.auditlog.GovernanceEngineAuditCode
Return the severity of the audit log record.
getSoftwareServerCapability() - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.SoftwareServerCapabilityRequestBody
 
getSource() - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.SoftwareServerCapability
 
getSystemAction() - Method in enum org.odpi.openmetadata.accessservices.governanceengine.api.auditlog.GovernanceEngineAuditCode
Returns a description of the action taken by the system when the condition that caused this exception was detected.
getSystemAction() - Method in enum org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.errorcode.GovernanceEngineErrorCode
Returns a description of the action taken by the system when the condition that caused this exception was detected.
getTable() - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.Context
 
getTagId() - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernanceClassificationBase
 
getType() - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernedAsset
 
getType() - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.SoftwareServerCapability
 
getUserAction() - Method in enum org.odpi.openmetadata.accessservices.governanceengine.api.auditlog.GovernanceEngineAuditCode
Returns instructions of how to resolve the issue reported in this exception.
getUserAction() - Method in enum org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.errorcode.GovernanceEngineErrorCode
Returns instructions of how to resolve the issue reported in this exception.
getVersion() - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.SoftwareServerCapability
 
GovernanceClassification - Class in org.odpi.openmetadata.accessservices.governanceengine.api.objects
 
GovernanceClassification() - Constructor for class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernanceClassification
 
GovernanceClassificationBase - Class in org.odpi.openmetadata.accessservices.governanceengine.api.objects
 
GovernanceClassificationBase() - Constructor for class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernanceClassificationBase
 
GovernanceEngineAuditCode - Enum in org.odpi.openmetadata.accessservices.governanceengine.api.auditlog
The GovernanceConsumerAuditLog is used to define the message content for the OMRS Audit Log.
GovernanceEngineCheckedExceptionBase - Exception in org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.exceptions
GovernanceEngineExceptionBase provides a checked exception for reporting errors found when using the Governance Engine OMAS services.
GovernanceEngineCheckedExceptionBase(int, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.exceptions.GovernanceEngineCheckedExceptionBase
This is the typical constructor used for creating a GovernanceEngineCheckedExceptionBase.
GovernanceEngineCheckedExceptionBase(int, String, String, String, String, String, Throwable) - Constructor for exception org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.exceptions.GovernanceEngineCheckedExceptionBase
This is the constructor used for creating a GovernanceEngineCheckedExceptionBase that resulted from a previous error.
GovernanceEngineErrorCode - Enum in org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.errorcode
The GovernanceEngineErrorCode is used to define first failure data capture (FFDC) for errors that occur when working with the Governance Engine Access Service.
GovernanceEngineEvent - Class in org.odpi.openmetadata.accessservices.governanceengine.api.events
GovernanceEngineEvent describes the structure of the events emitted by the Governance Engine OMAS.
GovernanceEngineEvent() - Constructor for class org.odpi.openmetadata.accessservices.governanceengine.api.events.GovernanceEngineEvent
 
GovernanceEngineEventType - Enum in org.odpi.openmetadata.accessservices.governanceengine.api.events
GovernanceEngineEventTypes describes the different types of events produced by the GovernanceEngine OMAS.
GovernanceEngineOMASAPIResponse - Class in org.odpi.openmetadata.accessservices.governanceengine.api.objects
AssetConsumerOMASAPIResponse provides a api header for Asset Consumer OMAS managed rest to its REST API.
GovernanceEngineOMASAPIResponse() - Constructor for class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernanceEngineOMASAPIResponse
 
GovernedAsset - Class in org.odpi.openmetadata.accessservices.governanceengine.api.objects
 
GovernedAsset() - Constructor for class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernedAsset
 
GovernedAssetAPIResponse - Class in org.odpi.openmetadata.accessservices.governanceengine.api.objects
TagMapResponse is the response structure used on the Governance Engine OMAS REST API calls that returns a TagMap object as a response.
GovernedAssetAPIResponse() - Constructor for class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernedAssetAPIResponse
 
GovernedAssetListAPIResponse - Class in org.odpi.openmetadata.accessservices.governanceengine.api.objects
TagMapResponse is the response structure used on the Governance Engine OMAS REST API calls that returns a TagMap object as a response.
GovernedAssetListAPIResponse() - Constructor for class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernedAssetListAPIResponse
 
GuidNotFoundException - Exception in org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.exceptions
The GuidNotFoundException is thrown by the Governance Engine OMAS when the guid passed is not found in the repository.
GuidNotFoundException(int, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.exceptions.GuidNotFoundException
This is the typical constructor used for creating a ClassificationNotFoundException.
GuidNotFoundException(int, String, String, String, String, String, Throwable) - Constructor for exception org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.exceptions.GuidNotFoundException
This is the constructor used for creating a ClassificationNotFoundException that resulted from a previous error.

H

hashCode() - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.Context
 
hashCode() - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernedAsset
 

I

InvalidEventException - Exception in org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.exceptions
 
InvalidEventException(int, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.exceptions.InvalidEventException
This is the constructor used for creating a InvalidEventException that resulted from a previous error.
InvalidEventException(int, String, String, String, String, String, Throwable) - Constructor for exception org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.exceptions.InvalidEventException
This is the constructor used for creating a InvalidEventException that resulted from a previous error.
InvalidParameterException - Exception in org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.exceptions
The InvalidParameterException is thrown by the GovernanceEngine OMAS when a parameters is null or an invalid value.
InvalidParameterException(int, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.exceptions.InvalidParameterException
This is the typical constructor used for creating a InvalidParameterException.
InvalidParameterException(int, String, String, String, String, String, Throwable) - Constructor for exception org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.exceptions.InvalidParameterException
This is the constructor used for creating a InvalidParameterException that resulted from a previous error.

M

MetadataServerException - Exception in org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.exceptions
The MetadataServerException is thrown by the GovernanceEngine OMAS when it is not able to communicate with the property handlers.
MetadataServerException(int, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.exceptions.MetadataServerException
This is the typical constructor used for creating a MetadataServerException.
MetadataServerException(int, String, String, String, String, String, Throwable) - Constructor for exception org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.exceptions.MetadataServerException
This is the constructor used for creating a MetadataServerException that resulted from a previous error.

N

NewInstanceException - Exception in org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.exceptions
NewInstanceException is thrown if the access service is not able to register a new instance of itself in its instance map.
NewInstanceException(int, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.exceptions.NewInstanceException
This is the typical constructor used for creating a NewInstanceException.
NewInstanceException(int, String, String, String, String, String, Throwable) - Constructor for exception org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.exceptions.NewInstanceException
This is the constructor used for creating a NewInstanceException that resulted from a previous error.

O

org.odpi.openmetadata.accessservices.governanceengine.api.auditlog - package org.odpi.openmetadata.accessservices.governanceengine.api.auditlog
 
org.odpi.openmetadata.accessservices.governanceengine.api.events - package org.odpi.openmetadata.accessservices.governanceengine.api.events
 
org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.errorcode - package org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.errorcode
 
org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.exceptions - package org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.exceptions
 
org.odpi.openmetadata.accessservices.governanceengine.api.objects - package org.odpi.openmetadata.accessservices.governanceengine.api.objects
 

P

PropertyServerException - Exception in org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.exceptions
The PropertyServerException is thrown when the access service is not able to communicate with the property server.
PropertyServerException(int, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.exceptions.PropertyServerException
This is the typical constructor used for creating a PropertyServerException.
PropertyServerException(int, String, String, String, String, String, Throwable) - Constructor for exception org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.exceptions.PropertyServerException
This is the constructor used for creating a PropertyServerException that resulted from a previous error.
PublishEventException - Exception in org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.exceptions
The PublishEventException is thrown by the Governance Engine OMAS when we have issues publishing an event
PublishEventException(int, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.exceptions.PublishEventException
This is the typical constructor used for creating a UserNotAuthorizedException.
PublishEventException(int, String, String, String, String, String, Throwable) - Constructor for exception org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.exceptions.PublishEventException
This is the constructor used for creating a UserNotAuthorizedException that resulted from a previous error.

R

relatedHTTPCode - Variable in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernanceEngineOMASAPIResponse
 

S

setAsset(GovernedAsset) - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernedAssetAPIResponse
Set up the Connection object.
setAssignedGovernanceClassification(GovernanceClassification) - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernedAsset
 
setColumn(String) - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.Context
 
setContext(Context) - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernedAsset
 
setDescription(String) - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.SoftwareServerCapability
 
setEventType(GovernanceEngineEventType) - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.events.GovernanceEngineEvent
 
setExceptionClassName(String) - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernanceEngineOMASAPIResponse
Set up the name of the Java class name to use to recreate the exception.
setExceptionErrorMessage(String) - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernanceEngineOMASAPIResponse
Set up the error message associated with the exception.
setExceptionSystemAction(String) - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernanceEngineOMASAPIResponse
Set up the description of the action taken by the system as a result of the exception.
setExceptionUserAction(String) - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernanceEngineOMASAPIResponse
Set up the action that a user should take to resolve the problem.
setFullQualifiedName(String) - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernedAsset
 
setGovernedAsset(GovernedAsset) - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.events.GovernanceEngineEvent
 
setGovernedAssetList(List<GovernedAsset>) - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernedAssetListAPIResponse
Set up the Connection object.
setGuid(String) - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernanceClassificationBase
 
setGuid(String) - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernedAsset
 
setGUID(String) - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.SoftwareServerCapability
 
setName(String) - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernanceClassificationBase
 
setName(String) - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernedAsset
 
setName(String) - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.SoftwareServerCapability
 
setOpenTypeGUID(String) - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.SoftwareServerCapability
 
setOwner(String) - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernedAsset
 
setPatchLevel(String) - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.SoftwareServerCapability
 
setRelatedHTTPCode(int) - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernanceEngineOMASAPIResponse
Set up the HTTP Code to use if forwarding response to HTTP client.
setSchema(String) - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.Context
 
setSecurityLabels(List<String>) - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernanceClassification
Set up the security labels
setSecurityProperties(Map<String, String>) - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernanceClassification
 
setServerCapability(SoftwareServerCapability) - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.SoftwareServerCapabilityResponse
 
setSoftwareServerCapability(SoftwareServerCapability) - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.SoftwareServerCapabilityRequestBody
 
setSource(String) - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.SoftwareServerCapability
 
setTable(String) - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.Context
 
setTagId(String) - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernanceClassificationBase
 
setType(String) - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernedAsset
 
setType(String) - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.SoftwareServerCapability
 
setVersion(String) - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.SoftwareServerCapability
 
SoftwareServerCapability - Class in org.odpi.openmetadata.accessservices.governanceengine.api.objects
 
SoftwareServerCapability() - Constructor for class org.odpi.openmetadata.accessservices.governanceengine.api.objects.SoftwareServerCapability
 
SoftwareServerCapabilityRequestBody - Class in org.odpi.openmetadata.accessservices.governanceengine.api.objects
 
SoftwareServerCapabilityRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.governanceengine.api.objects.SoftwareServerCapabilityRequestBody
 
SoftwareServerCapabilityResponse - Class in org.odpi.openmetadata.accessservices.governanceengine.api.objects
 
SoftwareServerCapabilityResponse() - Constructor for class org.odpi.openmetadata.accessservices.governanceengine.api.objects.SoftwareServerCapabilityResponse
 

T

toString() - Method in class org.odpi.openmetadata.accessservices.governanceengine.api.objects.GovernedAsset
 
TypeNotFoundException - Exception in org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.exceptions
The TypeNotFoundException is thrown by the Governance Engine OMAS when the root type passed is not valid.
TypeNotFoundException(int, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.exceptions.TypeNotFoundException
This is the typical constructor used for creating a ClassificationNotFoundException.
TypeNotFoundException(int, String, String, String, String, String, Throwable) - Constructor for exception org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.exceptions.TypeNotFoundException
This is the constructor used for creating a ClassificationNotFoundException that resulted from a previous error.

U

UserNotAuthorizedException - Exception in org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.exceptions
The UserNotAuthorizedException is thrown by the Governance Engine OMAS when a userId passed on a request is not authorized to perform the requested action.
UserNotAuthorizedException(int, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.exceptions.UserNotAuthorizedException
This is the typical constructor used for creating a UserNotAuthorizedException.
UserNotAuthorizedException(int, String, String, String, String, String, Throwable) - Constructor for exception org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.exceptions.UserNotAuthorizedException
This is the constructor used for creating a UserNotAuthorizedException that resulted from a previous error.

V

valueOf(String) - Static method in enum org.odpi.openmetadata.accessservices.governanceengine.api.auditlog.GovernanceEngineAuditCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odpi.openmetadata.accessservices.governanceengine.api.events.GovernanceEngineEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.errorcode.GovernanceEngineErrorCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.odpi.openmetadata.accessservices.governanceengine.api.auditlog.GovernanceEngineAuditCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odpi.openmetadata.accessservices.governanceengine.api.events.GovernanceEngineEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odpi.openmetadata.accessservices.governanceengine.api.ffdc.errorcode.GovernanceEngineErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
C E G H I M N O P R S T U V 
Skip navigation links

Copyright © 2018–2020 ODPi. All rights reserved.