Skip navigation links
A C E G I O P R S T V 

A

AssetUniverseResponse - Class in org.odpi.openmetadata.accessservices.connectedasset.server.properties
AssetUniverseResponse is the response structure used on the Connected Asset OMAS REST API calls that return an AssetUniverse object as a response.
AssetUniverseResponse() - Constructor for class org.odpi.openmetadata.accessservices.connectedasset.server.properties.AssetUniverseResponse
Default constructor

C

ConnectedAssetAdmin - Class in org.odpi.openmetadata.accessservices.connectedasset.admin
ConnectedAssetAdmin is the class that is called by the OMAG Server to initialize and terminate the Connected Asset OMAS.
ConnectedAssetAdmin() - Constructor for class org.odpi.openmetadata.accessservices.connectedasset.admin.ConnectedAssetAdmin
Default constructor
ConnectedAssetAuditCode - Enum in org.odpi.openmetadata.accessservices.connectedasset.auditlog
The ConnectedAssetAuditCode is used to define the message content for the OMRS Audit Log.
ConnectedAssetOMASAPIResponse - Class in org.odpi.openmetadata.accessservices.connectedasset.server.properties
ConnectedAssetOMASAPIResponse provides a common header for Asset Consumer OMAS managed rest to its REST API.
ConnectedAssetOMASAPIResponse() - Constructor for class org.odpi.openmetadata.accessservices.connectedasset.server.properties.ConnectedAssetOMASAPIResponse
Default constructor
ConnectedAssetOMRSTopicListener - Class in org.odpi.openmetadata.accessservices.connectedasset.listener
 
ConnectedAssetOMRSTopicListener(Connection, OMRSRepositoryHelper, OMRSRepositoryValidator, String) - Constructor for class org.odpi.openmetadata.accessservices.connectedasset.listener.ConnectedAssetOMRSTopicListener
The constructor is given the connection to the out topic for Asset Consumer OMAS along with classes for testing and manipulating instances.
ConnectedAssetPublisher - Class in org.odpi.openmetadata.accessservices.connectedasset.outtopic
ConnectedAssetPublisher is responsible for publishing events about connected assets.
ConnectedAssetPublisher(Connection, OMRSRepositoryHelper, OMRSRepositoryValidator, String) - Constructor for class org.odpi.openmetadata.accessservices.connectedasset.outtopic.ConnectedAssetPublisher
The constructor is given the connection to the out topic for Asset Consumer OMAS along with classes for testing and manipulating instances.
ConnectedAssetRESTServices - Class in org.odpi.openmetadata.accessservices.connectedasset.server
The ConnectedAssetRESTServices is the server-side implementation of the Connected Asset OMAS REST interface.
ConnectedAssetRESTServices() - Constructor for class org.odpi.openmetadata.accessservices.connectedasset.server.ConnectedAssetRESTServices
Default constructor
countAnnotations(String, String) - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.ConnectedAssetRESTServices
Returns the count of annotations for the asset.
countCertifications(String, String) - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.ConnectedAssetRESTServices
Returns the count of certifications for the asset.
countComments(String, String) - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.ConnectedAssetRESTServices
Returns the count of comments for the asset.
countConnections(String, String) - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.ConnectedAssetRESTServices
Returns the count of connections for the asset.
countExternalIdentifiers(String, String) - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.ConnectedAssetRESTServices
Returns the count of external identifiers for the asset.
countExternalReferences(String, String) - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.ConnectedAssetRESTServices
Returns the count of external references for the asset.
countInformalTags(String, String) - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.ConnectedAssetRESTServices
Returns the count of informal tags for the asset.
countKnownLocations(String, String) - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.ConnectedAssetRESTServices
Returns the count of known locations for the asset.
countLicenses(String, String) - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.ConnectedAssetRESTServices
Returns the count of licenses for the asset.
countLikes(String, String) - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.ConnectedAssetRESTServices
Returns the count of likes for the asset.
countMeanings(String, String) - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.ConnectedAssetRESTServices
Returns the count of meanings for the asset.
countNoteLogs(String, String) - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.ConnectedAssetRESTServices
Returns the count of note logs for the asset.
countNotes(String, String) - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.ConnectedAssetRESTServices
Returns the count of notes for the asset.
countRatings(String, String) - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.ConnectedAssetRESTServices
Returns the count of ratings for the asset.
countRelatedAssets(String, String) - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.ConnectedAssetRESTServices
Returns the count of related assets for the asset.
countRelatedMediaReferences(String, String) - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.ConnectedAssetRESTServices
Returns the count of related media references for the asset.

E

exceptionClassName - Variable in class org.odpi.openmetadata.accessservices.connectedasset.server.properties.ConnectedAssetOMASAPIResponse
 
exceptionErrorMessage - Variable in class org.odpi.openmetadata.accessservices.connectedasset.server.properties.ConnectedAssetOMASAPIResponse
 
