Index

A C D E F G H L M N O P R S T U V W 
All Classes and Interfaces|All Packages

A

addSubjectAreaMemberClassification(String, String, SubjectAreaClassificationProperties) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageSubjectAreas
Add a subject area classification to a referenceable element.
addTemplateClassification(String, String, TemplateClassificationProperties, Map<String, List<Map<String, String>>>) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageTemplates
Classify an asset as suitable to be used as a template for cataloguing assets of a similar types.
addToCollection(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageCollections
Add an element to a collection.
assignReferenceValueToItem(String, String, String, ReferenceValueAssignmentProperties) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageReferenceData
Link a valid value as a reference value to a referencable to act as a tag/classification to help with locating and grouping the referenceable.
assignValidValueToConsumer(String, String, String, boolean) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageReferenceData
Link a valid value typically to a schema element or glossary term to show that it uses the valid values.
attachCollection(String, String, String, boolean) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageCollections
Connect an existing collection to an anchor point.
attachValidValueToSet(String, String, String, boolean) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageReferenceData
Create a link between a valid value set or definition and a set.

C

classifyAssetAsReferenceData(String, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageReferenceData
Add the ReferenceData classification to an asset.
clearAdjacentLocation(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageLocations
Remove a peer-to-peer relationship between two locations.
clearAssetConnection(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageConnections
Remove a relationship between an asset and its connection.
clearConnectorType(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageConnections
Remove a relationship between a connection and a connector type.
clearEmbeddedConnection(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageConnections
Remove a relationship between a virtual connection and an embedded connection.
clearEndpoint(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageConnections
Remove a relationship between a connection and an endpoint.
clearLocationAsDigital(String, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageLocations
Remove the digital/cyber location designation from the location.
clearLocationAsFixedPhysical(String, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageLocations
Remove the fixed physical location designation from the location.
clearLocationAsSecure(String, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageLocations
Remove the secure location designation from the location.
clearNestedLocation(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageLocations
Remove a parent-child relationship between two locations.
createCollection(String, String, String, String, String, Map<String, Object>) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageCollections
Create a new generic collection.
createConnection(String, ConnectionProperties) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageConnections
Create a new metadata element to represent the connection.
createConnectionFromTemplate(String, String, TemplateProperties) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageConnections
Create a new metadata element to represent a connection using an existing metadata element as a template.
createConnectorType(String, ConnectorTypeProperties) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageConnections
Create a new metadata element to represent the root of a connectorType.
createConnectorTypeFromTemplate(String, String, TemplateProperties) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageConnections
Create a new metadata element to represent a connectorType using an existing metadata element as a template.
createEndpoint(String, EndpointProperties) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageConnections
Create a new metadata element to represent the endpoint.
createEndpointFromTemplate(String, String, String, TemplateProperties) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageConnections
Create a new metadata element to represent a endpoint using an existing metadata element as a template.
createFolder(String, String, String, String, String, OrderBy, Map<String, Object>) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageCollections
Create a collection that acts like a folder with an order.
createLocation(String, LocationProperties) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageLocations
Create a new metadata element to represent a location.
createLocationFromTemplate(String, String, TemplateProperties) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageLocations
Create a new metadata element to represent a location using an existing metadata element as a template.
createSet(String, String, String, String, String, Map<String, Object>) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageCollections
Create a collection that acts like a set (this does not allow duplicate entries).
createValidValueDefinition(String, String, boolean, String, String, String, String, String, String, String, Map<String, String>, String, Map<String, Object>) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageReferenceData
Create a new valid value definition.
createValidValueSet(String, String, String, String, String, String, Map<String, String>, String, Map<String, Object>) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageReferenceData
Create a new valid value set.

D

declassifyAssetAsReferenceData(String, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageReferenceData
Remove the ReferenceData classification form an Asset.
deleteCollection(String, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageCollections
Delete a collection.
deleteSubjectAreaMemberClassification(String, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageSubjectAreas
Remove a subject area classification from a referenceable.
deleteValidValue(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageReferenceData
Remove the valid value form the repository.
detachCollection(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageCollections
Detach an existing collection from an element.
detachValidValueFromSet(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageReferenceData
Remove the link between a valid value and a set it is a member of.
DigitalArchitectureAuditCode - Enum Class in org.odpi.openmetadata.accessservices.digitalarchitecture.ffdc
The DigitalArchitectureAuditCode is used to define the message content for the OMRS Audit Log.
DigitalArchitectureErrorCode - Enum Class in org.odpi.openmetadata.accessservices.digitalarchitecture.ffdc
The DigitalArchitectureErrorCode is used to define first failure data capture (FFDC) for errors that occur when working with the Digital Architecture OMAS Services.
DigitalArchitectureEventInterface - Interface in org.odpi.openmetadata.accessservices.digitalarchitecture.api
DigitalArchitectureEventInterface defines how a client gets access to the events produced by the Digital Architecture OMAS
DigitalArchitectureEventListener - Class in org.odpi.openmetadata.accessservices.digitalarchitecture.api
DigitalArchitectureEventListener is the interface that a client implements to register to receive the events from the Digital Architecture OMAS.
DigitalArchitectureEventListener() - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.api.DigitalArchitectureEventListener
 
DigitalArchitectureEventType - Enum Class in org.odpi.openmetadata.accessservices.digitalarchitecture.events
DigitalArchitectureEventType describes the different types of events produced by the Digital Architecture OMAS.
DigitalArchitectureOutTopicEvent - Class in org.odpi.openmetadata.accessservices.digitalarchitecture.events
DigitalArchitectureOutTopicEvent describes the structure of the events emitted by the Digital Architecture OMAS that are about assets.
DigitalArchitectureOutTopicEvent() - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureOutTopicEvent
Default Constructor
DigitalArchitectureOutTopicEvent(DigitalArchitectureOutTopicEvent) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureOutTopicEvent
Copy/clone constructor

E

ELEMENT_CLASSIFIED - Enum constant in enum class org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureEventType
 
ELEMENT_DECLASSIFIED - Enum constant in enum class org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureEventType
 
ELEMENT_DELETED - Enum constant in enum class org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureEventType
 
ELEMENT_GUID_CHANGED - Enum constant in enum class org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureEventType
 
ELEMENT_HOME_CHANGED - Enum constant in enum class org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureEventType
 
ELEMENT_RECLASSIFIED - Enum constant in enum class org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureEventType
 
ELEMENT_RESTORED - Enum constant in enum class org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureEventType
 
ELEMENT_TYPE_CHANGED - Enum constant in enum class org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureEventType
 
ELEMENT_UPDATED - Enum constant in enum class org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureEventType
 
equals(Object) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureOutTopicEvent
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.TemplateProperties
Compare the values of the supplied object with those stored in the current object.

F

findConnections(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageConnections
Retrieve the list of asset metadata elements that contain the search string.
findConnectorTypes(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageConnections
Retrieve the list of connectorType metadata elements that contain the search string.
findEndpoints(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageConnections
Retrieve the list of endpoint metadata elements that contain the search string.
findLocations(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageLocations
Retrieve the list of location metadata elements that contain the search string.
findTemplates(String, String, String, Date, int, int) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageTemplates
Find templates with the requested RegEx in the string properties of the template properties.
findValidValues(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageReferenceData
Locate valid values that match the search string.

G

getClassificationName() - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureOutTopicEvent
Return the name of the classification if the event relates to classifications.
getCollection(String, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageCollections
Return the properties of a specific collection.
getCollectionMembers(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageCollections
Return a list of elements that are a member of a collection.
getCollections(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageCollections
Returns the list of collections that are linked off of the supplied element.
getConnectionByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageConnections
Retrieve the connection metadata element with the supplied unique identifier.
getConnectionsByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageConnections
Retrieve the list of asset metadata elements with a matching qualified or display name.
getConnectorTypeByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageConnections
Retrieve the connectorType metadata element with the supplied unique identifier.
getConnectorTypesByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageConnections
Retrieve the list of connectorType metadata elements with a matching qualified or display name.
getDescription() - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.TemplateProperties
Returns the stored description property for the metadata entity.
getDisplayName() - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.TemplateProperties
Returns the stored display name property for the metadata entity.
getElementHeader() - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureOutTopicEvent
Return details of the subject of the event.
getElementProperties() - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureOutTopicEvent
Return the map of properties for the element provided with the event.
getEndpointByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageConnections
Retrieve the endpoint metadata element with the supplied unique identifier.
getEndpointsByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageConnections
Retrieve the list of endpoint metadata elements with a matching qualified or display name.
getEventTime() - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureOutTopicEvent
Return the time that the element was updated.
getEventType() - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureOutTopicEvent
Return the event type.
getEventTypeCode() - Method in enum class org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureEventType
Return the int identifier used for indexing based on the enum.
getEventTypeDescription() - Method in enum class org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureEventType
Return the default description for the enum value - used when natural resource bundle is not available.
getEventTypeName() - Method in enum class org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureEventType
Return the string name used for messages that include the enum.
getEventVersionId() - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureOutTopicEvent
Return the event version id.
getIdentifier() - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.TemplateProperties
Return the code value or symbol used to identify the element - typically unique.
getLocationByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageLocations
Retrieve the location metadata element with the supplied unique identifier.
getLocationsByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageLocations
Retrieve the list of location metadata elements with a matching qualified or display name.
getMembersOfSubjectArea(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageSubjectAreas
Return information about the contents of a subject area such as the digital services, digital products, glossaries, reference data sets and quality definitions.
getMessageDefinition() - Method in enum class org.odpi.openmetadata.accessservices.digitalarchitecture.ffdc.DigitalArchitectureAuditCode
Retrieve a message definition object for logging.
getMessageDefinition() - Method in enum class org.odpi.openmetadata.accessservices.digitalarchitecture.ffdc.DigitalArchitectureErrorCode
Retrieve a message definition object for an exception.
getMessageDefinition(String...) - Method in enum class org.odpi.openmetadata.accessservices.digitalarchitecture.ffdc.DigitalArchitectureAuditCode
Retrieve a message definition object for logging.
getMessageDefinition(String...) - Method in enum class org.odpi.openmetadata.accessservices.digitalarchitecture.ffdc.DigitalArchitectureErrorCode
Retrieve a message definition object for an exception.
getPreviousClassificationProperties() - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureOutTopicEvent
Return the property map for the previous version of a classification's properties (used for reclassify events).
getPreviousElementHeader() - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureOutTopicEvent
Return the previous version of the element's header (if the event is related to an element update).
getPreviousElementProperties() - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureOutTopicEvent
Return the previous version of the element's properties (if the event is related to an element update).
getQualifiedName() - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.TemplateProperties
Returns the stored qualified name property for the metadata entity.
getReferenceValueAssignedItems(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageReferenceData
Page through the list of referenceables that have this valid value as a reference value.
getReferenceValueAssignments(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageReferenceData
Page through the list of assigned reference values for a referenceable.
getRelatedElement() - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.TemplateElement
Return the element associated with the technology type.
getSetsForValidValue(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageReferenceData
Page through the list of valid value sets that a valid value definition/set belongs to.
getSpecification() - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.TemplateElement
Return the specification reference data for the attached element.
getSubjectAreaByName(String, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageSubjectAreas
Return information about a specific subject area.
getSubjectAreas(String, int, int, int) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageSubjectAreas
Return information about the defined subject areas.
getTemplatesByName(String, String, String, Date, int, int) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageTemplates
Return the templates with the requested name.
getTemplatesForType(String, String, Date, int, int) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageTemplates
Return a list of templates for a particular open metadata type of element.
getValidValueByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageReferenceData
Retrieve a specific valid value from the repository.
getValidValueByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageReferenceData
Retrieve a specific valid value from the repository.
getValidValueMappings(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageReferenceData
Page through the list of mappings for a valid value.
getValidValuesAssignmentConsumers(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageReferenceData
Page through the list of consumers for a valid value.
getValidValuesAssignmentDefinition(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageReferenceData
Page through the list of valid values assigned to referenceable element.
getValidValueSetMembers(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageReferenceData
Page through the members of a valid value set.
getValidValuesImplementationAssets(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageReferenceData
Page through the list of implementations for a valid value.
getValidValuesImplementationDefinitions(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageReferenceData
Page through the list of valid values defining the content of a reference data asset.
getValidValuesMappings(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageReferenceData
Page through the list of mapping relationships associated with a valid value.

H

hashCode() - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureOutTopicEvent
Create a hash code for this element type.
hashCode() - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.TemplateProperties
Return hash code based on properties.

L

linkValidValueToImplementation(String, String, String, String, String, Map<String, String>) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageReferenceData
Link a valid value to an asset that provides the implementation.

M

ManageCollections - Interface in org.odpi.openmetadata.accessservices.digitalarchitecture.api
The ManageCollections adds methods for managing collections.
ManageConnections - Interface in org.odpi.openmetadata.accessservices.digitalarchitecture.api
ManageConnections provides methods to define connections and their supporting objects The interface supports the following types of objects Connections - the connections used to create connector instances that can access the connection. ConnectorTypes - description of a specific that can be used to access the connection. ConnectorCategories - the network information needed to access the connection. Endpoints - the network information needed to access the connection.
ManageLocations - Interface in org.odpi.openmetadata.accessservices.digitalarchitecture.api
ManageLocations defines the client side interface for the Digital Architecture OMAS that is relevant for managing definitions of locations.
ManageReferenceData - Interface in org.odpi.openmetadata.accessservices.digitalarchitecture.api
ManageReferenceData provides the API operations to create and maintain lists of valid value definitions grouped into a valid value set.
ManageSubjectAreas - Interface in org.odpi.openmetadata.accessservices.digitalarchitecture.api
Subject areas group data into topic areas.
ManageTemplates - Interface in org.odpi.openmetadata.accessservices.digitalarchitecture.api
The ManageTemplates is used to create and maintain templates.
mapValidValues(String, String, String, String, int, String, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageReferenceData
Link together 2 valid values from different sets that have equivalent values/meanings.

N

NEW_ELEMENT_CREATED - Enum constant in enum class org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureEventType
 
NULL_CONNECTOR_RETURNED - Enum constant in enum class org.odpi.openmetadata.accessservices.digitalarchitecture.ffdc.DigitalArchitectureErrorCode
OMAS-DIGITAL-ARCHITECTURE-500-006 - The requested connector for connection named {0} has not been created.
NULL_LISTENER - Enum constant in enum class org.odpi.openmetadata.accessservices.digitalarchitecture.ffdc.DigitalArchitectureErrorCode
OMAS-DIGITAL-ARCHITECTURE-400-017 - A null topic listener has been passed by user {0} on method {1}

O

OMRS_NOT_INITIALIZED - Enum constant in enum class org.odpi.openmetadata.accessservices.digitalarchitecture.ffdc.DigitalArchitectureErrorCode
OMAS-DIGITAL-ARCHITECTURE-404-001 - The open metadata repository services are not initialized for the {0} operation
org.odpi.openmetadata.accessservices.digitalarchitecture.api - package org.odpi.openmetadata.accessservices.digitalarchitecture.api
The API package defines the Java interfaces supported by the Digital Architecture OMAS.
org.odpi.openmetadata.accessservices.digitalarchitecture.events - package org.odpi.openmetadata.accessservices.digitalarchitecture.events
 
org.odpi.openmetadata.accessservices.digitalarchitecture.ffdc - package org.odpi.openmetadata.accessservices.digitalarchitecture.ffdc
This package provides the first failure data capture support for the Digital Architecture OMAS module.
org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements - package org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements
The metadata elements describe the way that metadata is returned from the repository.
org.odpi.openmetadata.accessservices.digitalarchitecture.properties - package org.odpi.openmetadata.accessservices.digitalarchitecture.properties
These beans describe the core properties that are passed to the server to create and update metadata.
OUT_TOPIC_EVENT - Enum constant in enum class org.odpi.openmetadata.accessservices.digitalarchitecture.ffdc.DigitalArchitectureAuditCode
OMAS-DIGITAL-ARCHITECTURE-0012 - The Digital Architecture Open Metadata Access Service (OMAS) has sent event of type: {0}

P

PROCESS_EVENT_EXCEPTION - Enum constant in enum class org.odpi.openmetadata.accessservices.digitalarchitecture.ffdc.DigitalArchitectureAuditCode
OMAS-DIGITAL-ARCHITECTURE-0014 - Event {0} could not be published due to {1} exception with message: {2}
processEvent(DigitalArchitectureOutTopicEvent) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.api.DigitalArchitectureEventListener
Process an event that was published by the Digital Architecture OMAS.
PUBLISHING_SHUTDOWN - Enum constant in enum class org.odpi.openmetadata.accessservices.digitalarchitecture.ffdc.DigitalArchitectureAuditCode
OMAS-DIGITAL-ARCHITECTURE-0010 - The Digital Architecture Open Metadata Access Service (OMAS) is no longer publishing events to topic {0}
PUBLISHING_SHUTDOWN_ERROR - Enum constant in enum class org.odpi.openmetadata.accessservices.digitalarchitecture.ffdc.DigitalArchitectureAuditCode
OMAS-DIGITAL-ARCHITECTURE-0011 - The Digital Architecture Open Metadata Access Service (OMAS) caught an unexpected {0} exception whilst shutting down the out topic {1}.

R

REFRESH_ELEMENT_EVENT - Enum constant in enum class org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureEventType
 
registerListener(String, DigitalArchitectureEventListener) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.DigitalArchitectureEventInterface
Register a listener object that will be passed each of the events published by the Digital Architecture OMAS.
removeConnection(String, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageConnections
Remove the metadata element representing a connection.
removeConnectorType(String, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageConnections
Remove the metadata element representing a connectorType.
removeEndpoint(String, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageConnections
Remove the metadata element representing a endpoint.
removeFromCollection(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageCollections
Remove an element from a collection.
removeLocation(String, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageLocations
Remove the metadata element representing a location.
removeTemplateClassification(String, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageTemplates
Remove the classification that indicates that this asset can be used as a template.

S

SERVICE_INITIALIZED - Enum constant in enum class org.odpi.openmetadata.accessservices.digitalarchitecture.ffdc.DigitalArchitectureAuditCode
OMAS-DIGITAL-ARCHITECTURE-0003 - The Digital Architecture Open Metadata Access Service (OMAS) has initialized a new instance for server {0}
SERVICE_INITIALIZING - Enum constant in enum class org.odpi.openmetadata.accessservices.digitalarchitecture.ffdc.DigitalArchitectureAuditCode
OMAS-DIGITAL-ARCHITECTURE-0001 - The Digital Architecture Open Metadata Access Service (OMAS) is initializing a new server instance
SERVICE_INSTANCE_FAILURE - Enum constant in enum class org.odpi.openmetadata.accessservices.digitalarchitecture.ffdc.DigitalArchitectureAuditCode
OMAS-DIGITAL-ARCHITECTURE-0005 - The Digital Architecture Open Metadata Access Service (OMAS) is unable to initialize a new instance; error message is {0}
SERVICE_PUBLISHING - Enum constant in enum class org.odpi.openmetadata.accessservices.digitalarchitecture.ffdc.DigitalArchitectureAuditCode
OMAS-DIGITAL-ARCHITECTURE-0002 - The Digital Architecture Open Metadata Access Service (OMAS) is ready to publish asset notifications to topic {0}
SERVICE_SHUTDOWN - Enum constant in enum class org.odpi.openmetadata.accessservices.digitalarchitecture.ffdc.DigitalArchitectureAuditCode
OMAS-DIGITAL-ARCHITECTURE-0004 - The Digital Architecture Open Metadata Access Service (OMAS) is shutting down its instance for server {0}
setClassificationName(String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureOutTopicEvent
Set up the name of the classification if the event relates to classifications.
setDescription(String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.TemplateProperties
Set up the stored description property associated with the metadata entity.
setDisplayName(String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.TemplateProperties
Set up the stored display name property for the metadata entity.
setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureOutTopicEvent
Set up details of the subject of the event.
setElementProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureOutTopicEvent
Set up the map of properties for the element provided with the event.
setEventTime(Date) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureOutTopicEvent
Set up the time that the element was updated.
setEventType(DigitalArchitectureEventType) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureOutTopicEvent
Set up the event type.
setEventVersionId(long) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureOutTopicEvent
Set up the event version id.
setIdentifier(String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.TemplateProperties
Set up the code value or symbol used to identify the element - typically unique.
setLocationAsDigital(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageLocations
Classify the location to indicate that it represents a digital/cyber location.
setLocationAsFixedPhysical(String, String, String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageLocations
Classify the location to indicate that it represents a fixed physical location.
setLocationAsSecure(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageLocations
Classify the location to indicate that it represents a secure location.
setPreviousClassificationProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureOutTopicEvent
Set up the property map for the previous version of a classification's properties (used for reclassify events).
setPreviousElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureOutTopicEvent
Set up the previous version of the element's header (if the event is related to an element update).
setPreviousElementProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureOutTopicEvent
Set up the previous version of the element's properties (if the event is related to an element update).
setQualifiedName(String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.TemplateProperties
Set up the fully qualified name.
setRelatedElement(OpenMetadataElement) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.TemplateElement
Set up the element associated with the technology type.
setSpecification(Map<String, List<Map<String, String>>>) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.TemplateElement
Set up the specification reference data for the attached element.
setupAdjacentLocation(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageLocations
Create a peer-to-peer relationship between two locations.
setupAssetConnection(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageConnections
Create a relationship between an asset and its connection.
setupConnectorType(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageConnections
Create a relationship between a connection and a connector type.
setupEmbeddedConnection(String, String, int, String, Map<String, Object>, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageConnections
Create a relationship between a virtual connection and an embedded connection.
setupEndpoint(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageConnections
Create a relationship between a connection and an endpoint.
setupNestedLocation(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageLocations
Create a parent-child relationship between two locations.

T

TemplateElement - Class in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements
TemplateElement provides the base class for a template element.
TemplateElement() - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.TemplateElement
Default constructor
TemplateProperties - Class in org.odpi.openmetadata.accessservices.digitalarchitecture.properties
TemplateProperties defined the properties that can be overridden from the template object when creating an object from a template.
TemplateProperties() - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.TemplateProperties
Default constructor
TemplateProperties(TemplateProperties) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.TemplateProperties
Copy/clone constructor for the template properties.
toString() - Method in enum class org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureEventType
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureOutTopicEvent
Standard toString method.
toString() - Method in enum class org.odpi.openmetadata.accessservices.digitalarchitecture.ffdc.DigitalArchitectureAuditCode
JSON-style toString
toString() - Method in enum class org.odpi.openmetadata.accessservices.digitalarchitecture.ffdc.DigitalArchitectureErrorCode
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.TemplateElement
Generate a string containing the properties.
toString() - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.properties.TemplateProperties
Standard toString method.

U

UNABLE_TO_SEND_EVENT - Enum constant in enum class org.odpi.openmetadata.accessservices.digitalarchitecture.ffdc.DigitalArchitectureErrorCode
OMAS-DIGITAL-ARCHITECTURE-500-004 - An unexpected exception occurred when sending an event through connector {0} to the Digital Architecture OMAS out topic.
unassignReferenceValueFromItem(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageReferenceData
Remove the reference value link between a valid value and a referenceable (item).
unassignValidValueFromConsumer(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageReferenceData
Remove the link between a valid value and a consumer.
UNKNOWN_EVENT - Enum constant in enum class org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureEventType
 
unlinkValidValueFromImplementation(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageReferenceData
Remove the link between a valid value and an implementing asset.
unmapValidValues(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageReferenceData
Remove the reference value link between a valid value and a referenceable (item).
updateConnection(String, String, boolean, ConnectionProperties) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageConnections
Update the metadata element representing a connection.
updateConnectorType(String, boolean, String, ConnectorTypeProperties) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageConnections
Update the metadata element representing a connectorType.
updateEndpoint(String, boolean, String, EndpointProperties) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageConnections
Update the metadata element representing a endpoint.
updateLocation(String, boolean, String, LocationProperties) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageLocations
Update the metadata element representing a location.
updateValidValue(String, String, String, String, String, String, String, String, String, boolean, Map<String, String>, boolean, String, Map<String, Object>) - Method in interface org.odpi.openmetadata.accessservices.digitalarchitecture.api.ManageReferenceData
Update the properties of the valid value.

V

valueOf(String) - Static method in enum class org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureEventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.odpi.openmetadata.accessservices.digitalarchitecture.ffdc.DigitalArchitectureAuditCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.odpi.openmetadata.accessservices.digitalarchitecture.ffdc.DigitalArchitectureErrorCode
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.odpi.openmetadata.accessservices.digitalarchitecture.events.DigitalArchitectureEventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.odpi.openmetadata.accessservices.digitalarchitecture.ffdc.DigitalArchitectureAuditCode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.odpi.openmetadata.accessservices.digitalarchitecture.ffdc.DigitalArchitectureErrorCode
Returns an array containing the constants of this enum class, in the order they are declared.

W

WRONG_TYPE_OF_CONNECTOR - Enum constant in enum class org.odpi.openmetadata.accessservices.digitalarchitecture.ffdc.DigitalArchitectureErrorCode
OMAS-DIGITAL-ARCHITECTURE-500-007 - The connector generated from the connection named {0} return by the {1} service running in OMAG Server {2} at {3} is not of the required type.
A C D E F G H L M N O P R S T U V W 
All Classes and Interfaces|All Packages