Index
All Classes and Interfaces|All Packages
A
- addAssetOrigin(String, String, String, OriginRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
-
Set up the labels that classify an asset's origin.
- addAssetToCatalog(String, String, String, AssetProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
-
Add a simple asset description to the catalog.
- addAssetToCatalogUsingTemplate(String, String, String, TemplateProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
-
Create a new metadata element to represent an asset using an existing asset as a template.
- addAvroFileToCatalog(String, String, NewFileAssetRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.FileSystemOnboardingResource
-
Add a simple asset description linked to a connection object for an Avro file.
- addCombinedSchemaToAsset(String, String, String, CombinedSchemaRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
-
Deprecated.
- addComplexSchemaToAsset(String, String, String, CombinedSchemaRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
-
Stores the supplied schema details in the catalog and attaches it to the asset.
- addConnectionToAsset(String, String, String, ConnectionRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
-
Adds a connection to an asset.
- addCSVFileToCatalog(String, String, NewCSVFileAssetRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.FileSystemOnboardingResource
-
Add a simple asset description linked to a connection object for a CSV file.
- addDataFileAssetToCatalog(String, String, NewFileAssetRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.FileSystemOnboardingResource
-
Creates a new file asset and links it to the folder structure implied in the path name.
- addDataFolderAssetToCatalog(String, String, NewFileAssetRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.FileSystemOnboardingResource
-
Creates a new folder asset that is identified as a data asset.
- addSchemaAttribute(String, String, String, String, SchemaAttributeProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
-
Adds the attribute to a complex schema type like a relational table, avro schema or a structured document.
- addSchemaAttribute(String, String, String, String, SchemaAttributeRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
-
Deprecated.
- addSchemaAttributes(String, String, String, String, List<SchemaAttributeProperties>) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
-
Adds attributes to a complex schema type like a relational table, avro schema or a structured document.
- addSchemaAttributes(String, String, String, String, SchemaAttributesRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
-
Adds attributes to a complex schema type like a relational table, avro schema or a structured document.
- addSchemaTypeToAsset(String, String, String, SchemaTypeProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
-
Stores the supplied schema type in the catalog and attaches it to the asset.
- addSchemaTypeToAsset(String, String, String, SchemaTypeRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
-
Deprecated.
- addSecurityTags(String, String, String, String, SecurityTagsRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
-
Add or replace the security tags for an asset or one of its elements.
- addSecurityTags(String, String, String, SecurityTagsRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
-
Add or replace the security tags for an asset or one of its elements.
- addSemanticAssignment(String, String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
-
Create a simple relationship between a glossary term and an element in an Asset description (typically a field in the schema).
- addSemanticAssignment(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
-
Create a simple relationship between a glossary term and an Asset description.
- addTemplateClassification(String, String, String, TemplateClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
-
Classify an asset as suitable to be used as a template for cataloguing assets of a similar types.
- AssetCertificationsResource - Class in org.odpi.openmetadata.accessservices.assetowner.server.spring
-
AssetCertificationsResource sets up the certification types that are part of an organization governance.
- AssetCertificationsResource() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetCertificationsResource
-
Default constructor
- AssetExternalReferenceResource - Class in org.odpi.openmetadata.accessservices.assetowner.server.spring
-
AssetExternalReferenceResource sets up the external references that are part of an organization governance.
- AssetExternalReferenceResource() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetExternalReferenceResource
-
Default constructor
- AssetLicensesResource - Class in org.odpi.openmetadata.accessservices.assetowner.server.spring
-
AssetLicensesResource sets up the license types that are part of an organization governance.
- AssetLicensesResource() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetLicensesResource
-
Default constructor
- AssetOwnerResource - Class in org.odpi.openmetadata.accessservices.assetowner.server.spring
-
AssetOwnerResource provides the generic server-side interface for the Asset Owner Open Metadata Access Service (OMAS).
- AssetOwnerResource() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
-
Default constructor
- AssetRelationshipsResource - Class in org.odpi.openmetadata.accessservices.assetowner.server.spring
-
The AssetRelationshipsResource provides a Spring based server-side REST API that supports the RelatedElementsManagementInterface.
- AssetRelationshipsResource() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetRelationshipsResource
-
Default constructor
- attachDataFileAssetToFolder(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.FileSystemOnboardingResource
-
Link an existing file asset to a folder.
- attachFolderToFileSystem(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.FileSystemOnboardingResource
-
Links a folder to a file system.
- attachSchemaTypeToAsset(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
-
Links the supplied schema type directly to the asset.
- attachValidValueToSet(String, String, String, String, boolean, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ValidValuesOnboardingResource
-
Create a link between a valid value set or definition and a set.
C
- certifyElement(String, String, String, String, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetCertificationsResource
-
Link an element to a certification type and include details of the certification in the relationship properties.
- clearAssetConnection(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ConnectionsBuildingResource
-
Remove a relationship between an asset and its connection.
- clearConnectorType(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ConnectionsBuildingResource
-
Remove a relationship between a connection and a connector type.
- clearEmbeddedConnection(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ConnectionsBuildingResource
-
Remove a relationship between a virtual connection and an embedded connection.
- clearEndpoint(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ConnectionsBuildingResource
-
Remove a relationship between a connection and an endpoint.
- clearMoreInformation(String, String, String, String, ExternalSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetRelationshipsResource
-
Remove a "MoreInformation" relationship between two referenceables.
- clearResource(String, String, String, String, ExternalSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetRelationshipsResource
-
Remove a "ResourceList" relationship between two referenceables.
- clearStakeholder(String, String, String, String, ExternalSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetRelationshipsResource
-
Remove a "Stakeholder" relationship between two referenceables.
- ConnectionsBuildingResource - Class in org.odpi.openmetadata.accessservices.assetowner.server.spring
-
ConnectionsBuildingResource provides the API operations to create and maintain connections.
- ConnectionsBuildingResource() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.server.spring.ConnectionsBuildingResource
-
Default constructor
- createConnection(String, String, ConnectionProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ConnectionsBuildingResource
-
Create a new metadata element to represent a connection.
- createConnectionFromTemplate(String, String, String, TemplateProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ConnectionsBuildingResource
-
Create a new metadata element to represent a connection using an existing metadata element as a template.
- createEndpoint(String, String, EndpointProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ConnectionsBuildingResource
-
Create a new metadata element to represent a endpoint.
- createEndpointFromTemplate(String, String, String, String, TemplateProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ConnectionsBuildingResource
-
Create a new metadata element to represent a endpoint using an existing metadata element as a template.
- createExternalReference(String, String, ReferenceableRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetExternalReferenceResource
-
Create a definition of an external reference.
- createFileSystemInCatalog(String, String, NewFileSystemRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.FileSystemOnboardingResource
-
Files live on a file system.
- createFolderStructureInCatalog(String, String, String, PathNameRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.FileSystemOnboardingResource
-
Creates a new folder asset for each element in the pathName that is linked from the anchor entity.
- createFolderStructureInCatalog(String, String, PathNameRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.FileSystemOnboardingResource
-
Creates a new folder asset for each element in the pathName.
- createValidValueDefinition(String, String, String, boolean, ValidValuesRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ValidValuesOnboardingResource
-
Create a new valid value definition.
- createValidValueSet(String, String, ValidValuesRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ValidValuesOnboardingResource
-
Create a new valid value set.
D
- decertifyElement(String, String, String, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetCertificationsResource
-
Remove the certification for an element.
- deleteAsset(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
-
Deletes an asset and all of its associated elements such as schema, connections (unless they are linked to another asset), discovery reports and associated feedback.
- deleteAssetSchemaType(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
-
Detaches and deletes an asset's schema.
- deleteExternalReference(String, String, String, ExternalSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetExternalReferenceResource
-
Remove the definition of an external reference.
- deleteValidValue(String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ValidValuesOnboardingResource
-
Remove the valid value form the repository.
- detachDataFileAssetFromFolder(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.FileSystemOnboardingResource
-
Remove a link between a file asset and a folder.
- detachFolderFromFileSystem(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.FileSystemOnboardingResource
-
Removed the link between a folder and a file system.
- detachSchemaTypeFromAsset(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
-
Unlinks the schema from the asset but does not delete it.
- detachValidValueFromSet(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ValidValuesOnboardingResource
-
Remove the link between a valid value and a set it is a member of.
F
- FileSystemOnboardingResource - Class in org.odpi.openmetadata.accessservices.assetowner.server.spring
-
FileSystemOnboardingResource supports the server-side capture of REST calls to add new file-based asset definitions.
- FileSystemOnboardingResource() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.server.spring.FileSystemOnboardingResource
-
Default constructor
- findAssets(String, String, int, int, SearchStringRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
-
Return a list of assets with the requested search string in their name, qualified name or description.
- findConnections(String, String, SearchStringRequestBody, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ConnectionsBuildingResource
-
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.assetowner.server.spring.ConnectionsBuildingResource
-
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.assetowner.server.spring.ConnectionsBuildingResource
-
Retrieve the list of endpoint metadata elements that contain the search string.
- findExternalReferencesById(String, String, int, int, SearchStringRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetExternalReferenceResource
-
Retrieve the list of external references for this resourceId.
- findValidValues(String, String, int, int, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ValidValuesOnboardingResource
-
Locate valid values that match the search string.
G
- getAssetsByName(String, String, int, int, NameRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
-
Return a list of assets with the requested name.
- getAssetSummary(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
-
Return the basic attributes of an asset.
- getCertifications(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetCertificationsResource
-
Return information about the certifications linked to an element.
- getCertificationTypeByDocId(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetCertificationsResource
-
Retrieve the certification type by its assigned unique document identifier.
- getCertificationTypeByDomainId(String, String, int, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetCertificationsResource
-
Retrieve all the certification type definitions for a specific governance domain.
- getCertificationTypeByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetCertificationsResource
-
Retrieve the certification type by the unique identifier assigned by this service when it was created.
- getCertificationTypesByTitle(String, String, int, int, SearchStringRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetCertificationsResource
-
Retrieve all the certification types for a particular title.
- getCertifiedElements(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetCertificationsResource
-
Return information about the elements linked to a certification.
- getCertifiedElements(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetLicensesResource
-
Return information about the elements linked to a license.
- getConnectionByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ConnectionsBuildingResource
-
Retrieve the connection metadata element with the supplied unique identifier.
- getConnectionsByName(String, String, NameRequestBody, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ConnectionsBuildingResource
-
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.assetowner.server.spring.ConnectionsBuildingResource
-
Retrieve the connectorType metadata element with the supplied unique identifier.
- getConnectorTypesByName(String, String, NameRequestBody, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ConnectionsBuildingResource
-
Retrieve the list of connectorType metadata elements with a matching qualified or display name.
- getDescriptiveElements(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetRelationshipsResource
-
Retrieve the descriptive elements linked via a "MoreInformation" relationship between two referenceables.
- getDiscoveryAnalysisReports(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
-
Return the discovery analysis reports about the asset.
- getDiscoveryReportAnnotations(String, String, String, int, int, StatusRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
-
Return the annotations linked directly to the report.
- getElementsForExternalReference(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetExternalReferenceResource
-
Return information about the elements linked to a externalReference.
- getEndpointByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ConnectionsBuildingResource
-
Retrieve the endpoint metadata element with the supplied unique identifier.
- getEndpointsByName(String, String, NameRequestBody, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ConnectionsBuildingResource
-
Retrieve the list of endpoint metadata elements with a matching qualified or display name.
- getExtendedAnnotations(String, String, String, int, int, StatusRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
-
Return any annotations attached to this annotation.
- getExternalReferenceByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetExternalReferenceResource
-
Return information about a specific external reference.
- getExternalReferencesByURL(String, String, int, int, NameRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetExternalReferenceResource
-
Retrieve the list of external references for this URL.
- getFileSystemByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.FileSystemOnboardingResource
-
Retrieve a FileSystemProperties asset by its unique identifier (GUID).
- getFileSystemByUniqueName(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.FileSystemOnboardingResource
-
Retrieve a FileSystemProperties asset by its unique name.
- getFileSystems(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.FileSystemOnboardingResource
-
Retrieve a list of defined FileSystems assets.
- getFolderByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.FileSystemOnboardingResource
-
Retrieve a FolderProperties asset by its unique identifier (GUID).
- getFolderByPathName(String, String, PathNameRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.FileSystemOnboardingResource
-
Retrieve a folder by its fully qualified path name.
- getFolderFiles(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.FileSystemOnboardingResource
-
Get the files inside a folder - both those that are nested and those that are linked.
- getLicenses(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetLicensesResource
-
Return information about the licenses linked to an element.
- getLicenseTypeByDocId(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetLicensesResource
-
Retrieve the license type by its assigned unique document identifier.
- getLicenseTypeByDomainId(String, String, int, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetLicensesResource
-
Retrieve all the license type definitions for a specific governance domain.
- getLicenseTypeByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetLicensesResource
-
Retrieve the license type by the unique identifier assigned by this service when it was created.
- getLicenseTypesByTitle(String, String, int, int, SearchStringRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetLicensesResource
-
Retrieve all the license types for a particular title.
- getMoreInformation(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetRelationshipsResource
-
Retrieve the detail elements linked via a "MoreInformation" relationship between two referenceables.
- getNestedFolders(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.FileSystemOnboardingResource
-
Return the list of folders nested inside a folder.
- getResourceList(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetRelationshipsResource
-
Retrieve the list of resources assigned to an element via the "ResourceList" relationship between two referenceables.
- getSetsForValidValue(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ValidValuesOnboardingResource
-
Page through the list of valid value sets that a valid value definition/set belongs to.
- getStakeholderCommissionedElements(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetRelationshipsResource
-
Retrieve the elements commissioned by a stakeholder, linked via the "Stakeholder" relationship between two referenceables.
- getStakeholders(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetRelationshipsResource
-
Retrieve the stakeholder elements linked via the "Stakeholder" relationship between two referenceables.
- getSupportedByResource(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetRelationshipsResource
-
Retrieve the list of elements assigned to a resource via the "ResourceList" relationship between two referenceables.
- getTypesOfAsset(String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
-
Return the asset subtype names.
- getTypesOfAssetDescriptions(String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
-
Return the asset subtype names mapped to their descriptions.
- getValidValueByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ValidValuesOnboardingResource
-
Retrieve a specific valid value from the repository.
- getValidValueByName(String, String, int, int, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ValidValuesOnboardingResource
-
Retrieve a specific valid value from the repository.
- getValidValueSetMembers(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ValidValuesOnboardingResource
-
Page through the members of a valid value set.
L
- licenseElement(String, String, String, String, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetLicensesResource
-
Link an element to a license type and include details of the license in the relationship properties.
- linkElementsAsPeerDuplicates(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
-
Create a simple relationship between two elements in an Asset description (typically the asset itself or attributes in their schema).
- linkExternalReferenceToElement(String, String, String, String, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetExternalReferenceResource
-
Link an external reference to an object.
M
- moveDataFileInCatalog(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.FileSystemOnboardingResource
-
Move a data file from its current parent folder to a new parent folder - this changes the file's qualified name but not its unique identifier (guid).
- moveDataFolderInCatalog(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.FileSystemOnboardingResource
-
Move a data folder from its current parent folder to a new parent folder - this changes the folder's qualified name but not its unique identifier (guid).
O
- org.odpi.openmetadata.accessservices.assetowner.server.spring - package org.odpi.openmetadata.accessservices.assetowner.server.spring
P
- publishAsset(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
-
Update the zones for a specific asset to the zone list specified in the publishZones.
R
- removeAssetOrigin(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
-
Remove the asset origin classification to an asset.
- removeConnection(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ConnectionsBuildingResource
-
Remove the metadata element representing a connection.
- removeEndpoint(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ConnectionsBuildingResource
-
Remove the metadata element representing a endpoint.
- removeSecurityTags(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
-
Remove the security tags classification to one of an asset's elements.
- removeSecurityTags(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
-
Remove the security tags classification from an asset.
- removeSemanticAssignment(String, String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
-
Remove the relationship between a glossary term and an element in an Asset description (typically a field in the schema).
- removeSemanticAssignment(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
-
Remove the relationship between a glossary term and an element in an Asset description (typically a field in the schema).
- removeTemplateClassification(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
-
Remove the classification that indicates that this asset can be used as a template.
- retrieveAttachedExternalReferences(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetExternalReferenceResource
-
Retrieve the list of external references attached to the supplied object.
S
- setupAssetConnection(String, String, String, String, StringRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ConnectionsBuildingResource
-
Create a relationship between an asset and its connection.
- setupConnectorType(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ConnectionsBuildingResource
-
Create a relationship between a connection and a connector type.
- setupEmbeddedConnection(String, String, String, String, EmbeddedConnectionRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ConnectionsBuildingResource
-
Create a relationship between a virtual connection and an embedded connection.
- setupEndpoint(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ConnectionsBuildingResource
-
Create a relationship between a connection and an endpoint.
- setupMoreInformation(String, String, String, String, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetRelationshipsResource
-
Create a "MoreInformation" relationship between an element that is descriptive and one that is providing the detail.
- setupResource(String, String, String, String, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetRelationshipsResource
-
Create a "ResourceList" relationship between a consuming element and an element that represents resources.
- setupStakeholder(String, String, String, String, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetRelationshipsResource
-
Create a "Stakeholder" relationship between an element and its stakeholder.
U
- unlicenseElement(String, String, String, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetLicensesResource
-
Remove the license for an element.
- unlinkElementsAsPeerDuplicates(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
-
Remove the relationship between two elements that marks them as duplicates.
- unlinkExternalReferenceFromElement(String, String, String, String, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetExternalReferenceResource
-
Remove the link between an external reference and an element.
- updateAsset(String, String, String, boolean, AssetProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
-
Update a simple asset description to the catalog.
- updateAssetOwner(String, String, String, OwnerRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
-
Update the owner information for a specific asset.
- updateAssetZones(String, String, String, List<String>) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
-
Update the zones for a specific asset.
- updateCertification(String, String, String, boolean, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetCertificationsResource
-
Update the properties of a certification.
- updateConnection(String, String, String, boolean, ConnectionProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ConnectionsBuildingResource
-
Update the metadata element representing a connection.
- updateEndpoint(String, String, String, boolean, EndpointProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ConnectionsBuildingResource
-
Update the metadata element representing a endpoint.
- updateExternalReference(String, String, String, boolean, ReferenceableRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetExternalReferenceResource
-
Update the definition of an external reference.
- updateLicense(String, String, String, boolean, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetLicensesResource
-
Update the properties of a license.
- updateValidValue(String, String, String, ValidValuesRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ValidValuesOnboardingResource
-
Update the properties of the valid value.
V
- ValidValuesOnboardingResource - Class in org.odpi.openmetadata.accessservices.assetowner.server.spring
-
ValidValuesOnboardingResource provides the API operations to create and maintain lists of valid value definitions grouped into a valid value set.
- ValidValuesOnboardingResource() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.server.spring.ValidValuesOnboardingResource
-
Default constructor
W
- withdrawAsset(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
-
Update the zones for a specific asset to the zone list specified in the defaultZones.
All Classes and Interfaces|All Packages