exceptionSystemAction - Variable in class org.odpi.openmetadata.accessservices.connectedasset.server.properties.ConnectedAssetOMASAPIResponse
 
exceptionUserAction - Variable in class org.odpi.openmetadata.accessservices.connectedasset.server.properties.ConnectedAssetOMASAPIResponse
 

G

getAnnotations(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.ConnectedAssetRESTServices
Returns the list of annotations for the asset.
getAssetIdForConnection(String, String) - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.ConnectedAssetRESTServices
Returns the basic information about the asset.
getAssetSummary(String, String) - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.ConnectedAssetRESTServices
Returns the basic information about the asset.
getAssetUniverse() - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.properties.AssetUniverseResponse
Return the AssetUniverse object.
getCertifications(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.ConnectedAssetRESTServices
Returns the list of certifications for the asset.
getCommentReplies(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.ConnectedAssetRESTServices
Returns the list of replies to a comment.
getComments(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.ConnectedAssetRESTServices
Returns the list of comments for the asset.
getConnections(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.ConnectedAssetRESTServices
Returns the list of connections for the asset.
getExceptionClassName() - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.properties.ConnectedAssetOMASAPIResponse
Return the name of the Java class name to use to recreate the exception.
getExceptionErrorMessage() - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.properties.ConnectedAssetOMASAPIResponse
Return the error message associated with the exception.
getExceptionSystemAction() - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.properties.ConnectedAssetOMASAPIResponse
Return the description of the action taken by the system as a result of the exception.
getExceptionUserAction() - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.properties.ConnectedAssetOMASAPIResponse
Return the action that a user should take to resolve the problem.
getExternalIdentifiers(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.ConnectedAssetRESTServices
Returns the list of external identifiers for the asset.
getExternalReferences(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.ConnectedAssetRESTServices
Returns the list of external references for the asset.
getFormattedLogMessage(String...) - Method in enum org.odpi.openmetadata.accessservices.connectedasset.auditlog.ConnectedAssetAuditCode
Returns the log message with the placeholders filled out with the supplied parameters.
getInformalTags(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.ConnectedAssetRESTServices
Returns the list of informal tags for the asset.
getKnownLocations(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.ConnectedAssetRESTServices
Returns the list of known locations for the asset.
getLicenses(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.ConnectedAssetRESTServices
Returns the list of licenses for the asset.
getLikes(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.ConnectedAssetRESTServices
Returns the list of likes for the asset.
getLogMessageId() - Method in enum org.odpi.openmetadata.accessservices.connectedasset.auditlog.ConnectedAssetAuditCode
Returns the unique identifier for the error message.
getMeanings(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.ConnectedAssetRESTServices
Returns the list of meanings for the asset.
getNoteLogs(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.ConnectedAssetRESTServices
Returns the list of note logs for the asset.
getNotes(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.ConnectedAssetRESTServices
Returns the list of notes for a note log.
getRatings(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.ConnectedAssetRESTServices
Returns the list of ratings for the asset.
getRelatedAssets(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.ConnectedAssetRESTServices
Returns the list of related assets for the asset.
getRelatedHTTPCode() - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.properties.ConnectedAssetOMASAPIResponse
Return the HTTP Code to use if forwarding response to HTTP client.
getRelatedMediaReferences(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.ConnectedAssetRESTServices
Returns the list of related media references for the asset.
getSchema(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.ConnectedAssetRESTServices
Returns the schema for the asset.
getSeverity() - Method in enum org.odpi.openmetadata.accessservices.connectedasset.auditlog.ConnectedAssetAuditCode
Return the severity of the audit log record.
getSystemAction() - Method in enum org.odpi.openmetadata.accessservices.connectedasset.auditlog.ConnectedAssetAuditCode
Returns a description of the action taken by the system when the condition that caused this exception was detected.
getUserAction() - Method in enum org.odpi.openmetadata.accessservices.connectedasset.auditlog.ConnectedAssetAuditCode
Returns instructions of how to resolve the issue reported in this exception.

I

initialize(AccessServiceConfig, OMRSTopicConnector, OMRSRepositoryConnector, OMRSAuditLog, String) - Method in class org.odpi.openmetadata.accessservices.connectedasset.admin.ConnectedAssetAdmin
Initialize the access service.

O

org.odpi.openmetadata.accessservices.connectedasset.admin - package org.odpi.openmetadata.accessservices.connectedasset.admin
 
org.odpi.openmetadata.accessservices.connectedasset.auditlog - package org.odpi.openmetadata.accessservices.connectedasset.auditlog
 
org.odpi.openmetadata.accessservices.connectedasset.listener - package org.odpi.openmetadata.accessservices.connectedasset.listener
 
org.odpi.openmetadata.accessservices.connectedasset.outtopic - package org.odpi.openmetadata.accessservices.connectedasset.outtopic
 
org.odpi.openmetadata.accessservices.connectedasset.server - package org.odpi.openmetadata.accessservices.connectedasset.server
 
org.odpi.openmetadata.accessservices.connectedasset.server.properties - package org.odpi.openmetadata.accessservices.connectedasset.server.properties
 

P

processDeletedEntity(EntityDetail) - Method in class org.odpi.openmetadata.accessservices.connectedasset.outtopic.ConnectedAssetPublisher
Determine whether a deleted entity is an Asset.
processDeletedRelationship(Relationship) - Method in class org.odpi.openmetadata.accessservices.connectedasset.outtopic.ConnectedAssetPublisher
Determine whether a deleted relationship is related to an Asset.
processInstanceEvent(OMRSInstanceEvent) - Method in class org.odpi.openmetadata.accessservices.connectedasset.listener.ConnectedAssetOMRSTopicListener
Unpack and deliver an instance event to the InstanceEventProcessor
processNewEntity(EntityDetail) - Method in class org.odpi.openmetadata.accessservices.connectedasset.outtopic.ConnectedAssetPublisher
Determine whether a new entity is an Asset.
processNewRelationship(Relationship) - Method in class org.odpi.openmetadata.accessservices.connectedasset.outtopic.ConnectedAssetPublisher
Determine whether a new relationship is related to an Asset.
processRegistryEvent(OMRSRegistryEvent) - Method in class org.odpi.openmetadata.accessservices.connectedasset.listener.ConnectedAssetOMRSTopicListener
Method to pass a Registry event received on topic.
processRestoredEntity(EntityDetail) - Method in class org.odpi.openmetadata.accessservices.connectedasset.outtopic.ConnectedAssetPublisher
Determine whether a restored entity is an Asset.
processRestoredRelationship(Relationship) - Method in class org.odpi.openmetadata.accessservices.connectedasset.outtopic.ConnectedAssetPublisher
Determine whether a restored relationship is related to an Asset.
processTypeDefEvent(OMRSTypeDefEvent) - Method in class org.odpi.openmetadata.accessservices.connectedasset.listener.ConnectedAssetOMRSTopicListener
Method to pass a Registry event received on topic.
processUpdatedEntity(EntityDetail) - Method in class org.odpi.openmetadata.accessservices.connectedasset.outtopic.ConnectedAssetPublisher
Determine whether an updated entity is an Asset.
processUpdatedEntity(EntityDetail, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.connectedasset.outtopic.ConnectedAssetPublisher
Determine whether an updated entity is an Asset.
processUpdatedRelationship(Relationship) - Method in class org.odpi.openmetadata.accessservices.connectedasset.outtopic.ConnectedAssetPublisher
Determine whether an updated relationship is related to an Asset.
processUpdatedRelationship(Relationship, Relationship) - Method in class org.odpi.openmetadata.accessservices.connectedasset.outtopic.ConnectedAssetPublisher
Determine whether an updated relationship is related to an Asset.

R

relatedHTTPCode - Variable in class org.odpi.openmetadata.accessservices.connectedasset.server.properties.ConnectedAssetOMASAPIResponse
 

S

setAssetUniverse(AssetUniverse) - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.properties.AssetUniverseResponse
Set up the AssetUniverse object.
setExceptionClassName(String) - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.properties.ConnectedAssetOMASAPIResponse
Set up the name of the Java class name to use to recreate the exception.
setExceptionErrorMessage(String) - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.properties.ConnectedAssetOMASAPIResponse
Set up the error message associated with the exception.
setExceptionSystemAction(String) - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.properties.ConnectedAssetOMASAPIResponse
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.connectedasset.server.properties.ConnectedAssetOMASAPIResponse
Set up the action that a user should take to resolve the problem.
setRelatedHTTPCode(int) - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.properties.ConnectedAssetOMASAPIResponse
Set up the HTTP Code to use if forwarding response to HTTP client.
setRepositoryConnector(String, OMRSRepositoryConnector) - Static method in class org.odpi.openmetadata.accessservices.connectedasset.server.ConnectedAssetRESTServices
Provide a connector to the REST Services.
shutdown() - Method in class org.odpi.openmetadata.accessservices.connectedasset.admin.ConnectedAssetAdmin
Shutdown the access service.

T

toString() - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.properties.AssetUniverseResponse
 
toString() - Method in class org.odpi.openmetadata.accessservices.connectedasset.server.properties.ConnectedAssetOMASAPIResponse
 

V

valueOf(String) - Static method in enum org.odpi.openmetadata.accessservices.connectedasset.auditlog.ConnectedAssetAuditCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.odpi.openmetadata.accessservices.connectedasset.auditlog.ConnectedAssetAuditCode
Returns an array containing the constants of this enum type, in the order they are declared.
A C E G I O P R S T V 
Skip navigation links

Copyright © 2018 ODPi. All rights reserved.