Skip navigation links
A C E G H I L N O P S T U V 

A

addEdge(GraphContext) - Method in class org.odpi.openmetadata.accessservices.assetlineage.model.AssetContext
Add edge boolean.
addVertex(LineageEntity) - Method in class org.odpi.openmetadata.accessservices.assetlineage.model.AssetContext
Add vertex boolean.
AssetContext - Class in org.odpi.openmetadata.accessservices.assetlineage.model
The asset context provides the entire lineage graph with vertices and edges.
AssetContext() - Constructor for class org.odpi.openmetadata.accessservices.assetlineage.model.AssetContext
Instantiates a new Asset context.
AssetLineageErrorCode - Enum in org.odpi.openmetadata.accessservices.assetlineage.ffdc
 
AssetLineageEventHeader - Class in org.odpi.openmetadata.accessservices.assetlineage.event
AssetLineageEventHeader provides a common base for all events from the Data Engine access service.
AssetLineageEventHeader() - Constructor for class org.odpi.openmetadata.accessservices.assetlineage.event.AssetLineageEventHeader
 
AssetLineageEventType - Enum in org.odpi.openmetadata.accessservices.assetlineage.event
AssetLineageEventType describes the different types of events can be produced by the Asset Lineage OMAS.
AssetLineageException - Exception in org.odpi.openmetadata.accessservices.assetlineage.ffdc.exception
AssetLineageException provides a checked exception for reporting errors found when using the Asset Lineage OMAS services.
AssetLineageException(int, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.accessservices.assetlineage.ffdc.exception.AssetLineageException
This is the typical constructor used for creating a ConnectionCheckedException.
AssetLineageException(int, String, String, String, String, String, Throwable) - Constructor for exception org.odpi.openmetadata.accessservices.assetlineage.ffdc.exception.AssetLineageException
This is the constructor used for creating a ConnectionCheckedException that resulted from a previous error.
AssetNotFoundException - Exception in org.odpi.openmetadata.accessservices.assetlineage.ffdc.exception
The AssetNotFoundException is thrown by the Asset Lineage OMAS when the asset passed on a request is not found in the repository
AssetNotFoundException(int, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.accessservices.assetlineage.ffdc.exception.AssetNotFoundException
This is the typical constructor used for creating a AssetNotFoundException.
AssetNotFoundException(int, String, String, String, String, String, Throwable) - Constructor for exception org.odpi.openmetadata.accessservices.assetlineage.ffdc.exception.AssetNotFoundException
This is the constructor used for creating a AssetNotFoundException that resulted from a previous error.

C

ClassificationNotFoundException - Exception in org.odpi.openmetadata.accessservices.assetlineage.ffdc.exception
The ClassificationNotFoundException is thrown by the Asset Lineage OMAS when the classification passed on a request is not found in the repository
ClassificationNotFoundException(int, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.accessservices.assetlineage.ffdc.exception.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.assetlineage.ffdc.exception.ClassificationNotFoundException
This is the constructor used for creating a ClassificationNotFoundException that resulted from a previous error.

E

equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetlineage.event.LineageEvent
 
equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetlineage.model.GraphContext
 
equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetlineage.model.LineageEntity
 
equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetlineage.model.Vertex
 

G

getAssetContext() - Method in class org.odpi.openmetadata.accessservices.assetlineage.event.LineageEvent
Gets asset context.
getAssetLineageEventType() - Method in class org.odpi.openmetadata.accessservices.assetlineage.event.AssetLineageEventHeader
 
getCreatedBy() - Method in class org.odpi.openmetadata.accessservices.assetlineage.model.LineageEntity
Gets created by.
getCreateTime() - Method in class org.odpi.openmetadata.accessservices.assetlineage.model.LineageEntity
Gets create time.
getEdges() - Method in class org.odpi.openmetadata.accessservices.assetlineage.model.AssetContext
Gets edges.
getEntity() - Method in class org.odpi.openmetadata.accessservices.assetlineage.model.Vertex
 
getErrorMessage() - Method in enum org.odpi.openmetadata.accessservices.assetlineage.ffdc.AssetLineageErrorCode
 
getErrorMessage() - Method in exception org.odpi.openmetadata.accessservices.assetlineage.ffdc.exception.AssetLineageException
A formatted short description of the cause of the condition that resulted in this exception.
getErrorMessageId() - Method in enum org.odpi.openmetadata.accessservices.assetlineage.ffdc.AssetLineageErrorCode
 
getEventTypeCode() - Method in enum org.odpi.openmetadata.accessservices.assetlineage.event.AssetLineageEventType
 
getEventTypeDescription() - Method in enum org.odpi.openmetadata.accessservices.assetlineage.event.AssetLineageEventType
 
getEventTypeName() - Method in enum org.odpi.openmetadata.accessservices.assetlineage.event.AssetLineageEventType
 
getEventVersionId() - Method in class org.odpi.openmetadata.accessservices.assetlineage.event.AssetLineageEventHeader
 
getFormattedErrorMessage(String...) - Method in enum org.odpi.openmetadata.accessservices.assetlineage.ffdc.AssetLineageErrorCode
 
getFromVertex() - Method in class org.odpi.openmetadata.accessservices.assetlineage.model.GraphContext
Gets from vertex.
getGuid() - Method in class org.odpi.openmetadata.accessservices.assetlineage.model.LineageEntity
Gets guid.
getHTTPErrorCode() - Method in enum org.odpi.openmetadata.accessservices.assetlineage.ffdc.AssetLineageErrorCode
 
getHttpErrorCode() - Method in enum org.odpi.openmetadata.accessservices.assetlineage.ffdc.AssetLineageErrorCode
 
getLineageEntity() - Method in class org.odpi.openmetadata.accessservices.assetlineage.event.LineageEvent
 
getNeighbors() - Method in class org.odpi.openmetadata.accessservices.assetlineage.model.AssetContext
Gets neighbors.
getProperties() - Method in class org.odpi.openmetadata.accessservices.assetlineage.model.LineageEntity
Gets properties.
getRelationshipGuid() - Method in class org.odpi.openmetadata.accessservices.assetlineage.model.GraphContext
Gets relationship guid.
getRelationshipType() - Method in class org.odpi.openmetadata.accessservices.assetlineage.model.GraphContext
Gets relationship type.
getReportedCaughtException() - Method in exception org.odpi.openmetadata.accessservices.assetlineage.ffdc.exception.AssetLineageException
An exception that was caught and wrapped by this exception.
getReportedHTTPCode() - Method in exception org.odpi.openmetadata.accessservices.assetlineage.ffdc.exception.AssetLineageException
Return the HTTP response code to use with this exception.
getReportedSystemAction() - Method in exception org.odpi.openmetadata.accessservices.assetlineage.ffdc.exception.AssetLineageException
A description of the action that the system took as a result of the error condition.
getReportedUserAction() - Method in exception org.odpi.openmetadata.accessservices.assetlineage.ffdc.exception.AssetLineageException
A description of the action necessary to correct the error.
getReportingActionDescription() - Method in exception org.odpi.openmetadata.accessservices.assetlineage.ffdc.exception.AssetLineageException
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.assetlineage.ffdc.exception.AssetLineageException
The class that created this exception.
getSystemAction() - Method in enum org.odpi.openmetadata.accessservices.assetlineage.ffdc.AssetLineageErrorCode
 
getToVertex() - Method in class org.odpi.openmetadata.accessservices.assetlineage.model.GraphContext
Gets to vertex.
getTypeDefName() - Method in class org.odpi.openmetadata.accessservices.assetlineage.model.LineageEntity
Gets type def name.
getUpdatedBy() - Method in class org.odpi.openmetadata.accessservices.assetlineage.model.LineageEntity
Gets updated by.
getUpdateTime() - Method in class org.odpi.openmetadata.accessservices.assetlineage.model.LineageEntity
Gets update time.
getUserAction() - Method in enum org.odpi.openmetadata.accessservices.assetlineage.ffdc.AssetLineageErrorCode
 
getVersion() - Method in class org.odpi.openmetadata.accessservices.assetlineage.model.LineageEntity
Gets version.
getVertices() - Method in class org.odpi.openmetadata.accessservices.assetlineage.model.AssetContext
Get vertices set.
GraphContext - Class in org.odpi.openmetadata.accessservices.assetlineage.model
The graph context provides the minimum lineage between two vertexes and the edge between them.
GraphContext() - Constructor for class org.odpi.openmetadata.accessservices.assetlineage.model.GraphContext
Instantiates a new Graph context.
GraphContext(String, String, LineageEntity, LineageEntity) - Constructor for class org.odpi.openmetadata.accessservices.assetlineage.model.GraphContext
Instantiates a new Graph context.

H

hashCode() - Method in class org.odpi.openmetadata.accessservices.assetlineage.event.LineageEvent
 
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetlineage.model.GraphContext
 
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetlineage.model.LineageEntity
 
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetlineage.model.Vertex
 

I

InvalidParameterException - Exception in org.odpi.openmetadata.accessservices.assetlineage.ffdc.exception
The InvalidParameterException is thrown by the Asset Lineage OMAS when a parameter passed on a request is invalid and the action can not be performed without it.
InvalidParameterException(int, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.accessservices.assetlineage.ffdc.exception.InvalidParameterException
This is the typical constructor used for creating a InvalidParameterException.

L

LineageEntity - Class in org.odpi.openmetadata.accessservices.assetlineage.model
The lineage entity represents the single node in lineage graph with self contained properties.
LineageEntity() - Constructor for class org.odpi.openmetadata.accessservices.assetlineage.model.LineageEntity
 
LineageEvent - Class in org.odpi.openmetadata.accessservices.assetlineage.event
The lineage event contains new or updated lineage graph context from assets.
LineageEvent() - Constructor for class org.odpi.openmetadata.accessservices.assetlineage.event.LineageEvent
 

N

NewInstanceException - Exception in org.odpi.openmetadata.accessservices.assetlineage.ffdc.exception
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.assetlineage.ffdc.exception.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.assetlineage.ffdc.exception.NewInstanceException
This is the constructor used for creating a NewInstanceException that resulted from a previous error.

O

org.odpi.openmetadata.accessservices.assetlineage.event - package org.odpi.openmetadata.accessservices.assetlineage.event
 
org.odpi.openmetadata.accessservices.assetlineage.ffdc - package org.odpi.openmetadata.accessservices.assetlineage.ffdc
 
org.odpi.openmetadata.accessservices.assetlineage.ffdc.exception - package org.odpi.openmetadata.accessservices.assetlineage.ffdc.exception
 
org.odpi.openmetadata.accessservices.assetlineage.model - package org.odpi.openmetadata.accessservices.assetlineage.model
 

P

PropertyServerException - Exception in org.odpi.openmetadata.accessservices.assetlineage.ffdc.exception
The PropertyServerException is thrown by the Asset Lineage OMAS when it is not able to communicate with the property server.
PropertyServerException(int, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.accessservices.assetlineage.ffdc.exception.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.assetlineage.ffdc.exception.PropertyServerException
This is the constructor used for creating a PropertyServerException that resulted from a previous error.

S

setAssetContext(Map<String, Set<GraphContext>>) - Method in class org.odpi.openmetadata.accessservices.assetlineage.event.LineageEvent
Sets asset context.
setAssetLineageEventType(AssetLineageEventType) - Method in class org.odpi.openmetadata.accessservices.assetlineage.event.AssetLineageEventHeader
 
setCreatedBy(String) - Method in class org.odpi.openmetadata.accessservices.assetlineage.model.LineageEntity
Sets created by.
setCreateTime(Date) - Method in class org.odpi.openmetadata.accessservices.assetlineage.model.LineageEntity
Sets create time.
setEdges(Set<GraphContext>) - Method in class org.odpi.openmetadata.accessservices.assetlineage.model.AssetContext
Sets edges.
setEntity(LineageEntity) - Method in class org.odpi.openmetadata.accessservices.assetlineage.model.Vertex
 
setEventVersionId(long) - Method in class org.odpi.openmetadata.accessservices.assetlineage.event.AssetLineageEventHeader
 
setFromVertex(LineageEntity) - Method in class org.odpi.openmetadata.accessservices.assetlineage.model.GraphContext
Sets from vertex.
setGuid(String) - Method in class org.odpi.openmetadata.accessservices.assetlineage.model.LineageEntity
Sets guid.
setLineageEntity(LineageEntity) - Method in class org.odpi.openmetadata.accessservices.assetlineage.event.LineageEvent
 
setProperties(Map<String, String>) - Method in class org.odpi.openmetadata.accessservices.assetlineage.model.LineageEntity
Sets properties.
setRelationshipGuid(String) - Method in class org.odpi.openmetadata.accessservices.assetlineage.model.GraphContext
Sets relationship guid.
setRelationshipType(String) - Method in class org.odpi.openmetadata.accessservices.assetlineage.model.GraphContext
Sets relationship type.
setToVertex(LineageEntity) - Method in class org.odpi.openmetadata.accessservices.assetlineage.model.GraphContext
Sets to vertex.
setTypeDefName(String) - Method in class org.odpi.openmetadata.accessservices.assetlineage.model.LineageEntity
Sets type def name.
setUpdatedBy(String) - Method in class org.odpi.openmetadata.accessservices.assetlineage.model.LineageEntity
Sets updated by.
setUpdateTime(Date) - Method in class org.odpi.openmetadata.accessservices.assetlineage.model.LineageEntity
Sets update time.
setVersion(long) - Method in class org.odpi.openmetadata.accessservices.assetlineage.model.LineageEntity
Sets version.

T

toString() - Method in class org.odpi.openmetadata.accessservices.assetlineage.event.AssetLineageEventHeader
 
toString() - Method in class org.odpi.openmetadata.accessservices.assetlineage.event.LineageEvent
 
toString() - Method in class org.odpi.openmetadata.accessservices.assetlineage.model.AssetContext
 
toString() - Method in class org.odpi.openmetadata.accessservices.assetlineage.model.LineageEntity
 
toString() - Method in class org.odpi.openmetadata.accessservices.assetlineage.model.Vertex
 

U

UserNotAuthorizedException - Exception in org.odpi.openmetadata.accessservices.assetlineage.ffdc.exception
The UserNotAuthorizedException is thrown by the Asset Lineage 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.assetlineage.ffdc.exception.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.assetlineage.ffdc.exception.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.assetlineage.event.AssetLineageEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odpi.openmetadata.accessservices.assetlineage.ffdc.AssetLineageErrorCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.odpi.openmetadata.accessservices.assetlineage.event.AssetLineageEventType
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.assetlineage.ffdc.AssetLineageErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
Vertex - Class in org.odpi.openmetadata.accessservices.assetlineage.model
 
Vertex(LineageEntity) - Constructor for class org.odpi.openmetadata.accessservices.assetlineage.model.Vertex
 
A C E G H I L N O P S T U V 
Skip navigation links

Copyright © 2018–2020 ODPi. All rights reserved.