Index

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

A

addAssetOrigin(String, String, String, OriginRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Set up the labels that classify an asset's origin.
addAssetToCatalog(String, String, String, AssetProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Add a simple asset description to the catalog.
addAssetToCatalogUsingTemplate(String, String, String, TemplateProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
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.FileSystemRESTServices
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.AssetOwnerRESTServices
Stores the supplied schema details in the catalog and attaches it to the asset.
addConnectionToAsset(String, String, String, OCFConnectionRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Adds a connection to an asset.
addCSVFileToCatalog(String, String, NewCSVFileAssetRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.FileSystemRESTServices
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.FileSystemRESTServices
Creates a new data 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.FileSystemRESTServices
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.AssetOwnerRESTServices
Adds attributes to a complex schema type like a relational table, avro schema or a structured document.
addSchemaAttributes(String, String, String, String, List<SchemaAttributeProperties>) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
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.AssetOwnerRESTServices
Stores the supplied schema type in the catalog and attaches it to the asset.
addSecurityTags(String, String, String, String, SecurityTagsRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
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.AssetOwnerRESTServices
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.AssetOwnerRESTServices
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, SemanticAssignmentProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
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.AssetOwnerRESTServices
Classify an asset as suitable to be used as a template for cataloguing assets of a similar types.
AssetOwnerAdmin - Class in org.odpi.openmetadata.accessservices.assetowner.admin
AssetOwnerAdmin manages the start up and shutdown of the Asset Owner OMAS.
AssetOwnerAdmin() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.admin.AssetOwnerAdmin
Default constructor
AssetOwnerOMRSTopicListener - Class in org.odpi.openmetadata.accessservices.assetowner.outtopic
AssetOwnerOMRSTopicListener received details of each OMRS event from the cohorts that the local server is connected to.
AssetOwnerOMRSTopicListener(String, String, AssetOwnerOutTopicPublisher, AssetHandler<AssetElement>, List<String>, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.outtopic.AssetOwnerOMRSTopicListener
Initialize the topic listener.
AssetOwnerOutTopicPublisher - Class in org.odpi.openmetadata.accessservices.assetowner.outtopic
AssetOwnerOutTopicPublisher is responsible for sending events on the IT Infrastructure OMAS's out topic.
AssetOwnerOutTopicPublisher(AssetOwnerOutTopicServerConnector, String, AuditLog, OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.outtopic.AssetOwnerOutTopicPublisher
Constructor for the publisher.
AssetOwnerRESTServices - Class in org.odpi.openmetadata.accessservices.assetowner.server
AssetOwnerRESTServices provides part of the server-side support for the Asset Owner Open Metadata Access Service (OMAS).
AssetOwnerRESTServices() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Default constructor
AssetOwnerServicesInstance - Class in org.odpi.openmetadata.accessservices.assetowner.server
AssetOwnerServicesInstance caches references to OMRS objects for a specific server.
AssetOwnerServicesInstance(OMRSRepositoryConnector, List<String>, List<String>, List<String>, AuditLog, String, int) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerServicesInstance
Set up the local repository connector that will service the REST Calls.
attachDataFileAssetToFolder(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.FileSystemRESTServices
Link an existing file asset to a folder.
attachFolderToFileSystem(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.FileSystemRESTServices
Links a folder to a file system.
attachSchemaTypeToAsset(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
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.ValidValuesRESTServices
Create a link between a valid value set or definition and a set.

C

CertificationRESTServices - Class in org.odpi.openmetadata.accessservices.assetowner.server
CertificationRESTServices is the java client for managing certification types and the certification of elements.
CertificationRESTServices() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.server.CertificationRESTServices
Default constructor
certifyElement(String, String, String, String, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.CertificationRESTServices
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.ConnectionRESTServices
Remove a relationship between an asset and its connection.
clearAssetRelationship(String, String, String, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Remove the relationship between two elements.
clearCatalogTemplate(String, String, String, String, ExternalSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.RelatedElementRESTServices
Remove a "CatalogTemplate" relationship between two referenceables.
clearConnectorType(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.ConnectionRESTServices
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.ConnectionRESTServices
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.ConnectionRESTServices
Remove a relationship between a connection and an endpoint.
clearMoreInformation(String, String, String, String, ExternalSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.RelatedElementRESTServices
Remove a "MoreInformation" relationship between two referenceables.
clearResource(String, String, String, String, ExternalSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.RelatedElementRESTServices
Remove a "ResourceList" relationship between two referenceables.
clearSchemaElementAsCalculatedValue(String, String, String, UpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Remove the calculated value designation from the schema element.
clearSchemaElementRelationship(String, String, String, String, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Remove a relationship between two schema elements.
clearSchemaTypeParent(String, String, String, String, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Remove the relationship between a schema type and its parent data asset, process or port.
clearStakeholder(String, String, String, String, ExternalSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.RelatedElementRESTServices
Remove a "Stakeholder" relationship between two referenceables.
ConnectionRESTServices - Class in org.odpi.openmetadata.accessservices.assetowner.server
ConnectionRESTServices provides the ability to manage connection information.
ConnectionRESTServices() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.server.ConnectionRESTServices
Default constructor
createConnection(String, String, ConnectionProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.ConnectionRESTServices
Create a new metadata element to represent a connection.
createConnectionFromTemplate(String, String, String, TemplateProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.ConnectionRESTServices
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.ConnectionRESTServices
Create a new metadata element to represent an endpoint.
createEndpointFromTemplate(String, String, String, String, TemplateProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.ConnectionRESTServices
Create a new metadata element to represent an endpoint using an existing metadata element as a template.
createExternalReference(String, String, ReferenceableRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.ExternalReferenceRESTServices
Create a definition of an external reference.
createFileSystemInCatalog(String, String, NewFileSystemRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.FileSystemRESTServices
Files live on a file system.
createFolderStructureInCatalog(String, String, String, PathNameRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.FileSystemRESTServices
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.FileSystemRESTServices
Creates a new folder asset for each element in the pathName.
createSchemaAttributeFromTemplate(String, String, String, String, TemplateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Create a new metadata element to represent a schema attribute using an existing metadata element as a template.
createSchemaType(String, String, String, SchemaTypeProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Create a new metadata element to represent a schema type.
createSchemaTypeFromTemplate(String, String, String, TemplateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Create a new metadata element to represent a schema type using an existing metadata element as a template.
createValidValueDefinition(String, String, String, boolean, ValidValuesRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.ValidValuesRESTServices
Create a new valid value definition.
createValidValueSet(String, String, ValidValuesRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.ValidValuesRESTServices
Create a new valid value set.

D

decertifyElement(String, String, String, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.CertificationRESTServices
Remove the certification for an element.
deleteAsset(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
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.AssetOwnerRESTServices
Detaches and deletes an asset's schema.
deleteExternalReference(String, String, String, ExternalSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.ExternalReferenceRESTServices
Remove the definition of an external reference.
deleteValidValue(String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.ValidValuesRESTServices
Remove the valid value form the repository.
detachDataFileAssetFromFolder(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.FileSystemRESTServices
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.FileSystemRESTServices
Removed the link between a folder and a file system.
detachSchemaTypeFromAsset(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
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.ValidValuesRESTServices
Remove the link between a valid value and a set it is a member of.
disconnect() - Method in class org.odpi.openmetadata.accessservices.assetowner.outtopic.AssetOwnerOutTopicPublisher
Shutdown the publishing process.

E

ExternalReferenceRESTServices - Class in org.odpi.openmetadata.accessservices.assetowner.server
ExternalReferenceRESTServices is the server-side for managing external references and their links to all types of governance definitions.
ExternalReferenceRESTServices() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.server.ExternalReferenceRESTServices
Default constructor

F

FileSystemRESTServices - Class in org.odpi.openmetadata.accessservices.assetowner.server
FileSystemRESTServices provides the server-side implementation for managing files and folder assets in a file system.
FileSystemRESTServices() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.server.FileSystemRESTServices
Default constructor
findAssets(String, String, SearchStringRequestBody, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
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.ConnectionRESTServices
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.ConnectionRESTServices
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.ConnectionRESTServices
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.ExternalReferenceRESTServices
Retrieve the list of external references for this resourceId.
findSchemaAttributes(String, String, int, int, SearchStringRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Retrieve the list of schema attribute metadata elements that contain the search string.
findSchemaType(String, String, int, int, SearchStringRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Retrieve the list of schema type metadata elements that contain the search string.
findValidValues(String, String, int, int, FilterRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.ValidValuesRESTServices
Locate valid values that match the search string.

G

getAssetHandler() - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerServicesInstance
Return the handler for managing assets.
getAssetRelationship(String, String, String, String, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Retrieve the relationship between two elements.
getAssetsByName(String, String, NameRequestBody, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Return a list of assets with the requested name.
getAssetSummary(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Return the basic attributes of an asset.
getCatalogTemplateList(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.RelatedElementRESTServices
Retrieve the list of templates assigned to an element via the "CatalogTemplate" relationship.
getCertifications(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.CertificationRESTServices
Return information about the certifications linked to an element.
getCertificationTypeByDocId(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.CertificationRESTServices
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.CertificationRESTServices
Retrieve all the certification type definitions for a specific governance domain.
getCertificationTypeByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.CertificationRESTServices
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.CertificationRESTServices
Retrieve all the certification types for a particular title.
getCertifiedElements(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.CertificationRESTServices
Return information about the elements linked to a certification.
getConnectionByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.ConnectionRESTServices
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.ConnectionRESTServices
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.ConnectionRESTServices
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.ConnectionRESTServices
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.RelatedElementRESTServices
Retrieve the descriptive elements linked via a "MoreInformation" relationship between two referenceables.
getElementsForExternalReference(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.ExternalReferenceRESTServices
Return information about the elements linked to a externalReference.
getEndpointByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.ConnectionRESTServices
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.ConnectionRESTServices
Retrieve the list of endpoint metadata elements with a matching qualified or display name.
getExtendedAnnotations(String, String, String, int, int, AnnotationStatusRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Return any annotations attached to this annotation.
getExternalReferenceByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.ExternalReferenceRESTServices
Return information about a specific external reference.
getExternalReferencesByURL(String, String, int, int, NameRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.ExternalReferenceRESTServices
Retrieve the list of external references for this URL.
getFileSystemByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.FileSystemRESTServices
Retrieve a FileSystemElement asset by its unique identifier (GUID).
getFileSystemByUniqueName(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.FileSystemRESTServices
Retrieve a FileSystemElement asset by its unique name.
getFileSystems(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.FileSystemRESTServices
Retrieve a list of defined FileSystems assets.
getFolderByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.FileSystemRESTServices
Retrieve a FileFolderElement asset by its unique identifier (GUID).
getFolderByPathName(String, String, PathNameRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.FileSystemRESTServices
Retrieve a folder by its fully qualified path name.
getFolderFiles(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.FileSystemRESTServices
Get the files inside a folder - both those that are nested and those that are linked.
getLicensedElements(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.LicenseRESTServices
Return information about the elements linked to a license.
getLicenses(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.LicenseRESTServices
Return information about the licenses linked to an element.
getLicenseTypeByDocId(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.LicenseRESTServices
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.LicenseRESTServices
Retrieve all the license type definitions for a specific governance domain.
getLicenseTypeByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.LicenseRESTServices
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.LicenseRESTServices
Retrieve all the license types for a particular title.
getMoreInformation(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.RelatedElementRESTServices
Retrieve the detail elements linked via a "MoreInformation" relationship between two referenceables.
getNestedAttributes(String, String, String, int, int, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Retrieve the list of schema attributes associated with a schemaType.
getNestedFolders(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.FileSystemRESTServices
Return the list of folders nested inside a folder.
getRelatedAssetsAtEnd1(String, String, String, String, int, int, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Retrieve the relationships linked from a specific element at end 2 of the relationship.
getRelatedAssetsAtEnd2(String, String, String, String, int, int, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Retrieve the requested relationships linked from a specific element at end 2.
getRelatedElementHandler() - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerServicesInstance
Return the handler for related referenceables.
getResourceList(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.RelatedElementRESTServices
Retrieve the list of resources assigned to an element via the "ResourceList" relationship between two referenceables.
getSchemaAttributeByGUID(String, String, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Retrieve the schema attribute metadata element with the supplied unique identifier.
getSchemaAttributesByName(String, String, int, int, NameRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Retrieve the list of schema attribute metadata elements with a matching qualified or display name.
getSchemaTypeByGUID(String, String, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Retrieve the schema type metadata element with the supplied unique identifier.
getSchemaTypeByName(String, String, int, int, NameRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Retrieve the list of schema type metadata elements with a matching qualified or display name.
getSchemaTypeForElement(String, String, String, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Return the schema type associated with a specific open metadata element (data asset, process or port).
getSchemaTypeParent(String, String, String, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Retrieve the header of the metadata element connected to a schema type.
getSetsForValidValue(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.ValidValuesRESTServices
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.RelatedElementRESTServices
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.RelatedElementRESTServices
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.RelatedElementRESTServices
Retrieve the list of elements assigned to a resource via the "ResourceList" relationship between two referenceables.
getSupportedByTemplate(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.RelatedElementRESTServices
Retrieve the list of elements assigned to a template via the "CatalogTemplate" relationship.
getSurveyReportAnnotations(String, String, String, int, int, AnnotationStatusRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Return the annotations linked directly to the report.
getSurveyReports(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Return the discovery analysis reports about the asset.
getTypesOfAsset(String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Return the asset subtype names.
getTypesOfAssetDescriptions(String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Return the asset subtype names with their descriptions.
getValidValueByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.ValidValuesRESTServices
Retrieve a specific valid value from the repository.
getValidValueByName(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.ValidValuesRESTServices
Retrieve a specific valid value from the repository.
getValidValueSetMembers(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.ValidValuesRESTServices
Page through the members of a valid value set.

I

initialize(AccessServiceConfig, OMRSTopicConnector, OMRSRepositoryConnector, AuditLog, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.admin.AssetOwnerAdmin
Initialize the access service.

L

licenseElement(String, String, String, String, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.LicenseRESTServices
Link an element to a license type and include details of the license in the relationship properties.
LicenseRESTServices - Class in org.odpi.openmetadata.accessservices.assetowner.server
LicenseRESTServices is the java client for managing license types and the license of elements.
LicenseRESTServices() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.server.LicenseRESTServices
Default constructor
linkElementsAsPeerDuplicates(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
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.ExternalReferenceRESTServices
Link an external reference to an object.

M

moveDataFileInCatalog(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.FileSystemRESTServices
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.FileSystemRESTServices
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.admin - package org.odpi.openmetadata.accessservices.assetowner.admin
Provides the implementation of the admin classes that are called during server start up and shut down.
org.odpi.openmetadata.accessservices.assetowner.outtopic - package org.odpi.openmetadata.accessservices.assetowner.outtopic
The implementation of the outbound events from the Asset Owner OMAS.
org.odpi.openmetadata.accessservices.assetowner.server - package org.odpi.openmetadata.accessservices.assetowner.server
 

P

processClassifiedEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetowner.outtopic.AssetOwnerOMRSTopicListener
A new classification has been added to an entity.
processClassifiedEntityEvent(String, String, String, String, String, EntityDetail, Classification) - Method in class org.odpi.openmetadata.accessservices.assetowner.outtopic.AssetOwnerOMRSTopicListener
A new classification has been added to an entity.
processClassifiedEntityEvent(String, String, String, String, String, EntityProxy, Classification) - Method in class org.odpi.openmetadata.accessservices.assetowner.outtopic.AssetOwnerOMRSTopicListener
A new classification has been added to an entityProxy.
processDeclassifiedEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetowner.outtopic.AssetOwnerOMRSTopicListener
A classification has been removed from an entity.
processDeclassifiedEntityEvent(String, String, String, String, String, EntityDetail, Classification) - Method in class org.odpi.openmetadata.accessservices.assetowner.outtopic.AssetOwnerOMRSTopicListener
A classification has been removed from an entity.
processDeclassifiedEntityEvent(String, String, String, String, String, EntityProxy, Classification) - Method in class org.odpi.openmetadata.accessservices.assetowner.outtopic.AssetOwnerOMRSTopicListener
A classification has been removed from an entityProxy.
processDeletedEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetowner.outtopic.AssetOwnerOMRSTopicListener
An existing entity has been deleted.
processDeletePurgedEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetowner.outtopic.AssetOwnerOMRSTopicListener
An existing entity has been deleted and purged in a single action.
processNewEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetowner.outtopic.AssetOwnerOMRSTopicListener
A new entity has been created.
processReclassifiedEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetowner.outtopic.AssetOwnerOMRSTopicListener
An existing classification has been changed on an entity.
processReclassifiedEntityEvent(String, String, String, String, String, EntityDetail, Classification, Classification) - Method in class org.odpi.openmetadata.accessservices.assetowner.outtopic.AssetOwnerOMRSTopicListener
An existing classification has been changed on an entity.
processReclassifiedEntityEvent(String, String, String, String, String, EntityProxy, Classification, Classification) - Method in class org.odpi.openmetadata.accessservices.assetowner.outtopic.AssetOwnerOMRSTopicListener
An existing classification has been changed on an entityProxy.
processRefreshEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetowner.outtopic.AssetOwnerOMRSTopicListener
A remote repository in the cohort has sent entity details in response to a refresh request.
processReIdentifiedEntityEvent(String, String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetowner.outtopic.AssetOwnerOMRSTopicListener
The guid of an existing entity has been changed to a new value.
processRestoredEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetowner.outtopic.AssetOwnerOMRSTopicListener
A deleted entity has been restored to the state it was before it was deleted.
processReTypedEntityEvent(String, String, String, String, String, TypeDefSummary, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetowner.outtopic.AssetOwnerOMRSTopicListener
An existing entity has had its type changed.
processUpdatedEntityEvent(String, String, String, String, String, EntityDetail, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetowner.outtopic.AssetOwnerOMRSTopicListener
An existing entity has been updated.
publishAsset(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Update the zones for a specific asset to the zone list specified in the publishZones
publishEntityEvent(AssetOwnerEventType, EntityDetail, EntityDetail, Classification, Classification) - Method in class org.odpi.openmetadata.accessservices.assetowner.outtopic.AssetOwnerOutTopicPublisher
Send the event to the embedded event bus connector(s).
publishEntityEvent(EntityDetail, AssetOwnerEventType) - Method in class org.odpi.openmetadata.accessservices.assetowner.outtopic.AssetOwnerOutTopicPublisher
Send the event to the embedded event bus connector(s).

R

RelatedElementRESTServices - Class in org.odpi.openmetadata.accessservices.assetowner.server
RelatedElementRESTServices support requests about common Referenceable relationships.
RelatedElementRESTServices() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.server.RelatedElementRESTServices
 
removeAssetOrigin(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Remove the asset origin classification to an asset.
removeConnection(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.ConnectionRESTServices
Remove the metadata element representing a connection.
removeEndpoint(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.ConnectionRESTServices
Remove the metadata element representing a endpoint.
removeSchemaAttribute(String, String, String, UpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Remove the metadata element representing a schema attribute.
removeSchemaType(String, String, String, UpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Remove the metadata element representing a schema type.
removeSecurityTags(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
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.AssetOwnerRESTServices
Remove the security tags classification from an asset.
removeSemanticAssignment(String, String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
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.AssetOwnerRESTServices
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.AssetOwnerRESTServices
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.ExternalReferenceRESTServices
Retrieve the list of external references attached to the supplied object.

S

setSchemaElementAsCalculatedValue(String, String, String, CalculatedValueClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Classify the schema type (or attribute if type is embedded) to indicate that it is a calculated value.
setupAssetConnection(String, String, String, String, StringRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.ConnectionRESTServices
Create a relationship between an asset and its connection.
setupCatalogTemplate(String, String, String, String, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.RelatedElementRESTServices
Create a "CatalogTemplate" relationship between a consuming element and a template element.
setupConnectorType(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.ConnectionRESTServices
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.ConnectionRESTServices
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.ConnectionRESTServices
Create a relationship between a connection and an endpoint.
setupMoreInformation(String, String, String, String, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.RelatedElementRESTServices
Create a "MoreInformation" relationship between an element that is descriptive and one that is providing the detail.
setupRelatedAsset(String, String, String, String, String, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Link two asset together.
setupResource(String, String, String, String, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.RelatedElementRESTServices
Create a "ResourceList" relationship between a consuming element and an element that represents resources.
setupSchemaElementRelationship(String, String, String, String, String, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Create a relationship between two schema elements.
setupSchemaTypeParent(String, String, String, String, String, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Connect a schema type to a data asset, process or port.
setupStakeholder(String, String, String, String, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.RelatedElementRESTServices
Create a "Stakeholder" relationship between an element and its stakeholder.
shutdown() - Method in class org.odpi.openmetadata.accessservices.assetowner.admin.AssetOwnerAdmin
Shutdown the access service.

U

unlicenseElement(String, String, String, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.LicenseRESTServices
Remove the license for an element.
unlinkElementsAsPeerDuplicates(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
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.ExternalReferenceRESTServices
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.AssetOwnerRESTServices
Update a simple asset description to the catalog.
updateAssetOwner(String, String, String, OwnerRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Update the owner information for a specific asset.
updateAssetRelationship(String, String, String, String, boolean, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Request that the asset handler creates a schema type and links it to the asset.
updateAssetZones(String, String, String, List<String>) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Update the zones for a specific asset.
updateCertification(String, String, String, boolean, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.CertificationRESTServices
Update the properties of a certification.
updateConnection(String, String, String, boolean, ConnectionProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.ConnectionRESTServices
Update the metadata element representing a connection.
updateEndpoint(String, String, String, boolean, EndpointProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.ConnectionRESTServices
Update the metadata element representing a endpoint.
updateExternalReference(String, String, String, boolean, ReferenceableRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.ExternalReferenceRESTServices
Update the definition of an external reference.
updateLicense(String, String, String, boolean, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.LicenseRESTServices
Update the properties of a license.
updateSchemaAttribute(String, String, String, boolean, SchemaAttributeProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Update the properties of the metadata element representing a schema attribute.
updateSchemaType(String, String, String, boolean, SchemaTypeProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Update the metadata element representing a schema type.
updateValidValue(String, String, String, ValidValuesRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.ValidValuesRESTServices
Update the properties of the valid value.

V

ValidValuesRESTServices - Class in org.odpi.openmetadata.accessservices.assetowner.server
ValidValuesAssetOwner provides the API operations to create and maintain lists of valid value definitions grouped into a valid value set.
ValidValuesRESTServices() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.server.ValidValuesRESTServices
Default constructor

W

withdrawAsset(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.AssetOwnerRESTServices
Update the zones for a specific asset to the zone list specified in the defaultZones
A C D E F G I L M O P R S U V W 
All Classes and Interfaces|All Packages