Index

A B C D E F G H I L N O P Q R S T V 
All Classes and Interfaces|All Packages|Constant Field Values

A

addChildElement(Element, Element) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.converters.AssetCatalogConverter
Method use to add the parent element to the current element in the built context tree
addContextElement(AssetCatalogItemElement, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.converters.AssetCatalogConverter
Method use to add to the context of the given entity
addElement(AssetCatalogItemElement, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.converters.AssetCatalogConverter
Add an element in the context.
ADDITIONAL_PROPERTIES_PROPERTY_NAME - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The additional properties property
API_ENDPOINT - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The APIEndpoint Open Metadata Type name
API_ENDPOINT_GUID - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The APIEndpoint Open Metadata Type unique identifier
ASSET - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The Asset Open Metadata Type name
ASSET_GUID - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The Asset Open Metadata Type unique identifier
ASSET_LOCATION - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The AssetLocation Open Metadata Type name
ASSET_LOCATION_GUID - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The AssetLocation Open Metadata Type unique identifier
ASSET_SCHEMA_TYPE - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The AssetSchemaType Open Metadata Type name
ASSET_SCHEMA_TYPE_GUID - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The AssetSchemaType Open Metadata Type unique identifier
ASSET_ZONE_MEMBERSHIP - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The AssetZoneMembership Open Metadata Type name
AssetCatalogAdmin - Class in org.odpi.openmetadata.accessservices.assetcatalog.admin
AssetCatalogAdmin is the class that is called by the OMAG Server to initialize and terminate the Asset Catalog OMAS.
AssetCatalogAdmin() - Constructor for class org.odpi.openmetadata.accessservices.assetcatalog.admin.AssetCatalogAdmin
 
AssetCatalogAuditCode - Enum Class in org.odpi.openmetadata.accessservices.assetcatalog.auditlog
The AssetConsumerAuditCode is used to define the message content for the OMRS Audit Log.
AssetCatalogConverter<B> - Class in org.odpi.openmetadata.accessservices.assetcatalog.converters
AssetConverter is a helper class that maps the OMRS objects to Asset Catalog model.
AssetCatalogConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetcatalog.converters.AssetCatalogConverter
Instantiates a new Asset Catalog converter.
AssetCatalogHandler - Class in org.odpi.openmetadata.accessservices.assetcatalog.handlers
Asset Catalog Handler supports the lookup of the assets from the repositories.
AssetCatalogHandler(String, String, InvalidParameterHandler, RepositoryHandler, OMRSRepositoryHelper, OpenMetadataAPIGenericHandler<AssetCatalogBean>, AssetCatalogConverter<AssetCatalogBean>, RepositoryErrorHandler, List<String>, List<String>, ClockService) - Constructor for class org.odpi.openmetadata.accessservices.assetcatalog.handlers.AssetCatalogHandler
Construct the handler information needed to interact with the repository services
AssetCatalogInstanceHandler - Class in org.odpi.openmetadata.accessservices.assetcatalog.admin
AssetCatalogInstanceHandler retrieves information from the instance map for the access service instances.
AssetCatalogInstanceHandler() - Constructor for class org.odpi.openmetadata.accessservices.assetcatalog.admin.AssetCatalogInstanceHandler
Default constructor registers the access service
AssetCatalogOMRSTopicListener - Class in org.odpi.openmetadata.accessservices.assetcatalog.listeners
AssetCatalogOMRSTopicListener receives details of each OMRS event from the cohorts that the local server is connected to.
AssetCatalogOMRSTopicListener(String, AuditLog, OpenMetadataTopicConnector, OMRSRepositoryHelper, OMRSRepositoryValidator, String, List<String>, List<String>) - Constructor for class org.odpi.openmetadata.accessservices.assetcatalog.listeners.AssetCatalogOMRSTopicListener
Instantiates a new Asset catalog OMRS topic listener.
AssetCatalogRelationshipRESTService - Class in org.odpi.openmetadata.accessservices.assetcatalog.service
The AssetCatalogRelationshipService provides the server-side implementation of the Asset Catalog Open Metadata Assess Service (OMAS).
AssetCatalogRelationshipRESTService() - Constructor for class org.odpi.openmetadata.accessservices.assetcatalog.service.AssetCatalogRelationshipRESTService
 
AssetCatalogRESTService - Class in org.odpi.openmetadata.accessservices.assetcatalog.service
The AssetCatalogService provides the server-side implementation of the Asset Catalog Open Metadata Assess Service (OMAS).
AssetCatalogRESTService() - Constructor for class org.odpi.openmetadata.accessservices.assetcatalog.service.AssetCatalogRESTService
 
AssetCatalogSearchPublisher - Class in org.odpi.openmetadata.accessservices.assetcatalog.publishers
AssetCatalogSearchPublisher is publishing asset indexing events.
AssetCatalogSearchPublisher(OpenMetadataTopicConnector) - Constructor for class org.odpi.openmetadata.accessservices.assetcatalog.publishers.AssetCatalogSearchPublisher
Instantiates a new AssetCatalogSearchPublisher object.
ATTRIBUTE_FOR_SCHEMA - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The AttributeForSchema Open Metadata Type name
ATTRIBUTE_FOR_SCHEMA_GUID - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The AttributeForSchema Open Metadata Type unique identifier

B

buildAssetElements(EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.converters.AssetCatalogConverter
Create an Asset Element from the Entity Details
buildContext(String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.service.AssetCatalogRESTService
Return the full context of an asset/glossary term based on its identifier.
buildContextByType(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.handlers.AssetCatalogHandler
Returns a list of elements that define the context based on the type of the given asset.

C

captureAssetCatalogException(AssetCatalogOMASAPIResponse, AssetCatalogException) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.util.ExceptionHandler
Capture the AssetCatalogException and set on the AssetCatalogOMASAPIResponse corresponding HTTP code
captureOMRSCheckedExceptionBase(AssetCatalogOMASAPIResponse, OMRSCheckedExceptionBase) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.util.ExceptionHandler
Capture the OMRSCheckedExceptionBase exception and set on the AssetCatalogOMASAPIResponse corresponding HTTP code
ClockService - Class in org.odpi.openmetadata.accessservices.assetcatalog.service
A Clock service to get current time as date based on a java.time.Clock object.
ClockService(Clock) - Constructor for class org.odpi.openmetadata.accessservices.assetcatalog.service.ClockService
Instantiates a new Clock Service.
CommonHandler - Class in org.odpi.openmetadata.accessservices.assetcatalog.handlers
Common Handler supports the lookup types and metadata collection.
COMPLEX_SCHEMA_TYPE - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The ComplexSchemaType Open Metadata Type name
CONNECTION - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The Connection Open Metadata Type name
CONNECTION_CONNECTOR_TYPE - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The ConnectionConnectorType Open Metadata Type unique identifier
CONNECTION_CONNECTOR_TYPE_GUID - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The ConnectionConnectorType Open Metadata Type unique identifier
CONNECTION_ENDPOINT - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The ConnectionEndpoint Open Metadata Type name
CONNECTION_ENDPOINT_GUID - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The ConnectionEndpoint Open Metadata Type unique identifier
CONNECTION_TO_ASSET - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The ConnectionToAsset Open Metadata Type name
CONNECTION_TO_ASSET_GUID - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The ConnectionToAsset Open Metadata Type unique identifier
Constants - Class in org.odpi.openmetadata.accessservices.assetcatalog.util
Constants for Open Metadata Types (names and guid)
convertClassifications(List<Classification>) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.converters.AssetCatalogConverter
Convert a list of Classifications from the OMRS model to Asset Catalog OMAS model
convertRelationship(Relationship) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.converters.AssetCatalogConverter
Method used to convert the relationship from the OMRS model to AC OMAS model
convertRelationships(List<Relationship>) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.converters.AssetCatalogConverter
Method used to covert a list of relationships from OMRS model to AC OMAS model
convertType(TypeDef) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.converters.AssetCatalogConverter
Method used to convert TypeDef to Type object from the Asset Catalog OMAS

D

DATA_CONTENT_FOR_DATA_SET - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The DataContentForDataSet Open Metadata Type name
DATA_CONTENT_FOR_DATA_SET_GUID - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The DataContentForDataSet Open Metadata Type unique identifier
DATA_FILE - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The DataFile Open Metadata Type name
DATA_SET - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The DataSet Open Metadata Type name
DATA_STORE - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The DataStore Open Metadata Type name
DATABASE - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The Database Open Metadata Type name
DEPLOYED_API - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The DeployedAPI Open Metadata Type name
DEPLOYED_VIRTUAL_CONTAINER - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The DeployedVirtualContainer Open Metadata Type name
DEPLOYED_VIRTUAL_CONTAINER_GUID - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The DeployedVirtualContainer Open Metadata Type unique identifier
DISPLAY_NAME - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The display name property

E

ENDPOINT - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The Endpoint Open Metadata Type name
EVENT_NOT_PROCESSING - Enum constant in enum class org.odpi.openmetadata.accessservices.assetcatalog.auditlog.AssetCatalogAuditCode
OMAS-ASSET-CATALOG-0006 The event will not be processed.
EVENT_PROCESSING_EXCEPTION - Enum constant in enum class org.odpi.openmetadata.accessservices.assetcatalog.auditlog.AssetCatalogAuditCode
OMAS-ASSET-CATALOG-0005 The event could not be processed.
ExceptionHandler - Class in org.odpi.openmetadata.accessservices.assetcatalog.util
Exception handler used to capture OMRSCheckedExceptionBase and AssetCatalogException
ExceptionHandler() - Constructor for class org.odpi.openmetadata.accessservices.assetcatalog.util.ExceptionHandler
 

F

FILE_FOLDER - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The FileFolder Open Metadata Type name
FOLDER_HIERARCHY - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The FolderHierarchy Open Metadata Type name
FOLDER_HIERARCHY_GUID - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The FolderHierarchy Open Metadata Type unique identifier

G

getAssetCatalogBean(EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.converters.AssetCatalogConverter
Method used to convert the Entity Details to Asset Catalog OMAS Model - Asset Description object
getAssetCatalogHandler(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.admin.AssetCatalogInstanceHandler
Retrieve the process handler for the access service
getAssetDetailsByGUID(String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.service.AssetCatalogRESTService
Fetch asset's header, classification and properties
getAssetRelationships(String, String, String, String, String, Integer, Integer) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.service.AssetCatalogRESTService
Returns the asset relationships.
getAssetUniverseByGUID(String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.service.AssetCatalogRESTService
Fetch asset's header, classification, properties and relationships
getClassificationByAssetGUID(String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.service.AssetCatalogRESTService
Fetch the classification for a specific asset
getEntitiesFromNeighborhood(String, String, SearchParameters, String) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.handlers.AssetCatalogHandler
 
getEntityClassificationByName(String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.handlers.AssetCatalogHandler
Returns a list of the classification assigned to the given asset.
getEntityDetails(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.handlers.AssetCatalogHandler
Return the requested entity and converting to Asset Catalog OMAS model
getLastNode(AssetCatalogItemElement) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.converters.AssetCatalogConverter
Returns the last node added in the context
getMessageDefinition() - Method in enum class org.odpi.openmetadata.accessservices.assetcatalog.auditlog.AssetCatalogAuditCode
Retrieve a message definition object for logging.
getMessageDefinition(String...) - Method in enum class org.odpi.openmetadata.accessservices.assetcatalog.auditlog.AssetCatalogAuditCode
Retrieve a message definition object for logging.
getNow() - Method in class org.odpi.openmetadata.accessservices.assetcatalog.service.ClockService
Gets the current time as Date.
getOutTopicConnection(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.service.AssetCatalogRESTService
Return the connection object for the Asset Catalog OMAS's out topic.
getRelationshipBetweenEntities(String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.handlers.RelationshipHandler
Fetch relationship between entities details based on its unique identifier of the ends
getRelationshipBetweenEntities(String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.service.AssetCatalogRelationshipRESTService
Fetch relationship between entities details based on its unique identifier of the ends
getRelationshipHandler(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.admin.AssetCatalogInstanceHandler
Retrieve the registration handler for the access service
getRelationships(String, String, String, String, Integer, Integer) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.handlers.AssetCatalogHandler
Returns a certain kind of relationships for a specified asset.
getRelationshipsByEntityGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.handlers.AssetCatalogHandler
Returns a list of the relationships for the given entity identifier.
getSupportedTypes(String, String) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.handlers.AssetCatalogHandler
Returns supported types for search with all sub-types.
getSupportedTypes(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.service.AssetCatalogRESTService
Returns supported types for search with all sub-types.
getTypeDefGUID(String, String) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.handlers.CommonHandler
Returns the global identifier of the type using the type def name
GLOSSARY_TERM - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The GlossaryTerm Open Metadata Type name
GLOSSARY_TERM_TYPE_GUID - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The GlossaryTerm Open Metadata Type unique identifier
GUID_PARAMETER - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The GUID property

H

hasDisplayName(String, String) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.handlers.CommonHandler
Checks against the type's list of properties if it has a display name property
HOST - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The Host Open Metadata Type name
HOST_CLUSTER - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The HostCluster Open Metadata Type name
HOST_CLUSTER_MEMBER - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The HostClusterMember Open Metadata Type name
HOST_CLUSTER_MEMBER_GUID - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The HostClusterMember Open Metadata Type unique identifier
HOST_LOCATION - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The HostLocation Open Metadata Type name
HOST_LOCATION_GUID - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The HostLocation Open Metadata Type unique identifier
HOST_NETWORK - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The HostNetwork Open Metadata Type name
HOST_NETWORK_GUID - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The HostNetwork Open Metadata Type unique identifier
HOST_OPERATING_PLATFORM - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The HostOperatingPlatform Open Metadata Type name
HOST_OPERATING_PLATFORM_GUID - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The HostOperatingPlatform Open Metadata Type unique identifier

I

initialize(AccessServiceConfig, OMRSTopicConnector, OMRSRepositoryConnector, AuditLog, String) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.admin.AssetCatalogAdmin
Initialize the access service.
IT_INFRASTRUCTURE - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The ITInfrastructure Open Metadata Type name

L

LOCATION - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The Location Open Metadata Type name

N

NAME - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The name property
NESTED_FILE - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The NestedFile Open Metadata Type name
NESTED_FILE_GUID - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The NestedFile Open Metadata Type unique identifier
NESTED_SCHEMA_ATTRIBUTE - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The NestedSchemaAttribute Open Metadata Type name
NESTED_SCHEMA_ATTRIBUTE_GUID - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The NestedSchemaAttribute Open Metadata Type unique identifier
NETWORK - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The Network Open Metadata Type name
NETWORK_GATEWAY_LINK - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The NetworkGatewayLink Open Metadata Type name
NETWORK_GATEWAY_LINK_GUID - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The NetworkGatewayLink Open Metadata Type unique identifier

O

org.odpi.openmetadata.accessservices.assetcatalog.admin - package org.odpi.openmetadata.accessservices.assetcatalog.admin
Provides the implementation of the admin classes that are called during server start up and shut down.
org.odpi.openmetadata.accessservices.assetcatalog.auditlog - package org.odpi.openmetadata.accessservices.assetcatalog.auditlog
This package is used to define the message content for the OMRS Audit Log.
org.odpi.openmetadata.accessservices.assetcatalog.converters - package org.odpi.openmetadata.accessservices.assetcatalog.converters
This package offers the mapping of the OMRS objects to Asset Catalog model.
org.odpi.openmetadata.accessservices.assetcatalog.handlers - package org.odpi.openmetadata.accessservices.assetcatalog.handlers
This package provide handlers that do the lookup of assets and relationships from the repositories.
org.odpi.openmetadata.accessservices.assetcatalog.listeners - package org.odpi.openmetadata.accessservices.assetcatalog.listeners
This package defines an OMRS Topic listener designed for receiving events from the cohorts that the local server is connected to.
org.odpi.openmetadata.accessservices.assetcatalog.publishers - package org.odpi.openmetadata.accessservices.assetcatalog.publishers
This package defines a topic publisher for asset indexing events.
org.odpi.openmetadata.accessservices.assetcatalog.service - package org.odpi.openmetadata.accessservices.assetcatalog.service
This package provides services that: fetch asset's header, classification and properties, asset relationships and details about specific relationships.
org.odpi.openmetadata.accessservices.assetcatalog.util - package org.odpi.openmetadata.accessservices.assetcatalog.util
This package offers utility classes like an exception handler used to capture OMRSCheckedExceptionBase and AssetCatalogException and a Constants class.

P

PORT_IMPLEMENTATION - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The PortImplementation Open Metadata Type name
PORT_SCHEMA - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The PortSchema Open Metadata Type name
PORT_SCHEMA_GUID - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The PortSchema Open Metadata Type unique identifier
PROCESS - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The Process Open Metadata Type name
PROCESS_PORT - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The ProcessPort Open Metadata Type name
PROCESS_PORT_GUID - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The ProcessPort Open Metadata Type unique identifier
processInstanceEvent(OMRSInstanceEvent) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.listeners.AssetCatalogOMRSTopicListener
Unpack and deliver an instance event to the InstanceEventProcessor
publishEvent(Serializable) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.publishers.AssetCatalogSearchPublisher
Publish an asset indexing event.

Q

QUALIFIED_NAME - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The qualified name property

R

REFERENCEABLE - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The Referenceable Open Metadata Type name
RelationshipHandler - Class in org.odpi.openmetadata.accessservices.assetcatalog.handlers
Relationship Handler supports the lookup of the asset's relationship from the repositories.
RelationshipHandler(String, InvalidParameterHandler, RepositoryHandler, OMRSRepositoryHelper, OpenMetadataAPIGenericHandler<AssetCatalogBean>, RepositoryErrorHandler, ClockService) - Constructor for class org.odpi.openmetadata.accessservices.assetcatalog.handlers.RelationshipHandler
Construct the handler information needed to interact with the repository services

S

SCHEMA_ATTRIBUTE - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The SchemaAttribute Open Metadata Type name
SCHEMA_ATTRIBUTE_TYPE - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The SchemaAttributeType Open Metadata Type name
SCHEMA_ATTRIBUTE_TYPE_GUID - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The SchemaAttributeType Open Metadata Type unique identifier
SCHEMA_ELEMENT - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The SchemaElement Open Metadata Type name
SCHEMA_ELEMENT_GUID - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The SchemaElement Open Metadata Type unique identifier
SEARCH_PARAMETER - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The search parameter property
SEARCH_STRING_PARAMETER_NAME - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The search criteria property
searchByType(String, String, String, SearchParameters) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.service.AssetCatalogRESTService
Return a list of assets/glossary terms/schema elements matching the search criteria without the full context.
searchByType(String, String, SearchParameters) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.handlers.AssetCatalogHandler
 
searchByTypeGUID(String, String) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.handlers.AssetCatalogHandler
 
searchByTypeGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.service.AssetCatalogRESTService
Return a list of assets/glossary terms/schema elements matching the type GUID without the full context.
searchByTypeName(String, String) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.handlers.AssetCatalogHandler
 
searchByTypeName(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetcatalog.service.AssetCatalogRESTService
Return a list of assets/glossary terms/schema elements matching the type name without the full context.
SEMANTIC_ASSIGNMENT - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The SemanticAssignment Open Metadata Type name
SEMANTIC_ASSIGNMENT_GUID - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The SemanticAssignment Open Metadata Type unique identifier
SERVER_ENDPOINT - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The ServerEndpoint Open Metadata Type name
SERVER_ENDPOINT_GUID - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The ServerEndpoint Open Metadata Type unique identifier
SERVICE_INITIALIZED - Enum constant in enum class org.odpi.openmetadata.accessservices.assetcatalog.auditlog.AssetCatalogAuditCode
OMAS-ASSET-CATALOG-0001 The Asset Catalog OMAS has completed initialization of a new instance.
SERVICE_INITIALIZING - Enum constant in enum class org.odpi.openmetadata.accessservices.assetcatalog.auditlog.AssetCatalogAuditCode
OMAS-ASSET-CATALOG-0002 The local server has started up a new instance of the Asset Catalog OMAS.
SERVICE_INSTANCE_FAILURE - Enum constant in enum class org.odpi.openmetadata.accessservices.assetcatalog.auditlog.AssetCatalogAuditCode
OMAS-ASSET-CATALOG-0003 The access service detected an error during the start up of a specific server instance.
SERVICE_SHUTDOWN - Enum constant in enum class org.odpi.openmetadata.accessservices.assetcatalog.auditlog.AssetCatalogAuditCode
OMAS-ASSET-CATALOG-0004 The local server has requested shut down of an Asset Catalog OMAS instance.
shutdown() - Method in class org.odpi.openmetadata.accessservices.assetcatalog.admin.AssetCatalogAdmin
Shutdown the access service.
SOFTWARE_SERVER - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The SoftwareServer Open Metadata Type name
SOFTWARE_SERVER_DEPLOYMENT - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The SoftwareServerDeployment Open Metadata Type name
SOFTWARE_SERVER_DEPLOYMENT_GUID - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The SoftwareServerDeployment Open Metadata Type unique identifier
SOFTWARE_SERVER_PLATFORM - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The SoftwareServerPlatform Open Metadata Type name
SOFTWARE_SERVER_PLATFORM_DEPLOYMENT - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The SoftwareServerPlatformDeployment Open Metadata Type name
SOFTWARE_SERVER_PLATFORM_DEPLOYMENT_GUID - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The SoftwareServerPlatformDeployment Open Metadata Type unique identifier

T

toString() - Method in enum class org.odpi.openmetadata.accessservices.assetcatalog.auditlog.AssetCatalogAuditCode
 
TYPE_SEQUENCING - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The type property

V

valueOf(String) - Static method in enum class org.odpi.openmetadata.accessservices.assetcatalog.auditlog.AssetCatalogAuditCode
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.odpi.openmetadata.accessservices.assetcatalog.auditlog.AssetCatalogAuditCode
Returns an array containing the constants of this enum class, in the order they are declared.
VIRTUAL_CONTAINER - Static variable in class org.odpi.openmetadata.accessservices.assetcatalog.util.Constants
The VirtualContainer Open Metadata Type name
A B C D E F G H I L N O P Q R S T V 
All Classes and Interfaces|All Packages|Constant Field Values