Index
All Classes and Interfaces|All Packages
A
- assignReferenceValueToItem(String, String, String, String, ReferenceValueAssignmentProperties) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ReferenceDataResource
-
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, String, ValidValueAssignmentProperties) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ReferenceDataResource
-
Link a valid value typically to a schema element or glossary term to show that it uses the valid values.
- attachValidValueToSet(String, String, String, String, boolean, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ReferenceDataResource
-
Create a link between a valid value set or definition and a set.
C
- classifyAssetAsReferenceData(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ReferenceDataResource
-
Add the ReferenceData classification to an asset.
- clearAdjacentLocation(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.LocationResource
-
Remove a peer-to-peer relationship between two locations.
- clearAssetConnection(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ManageConnectionsResource
-
Remove a relationship between an asset and its connection.
- clearConnectorType(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ManageConnectionsResource
-
Remove a relationship between a connection and a connector type.
- clearEmbeddedConnection(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ManageConnectionsResource
-
Remove a relationship between a virtual connection and an embedded connection.
- clearEndpoint(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ManageConnectionsResource
-
Remove a relationship between a connection and an endpoint.
- clearLocationAsDigital(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.LocationResource
-
Remove the digital/cyber location designation from the location.
- clearLocationAsFixedPhysical(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.LocationResource
-
Remove the fixed physical location designation from the location.
- clearLocationAsSecure(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.LocationResource
-
Remove the secure location designation from the location.
- clearNestedLocation(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.LocationResource
-
Remove a parent-child relationship between two locations.
- createConnection(String, String, ConnectionProperties) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ManageConnectionsResource
-
Create a new metadata element to represent a connection.
- createConnectionFromTemplate(String, String, String, TemplateProperties) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ManageConnectionsResource
-
Create a new metadata element to represent a connection using an existing metadata element as a template.
- createConnectorType(String, String, ConnectorTypeProperties) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ManageConnectionsResource
-
Create a new metadata element to represent a connectorType.
- createConnectorTypeFromTemplate(String, String, String, TemplateProperties) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ManageConnectionsResource
-
Create a new metadata element to represent a connectorType using an existing metadata element as a template.
- createEndpoint(String, String, EndpointProperties) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ManageConnectionsResource
-
Create a new metadata element to represent a endpoint.
- createEndpointFromTemplate(String, String, String, String, TemplateProperties) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ManageConnectionsResource
-
Create a new metadata element to represent a endpoint using an existing metadata element as a template.
- createLocation(String, String, LocationProperties) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.LocationResource
-
Create a new metadata element to represent a location.
- createLocationFromTemplate(String, String, String, TemplateProperties) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.LocationResource
-
Create a new metadata element to represent a location using an existing metadata element as a template.
- createValidValueDefinition(String, String, String, boolean, ValidValueProperties) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ReferenceDataResource
-
Create a new valid value definition.
- createValidValueSet(String, String, ValidValueProperties) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ReferenceDataResource
-
Create a new valid value set.
D
- declassifyAssetAsReferenceData(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ReferenceDataResource
-
Remove the ReferenceData classification form an Asset.
- deleteValidValue(String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ReferenceDataResource
-
Remove the valid value form the repository.
- detachValidValueFromSet(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ReferenceDataResource
-
Remove the link between a valid value and a set it is a member of.
- DigitalArchitectureResource - Class in org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring
-
The DigitalArchitectureResource provides the server-side implementation of the Digital Architecture Open Metadata Assess Service (OMAS).
- DigitalArchitectureResource() - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.DigitalArchitectureResource
-
Default constructor
F
- findConnections(String, String, SearchStringRequestBody, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ManageConnectionsResource
-
Retrieve the list of connection metadata elements that contain the search string.
- findConnectorTypes(String, String, SearchStringRequestBody, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ManageConnectionsResource
-
Retrieve the list of connectorType metadata elements that contain the search string.
- findEndpoints(String, String, SearchStringRequestBody, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ManageConnectionsResource
-
Retrieve the list of endpoint metadata elements that contain the search string.
- findLocations(String, String, int, int, SearchStringRequestBody) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.LocationResource
-
Retrieve the list of location metadata elements that contain the search string.
- findValidValues(String, String, int, int, SearchStringRequestBody) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ReferenceDataResource
-
Locate valid values that match the search string.
G
- getConnectionByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ManageConnectionsResource
-
Retrieve the connection metadata element with the supplied unique identifier.
- getConnectionsByName(String, String, NameRequestBody, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ManageConnectionsResource
-
Retrieve the list of connection metadata elements with a matching qualified or display name.
- getConnectorTypeByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ManageConnectionsResource
-
Retrieve the connectorType metadata element with the supplied unique identifier.
- getConnectorTypesByName(String, String, NameRequestBody, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ManageConnectionsResource
-
Retrieve the list of connectorType metadata elements with a matching qualified or display name.
- getEndpointByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ManageConnectionsResource
-
Retrieve the endpoint metadata element with the supplied unique identifier.
- getEndpointsByName(String, String, NameRequestBody, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ManageConnectionsResource
-
Retrieve the list of endpoint metadata elements with a matching qualified or display name.
- getLocationByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.LocationResource
-
Retrieve the location metadata element with the supplied unique identifier.
- getLocationsByName(String, String, int, int, NameRequestBody) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.LocationResource
-
Retrieve the list of location metadata elements with a matching qualified or display name.
- getReferenceValueAssignedItems(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ReferenceDataResource
-
Page through the list of referenceables that have this valid value as a reference value.
- getReferenceValueAssignments(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ReferenceDataResource
-
Page through the list of assigned reference values for a referenceable.
- getSetsForValidValue(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ReferenceDataResource
-
Page through the list of valid value sets that a valid value definition/set belongs to.
- getValidValueByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ReferenceDataResource
-
Retrieve a specific valid value from the repository.
- getValidValueByName(String, String, int, int, NameRequestBody) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ReferenceDataResource
-
Retrieve a specific valid value from the repository.
- getValidValueMappings(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ReferenceDataResource
-
Page through the list of mappings for a valid value.
- getValidValuesAssignmentConsumers(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ReferenceDataResource
-
Page through the list of consumers for a valid value.
- getValidValuesAssignmentDefinition(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ReferenceDataResource
-
Page through the list of valid values assigned to referenceable element.
- getValidValueSetMembers(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ReferenceDataResource
-
Page through the members of a valid value set.
- getValidValuesImplementationAssets(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ReferenceDataResource
-
Page through the list of implementations for a valid value.
- getValidValuesImplementationDefinitions(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ReferenceDataResource
-
Page through the list of valid values defining the content of a reference data asset.
- getValidValuesMappings(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ReferenceDataResource
-
Page through the list of mapping relationships associated with a valid value.
L
- linkValidValueToImplementation(String, String, String, String, ValidValuesImplProperties) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ReferenceDataResource
-
Link a valid value to an asset that provides the implementation.
- LocationResource - Class in org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring
-
LocationResource provides the API operations to create and maintain locations.
- LocationResource() - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.LocationResource
-
Default constructor
M
- ManageConnectionsResource - Class in org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring
-
ManageConnectionsResource provides the API operations to create and maintain connections.
- ManageConnectionsResource() - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ManageConnectionsResource
-
Default constructor
- mapValidValues(String, String, String, String, ValidValuesMappingProperties) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ReferenceDataResource
-
Link together 2 valid values from different sets that have equivalent values/meanings.
O
- org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring - package org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring
R
- ReferenceDataResource - Class in org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring
-
ReferenceDataResource provides the API operations to create and maintain lists of valid value definitions grouped into a valid value set.
- ReferenceDataResource() - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ReferenceDataResource
-
Default constructor
- removeConnection(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ManageConnectionsResource
-
Remove the metadata element representing a connection.
- removeConnectorType(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ManageConnectionsResource
-
Remove the metadata element representing a connectorType.
- removeEndpoint(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ManageConnectionsResource
-
Remove the metadata element representing a endpoint.
- removeLocation(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.LocationResource
-
Remove the metadata element representing a location.
S
- setLocationAsDigital(String, String, String, DigitalLocationRequestBody) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.LocationResource
-
Classify the location to indicate that it represents a digital/cyber location.
- setLocationAsFixedPhysical(String, String, String, FixedLocationRequestBody) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.LocationResource
-
Classify the location to indicate that it represents a fixed physical location.
- setLocationAsSecure(String, String, String, SecureLocationRequestBody) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.LocationResource
-
Classify the location to indicate that it represents a secure location.
- setupAdjacentLocation(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.LocationResource
-
Create a peer-to-peer relationship between two locations.
- setupAssetConnection(String, String, String, String, StringRequestBody) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ManageConnectionsResource
-
Create a relationship between an asset and its connection.
- setupConnectorType(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ManageConnectionsResource
-
Create a relationship between a connection and a connector type.
- setupEmbeddedConnection(String, String, String, String, EmbeddedConnectionRequestBody) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ManageConnectionsResource
-
Create a relationship between a virtual connection and an embedded connection.
- setupEndpoint(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ManageConnectionsResource
-
Create a relationship between a connection and an endpoint.
- setupNestedLocation(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.LocationResource
-
Create a parent-child relationship between two locations.
U
- unassignReferenceValueFromItem(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ReferenceDataResource
-
Remove the reference value link between a valid value and a referenceable (item).
- unassignValidValueFromConsumer(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ReferenceDataResource
-
Remove the link between a valid value and a consumer.
- unlinkValidValueFromImplementation(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ReferenceDataResource
-
Remove the link between a valid value and an implementing asset.
- unmapValidValues(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ReferenceDataResource
-
Remove the reference value link between a valid value and a referenceable (item).
- updateConnection(String, String, String, boolean, ConnectionProperties) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ManageConnectionsResource
-
Update the metadata element representing a connection.
- updateConnectorType(String, String, String, boolean, ConnectorTypeProperties) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ManageConnectionsResource
-
Update the metadata element representing a connectorType.
- updateEndpoint(String, String, String, boolean, EndpointProperties) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ManageConnectionsResource
-
Update the metadata element representing a endpoint.
- updateLocation(String, String, String, boolean, LocationProperties) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.LocationResource
-
Update the metadata element representing a location.
- updateValidValue(String, String, String, boolean, ValidValueProperties) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.server.spring.ReferenceDataResource
-
Update the properties of the valid value.
All Classes and Interfaces|All Packages