Index

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

A

addAssetOrigin(String, String, String, String, Map<String, String>) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
Add or replace the asset origin classification to an asset.
addAssetToCatalog(String, String, String, String, String, Map<String, String>, Map<String, Object>) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
Add a simple asset description to the catalog.
addAssetToCatalog(String, AssetProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
Add a comprehensive asset description to the catalog.
addAssetToCatalogUsingTemplate(String, String, TemplateProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
Create a new metadata element to represent an asset using an existing asset as a template.
addAvroFileToCatalog(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingAvroFileInterface
Add a simple asset description linked to a connection object for an Avro file.
addCombinedSchemaToAsset(String, String, SchemaTypeProperties, List<SchemaAttributeProperties>) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
Stores the supplied schema details in the catalog and attaches it to the asset.
addCommentReply(String, String, boolean, CommentProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
Adds a comment to another comment.
addCommentToElement(String, String, boolean, CommentProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
Adds a comment to the element.
addConnectionToAsset(String, String, String, Connection) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
Deprecated.
addCSVFileToCatalog(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingCSVFileInterface
Add a simple asset description linked to a connection object for a CSV file.
addCSVFileToCatalog(String, String, String, String, List<String>, Character, Character) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingCSVFileInterface
Add a simple asset description linked to a connection object for a CSV file.
addDataFileAssetToCatalog(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
Creates a new file asset and links it to the folder structure implied in the path name.
addDataFolderAssetToCatalog(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
Creates a new folder asset that is identified as a data asset.
addGovernanceDefinitionToElement(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
Link a governance definition to an element using the GovernedBy relationship.
addSchemaAttribute(String, String, String, SchemaAttributeProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
Adds an attribute to a complex schema type like a relational table, avro schema or a structured document.
addSchemaAttributes(String, String, String, List<SchemaAttributeProperties>) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
Adds attributes to a complex schema type like a relational table, avro schema or a structured document.
addSchemaTypeToAsset(String, String, SchemaTypeProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
Stores the supplied schema type in the catalog and attaches it to the asset.
addSecurityTags(String, String, String, List<String>, Map<String, Object>, Map<String, List<String>>) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
Add or replace the security tags for an asset or one of its elements.
addSemanticAssignment(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
Create a simple relationship between a glossary term and an element in an Asset description (typically an attribute in the schema).
addSemanticAssignment(String, String, String, String, SemanticAssignmentProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
Create a semantic assignment relationship between a glossary term and an element (normally a schema attribute, data field or asset).
addTemplateClassification(String, String, String, String, String, Map<String, String>) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
Classify an asset as suitable to be used as a template for cataloguing assets of a similar types.
AssetCertificationInterface - Interface in org.odpi.openmetadata.accessservices.assetowner.api
The AssetCertificationInterface provides the ability to manage the certification types that can be associated with elements.
AssetClassificationInterface - Interface in org.odpi.openmetadata.accessservices.assetowner.api
The AssetClassificationInterface is used by the asset owner to add classifications and detailed definitions to the asset.
AssetCollaborationInterface - Interface in org.odpi.openmetadata.accessservices.assetowner.api
AssetCollaborationInterface defines the operations to manage comments snd note logs attached to assets and their attachments.
AssetCollectionInterface - Interface in org.odpi.openmetadata.accessservices.assetowner.api
The CollectionManagementInterface adds methods for managing collections that can be attached to assets and their related elements.
AssetConnectionManagementInterface - Interface in org.odpi.openmetadata.accessservices.assetowner.api
ManageConnections provides methods to define connections and their supporting objects The interface supports the following types of objects Connections - the connections used to create connector instances that can access the connection. ConnectorTypes - description of a specific that can be used to access the connection. ConnectorCategories - the network information needed to access the connection. Endpoints - the network information needed to access the connection.
AssetDecommissioningInterface - Interface in org.odpi.openmetadata.accessservices.assetowner.api
The AssetDecommissioningInterface covers the steps that the asset owner needs to perform at the end of life of the asset.
AssetKnowledgeInterface - Interface in org.odpi.openmetadata.accessservices.assetowner.api
AssetKnowledgeInterface provides basic information about the types of access supported in the open metadata ecosystem
AssetLicenseInterface - Interface in org.odpi.openmetadata.accessservices.assetowner.api
The AssetLicenseInterface supports the management of the types of licenses (terms and conditions) associated with elements.
AssetOnboardingAvroFileInterface - Interface in org.odpi.openmetadata.accessservices.assetowner.api
AssetOnboardingAvroFileInterface provides the client-side interface for an asset owner to set up the metadata about an Avro file asset.
AssetOnboardingCSVFileInterface - Interface in org.odpi.openmetadata.accessservices.assetowner.api
AssetOnboardingCSVFileInterface provides the client-side interface for an asset owner to set up the metadata about a CSV file asset.
AssetOnboardingFileSystem - Interface in org.odpi.openmetadata.accessservices.assetowner.api
AssetOnboardingFileSystem provides specialist methods for building up folder structures for a file system and cataloguing the files within them.
AssetOnboardingInterface - Interface in org.odpi.openmetadata.accessservices.assetowner.api
AssetOnboardingInterface provides the client-side interface for an asset owner to set up the metadata about their asset.
AssetOnboardingValidValues - Interface in org.odpi.openmetadata.accessservices.assetowner.api
AssetOnboardingValidValues provides the API operations to create and maintain lists of valid value definitions grouped into a valid value set.
AssetOwnerAuditCode - Enum Class in org.odpi.openmetadata.accessservices.assetowner.ffdc
The AssetOwnerAuditCode is used to define the message content for the OMRS Audit Log.
AssetOwnerErrorCode - Enum Class in org.odpi.openmetadata.accessservices.assetowner.ffdc
The AssetOwnerErrorCode is used to define first failure data capture (FFDC) for errors that occur when working with the Asset Owner OMAS Services.
AssetOwnerEventInterface - Interface in org.odpi.openmetadata.accessservices.assetowner.api
AssetOwnerEventInterface defines how a client gets access to the events produced by the Asset Owner OMAS
AssetOwnerEventListener - Class in org.odpi.openmetadata.accessservices.assetowner.api
AssetOwnerEventListener is the interface that a client implements to register to receive the events from the Asset Owner OMAS.
AssetOwnerEventListener() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.api.AssetOwnerEventListener
 
AssetOwnerEventType - Enum Class in org.odpi.openmetadata.accessservices.assetowner.events
AssetOwnerEventType describes the different types of events produced by the Asset Owner OMAS.
AssetOwnerOutTopicEvent - Class in org.odpi.openmetadata.accessservices.assetowner.events
AssetOwnerOutTopicEvent describes the structure of the events emitted by the Asset Owner OMAS that are about assets.
AssetOwnerOutTopicEvent() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
Default Constructor
AssetOwnerOutTopicEvent(AssetOwnerOutTopicEvent) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
Copy/clone constructor
AssetReviewInterface - Interface in org.odpi.openmetadata.accessservices.assetowner.api
The AssetReviewInterface is used by the asset owner to review the state of the asset including any quality and usage metrics associated with the asset.
attachDataFileAssetToFolder(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
Link an existing file asset to a folder.
attachFolderToFileSystem(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
Links a folder to a file system.
attachSchemaTypeToAsset(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
Links the supplied schema type directly to the asset.
attachValidValueToSet(String, String, String, boolean) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
Create a link between a valid value set or definition and a set.

C

certifyElement(String, String, String, CertificationProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCertificationInterface
Link an element to a certification type and include details of the certification in the relationship properties.
clearAcceptedAnswer(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
Unlink a comment that contains an answer to a question posed in another comment.
clearAssetConnection(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
Remove a relationship between an asset and its connection.
clearAssetRelationship(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
Remove the relationship between two elements.
clearCatalogTemplate(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.RelatedElementsManagementInterface
Remove a "CatalogTemplate" relationship between two referenceables.
clearConfidenceClassification(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
Remove the confidence classification from the element.
clearConfidentialityClassification(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
Remove the confidence classification from the element.
clearConnectorType(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
Remove a relationship between a connection and a connector type.
clearCriticalityClassification(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
Remove the criticality classification from the element.
clearEmbeddedConnection(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
Remove a relationship between a virtual connection and an embedded connection.
clearEndpoint(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
Remove a relationship between a connection and an endpoint.
clearMoreInformation(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.RelatedElementsManagementInterface
Remove a "MoreInformation" relationship between two referenceables.
clearResource(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.RelatedElementsManagementInterface
Remove a "ResourceList" relationship between two referenceables.
clearRetentionClassification(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
Remove the retention classification from the element.
clearSchemaElementAsCalculatedValue(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
Remove the calculated value designation from the schema element.
clearSchemaElementRelationship(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
Remove a relationship between two schema elements.
clearSchemaTypeParent(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
Remove the relationship between a schema type and its parent data asset, process or port.
clearStakeholder(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.RelatedElementsManagementInterface
Remove a "Stakeholder" relationship between two referenceables.
createAnchoredSchemaType(String, String, SchemaTypeProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
Create a new metadata element to represent a schema type.
createCollection(String, CollectionProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollectionInterface
Create a new generic collection.
createConnection(String, ConnectionProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
Create a new metadata element to represent the connection.
createConnectionFromTemplate(String, String, TemplateProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
Create a new metadata element to represent a connection using an existing metadata element as a template.
createEndpoint(String, EndpointProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
Create a new metadata element to represent the endpoint.
createEndpointFromTemplate(String, String, TemplateProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
Create a new metadata element to represent a endpoint using an existing metadata element as a template.
createExternalReference(String, String, ExternalReferenceProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.ExternalReferencesInterface
Create a definition of an external reference.
createFileSystemInCatalog(String, String, String, String, String, String, String, String, String, String, Map<String, String>) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
Files live on a file system.
createFolderCollection(String, CollectionFolderProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollectionInterface
Create a collection that acts like a folder with an order.
createFolderStructureInCatalog(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
Creates a new folder asset for each element in the pathName.
createFolderStructureInCatalog(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
Creates a new folder asset for each element in the pathName that is linked from the parent entity.
createNote(String, String, NoteProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
Create a new metadata element to represent a note.
createNoteLog(String, String, boolean, NoteLogProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
Create a new metadata element to represent a note log and attach it to an element (if supplied).
createSchemaAttributeFromTemplate(String, String, String, TemplateProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
Create a new metadata element to represent a schema attribute using an existing metadata element as a template.
createSchemaType(String, SchemaTypeProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
Create a new metadata element to represent a schema type.
createSchemaTypeFromTemplate(String, String, TemplateProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
Create a new metadata element to represent a schema type using an existing metadata element as a template.
createValidValueDefinition(String, String, boolean, String, String, String, String, String, String, String, Map<String, String>, Map<String, Object>) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
Create a new valid value definition.
createValidValueSet(String, String, String, String, String, String, Map<String, String>, Map<String, Object>) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
Create a new valid value set.

D

decertifyElement(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCertificationInterface
Remove the certification for an element.
deleteAsset(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetDecommissioningInterface
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) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
Detaches and deletes an asset's schema.
deleteExternalReference(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.ExternalReferencesInterface
Remove the definition of an external reference.
deleteValidValue(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
Remove the valid value form the repository.
detachDataFileAssetFromFolder(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
Remove a link between a file asset and a folder.
detachFolderFromFileSystem(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
Removed the link between a folder and a file system.
detachSchemaTypeFromAsset(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
Unlinks the schema from the asset but does not delete it.
detachValidValueFromSet(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
Remove the link between a valid value and a set it is a member of.

E

ELEMENT_CLASSIFIED - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
A classification has been added to an element.
ELEMENT_DECLASSIFIED - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
A classification has been removed from an element.
ELEMENT_DELETED - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
An element and all its anchored elements have been deleted.
ELEMENT_GUID_CHANGED - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
An element's GUID has changed.
ELEMENT_HOME_CHANGED - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
An element's home has changed.
ELEMENT_RECLASSIFIED - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
The properties for a classification attached to an element have been updated.
ELEMENT_RESTORED - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
An element that was once deleted has been restored.
ELEMENT_TYPE_CHANGED - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
An element's type has changed.
ELEMENT_UPDATED - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
An element's properties has been updated.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.TemplateProperties
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.TemplateRequestBody
Return comparison result based on the content of the properties.
ExternalReferencesInterface - Interface in org.odpi.openmetadata.accessservices.assetowner.api
The ExternalReferencesInterface is used by the governance team to define external references to elements within the governance program.

F

findAssets(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
Return a list of assets with the requested search string in their name, qualified name or description.
findCollections(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollectionInterface
Retrieve the list of collection metadata elements that contain the search string.
findComments(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
Retrieve the list of comment metadata elements that contain the search string.
findConnections(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
Retrieve the list of asset metadata elements that contain the search string.
findConnectorTypes(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
Retrieve the list of connectorType metadata elements that contain the search string.
findEndpoints(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
Retrieve the list of endpoint metadata elements that contain the search string.
findExternalReferencesById(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.ExternalReferencesInterface
Retrieve the list of external references for this resourceId.
findNoteLogs(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
Retrieve the list of note log metadata elements that contain the search string.
findNotes(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
Retrieve the list of note metadata elements that contain the search string.
findSchemaAttributes(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
Retrieve the list of schema attribute metadata elements that contain the search string.
findSchemaType(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
Retrieve the list of schema type metadata elements that contain the search string.
findValidValues(String, String, int, int, Date) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
Locate valid values that match the search string.

G

getAssetProperties(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
Return everything that is known about the asset
getAssetRelationship(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
Retrieve the relationship between two elements.
getAssetsByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
Return a list of assets with the requested name.
getAssetsByOrigin(String, FindAssetOriginProperties, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
Return information about the assets from a specific origin.
getAssetSummary(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
Return the basic attributes of an asset.
getAttachedComments(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
Return the comments attached to an element.
getCatalogTemplateList(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.RelatedElementsManagementInterface
Retrieve the list of templates assigned to an element via the "CatalogTemplate" relationship.
getCertifications(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCertificationInterface
Return information about the certifications linked to an element.
getCertificationTypeByDocId(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCertificationInterface
Retrieve the certification type by its assigned unique document identifier.
getCertificationTypeByDomainId(String, int, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCertificationInterface
Retrieve all the certification type definitions for a specific governance domain.
getCertificationTypeByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCertificationInterface
Retrieve the certification type by the unique identifier assigned by this service when it was created.
getCertificationTypesByTitle(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCertificationInterface
Retrieve all the certification types for a particular title.
getCertifiedElements(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCertificationInterface
Return information about the elements linked to a certification.
getClassificationName() - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
Return the name of the classification if the event relates to classifications.
getCollection(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollectionInterface
Return the properties of a specific collection.
getCollectionMember(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollectionInterface
Return details of the membership between a collection and a specific member of the collection.
getCollectionMembers(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollectionInterface
Return a list of elements that are a member of a collection.
getCollections(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollectionInterface
Returns the list of collections that are linked off of the supplied element.
getCollectionsByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollectionInterface
Retrieve the list of collection metadata elements with a matching qualified or display name.
getComment(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
Return the requested comment.
getConfidenceClassifiedElements(String, boolean, int, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
Return information about the elements classified with the confidence classification.
getConfidentialityClassifiedElements(String, boolean, int, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
Return information about the elements classified with the confidentiality classification.
getConnectionByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
Retrieve the connection metadata element with the supplied unique identifier.
getConnectionsByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
Retrieve the list of asset metadata elements with a matching qualified or display name.
getConnectorToAsset(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
Return a connector for the asset to enable the calling user to access the content.
getConnectorTypeByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
Retrieve the connectorType metadata element with the supplied unique identifier.
getConnectorTypesByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
Retrieve the list of connectorType metadata elements with a matching qualified or display name.
getCriticalityClassifiedElements(String, boolean, int, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
Return information about the elements classified with the criticality classification.
getDescription() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.TemplateProperties
Returns the stored description property for the metadata entity.
getDescriptiveElements(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.RelatedElementsManagementInterface
Retrieve the descriptive elements linked via a "MoreInformation" relationship between two referenceables.
getDisplayName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.TemplateProperties
Returns the stored display name property for the metadata entity.
getElementHeader() - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
Return details of the subject of the event.
getElementProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
Return the map of properties for the element provided with the event.
getElementProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.TemplateRequestBody
Return the properties for the element.
getElementsCollections(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollectionInterface
Return a list of collections that the supplied element is a member of.
getElementsForExternalReference(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.ExternalReferencesInterface
Return information about the elements linked to a externalReference.
getElementsSourceFrom(String, String, int, int, Date, boolean, boolean) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
Retrieve the elements linked via a "SourceFrom" relationship to the requested element.
getEndpointByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
Retrieve the endpoint metadata element with the supplied unique identifier.
getEndpointsByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
Retrieve the list of endpoint metadata elements with a matching qualified or display name.
getEventTime() - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
Return the time that the element was updated.
getEventType() - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
Return the event type.
getEventTypeCode() - Method in enum class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
Return the int identifier used for indexing based on the enum.
getEventTypeDescription() - Method in enum class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
Return the default description for the enum value - used when natural resource bundle is not available.
getEventTypeName() - Method in enum class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
Return the string name used for messages that include the enum.
getEventVersionId() - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
Return the event version id.
getExtendedAnnotations(String, String, AnnotationStatus, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
Return any annotations attached to this annotation.
getExternalReferenceByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.ExternalReferencesInterface
Return information about a specific external reference.
getExternalReferencesByURL(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.ExternalReferencesInterface
Retrieve the list of external references for this URL.
getFileSystemByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
Retrieve a FileSystemProperties asset by its unique identifier (GUID).
getFileSystemByUniqueName(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
Retrieve a FileSystemProperties asset by its unique name.
getFileSystems(String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
Retrieve a list of defined FileSystems assets.
getFolderByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
Retrieve a FileFolderProperties asset by its unique identifier (GUID).
getFolderByPathName(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
Retrieve a folder by its fully qualified path name.
getFolderFiles(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
Get the data files inside a folder - both those that are nested and those that are linked.
getGovernedByDefinitions(String, String, int, int, Date, boolean, boolean) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
Retrieve the governance definitions linked via a "GovernedBy" relationship to the requested element.
getGovernedElements(String, String, int, int, Date, boolean, boolean) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
Retrieve the elements linked via a "GovernedBy" relationship to the requested governance definition.
getLicensedElements(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetLicenseInterface
Return information about the elements linked to a license.
getLicenses(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetLicenseInterface
Return information about the licenses linked to an element.
getLicenseTypeByDocId(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetLicenseInterface
Retrieve the license type by its assigned unique document identifier.
getLicenseTypeByDomainId(String, int, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetLicenseInterface
Retrieve all the license type definitions for a specific governance domain.
getLicenseTypeByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetLicenseInterface
Retrieve the license type by the unique identifier assigned by this service when it was created.
getLicenseTypesByTitle(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetLicenseInterface
Retrieve all the license types for a particular title.
getMeanings(String, String, int, int, Date, boolean, boolean) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
Retrieve the glossary terms linked via a "SemanticAssignment" relationship to the requested element.
getMembersOfSubjectArea(String, String, int, int, Date, boolean, boolean) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
Return information about the contents of a subject area such as the glossaries, reference data sets and quality definitions.
getMessageDefinition() - Method in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerAuditCode
Retrieve a message definition object for logging.
getMessageDefinition() - Method in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerErrorCode
Retrieve a message definition object for an exception.
getMessageDefinition(String...) - Method in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerAuditCode
Retrieve a message definition object for logging.
getMessageDefinition(String...) - Method in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerErrorCode
Retrieve a message definition object for an exception.
getMoreInformation(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.RelatedElementsManagementInterface
Retrieve the detail elements linked via a "MoreInformation" relationship between two referenceables.
getNestedFolders(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
Return the list of folders nested inside a folder.
getNestedSchemaAttributes(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
Retrieve the list of schema attributes associated with a schema element.
getNetworkAddress() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.TemplateProperties
Return the physical network address of this metadata element (if this makes sense).
getNoteByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
Retrieve the note metadata element with the supplied unique identifier.
getNoteLogByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
Retrieve the note log metadata element with the supplied unique identifier.
getNoteLogsByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
Retrieve the list of note log metadata elements with a matching qualified or display name.
getNoteLogsForElement(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
Retrieve the list of note log metadata elements attached to the element.
getNotesForNoteLog(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
Retrieve the list of notes associated with a note log.
getOwnersElements(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
Return information about the contents of a subject area such as the glossaries, reference data sets and quality definitions.
getParentGUID() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.TemplateRequestBody
Return an optional parent GUID to attach the new element to.
getPathName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.TemplateProperties
Return the path name to the physical resource - used when creating new data store assets such as databases, files and folders.
getPreviousClassificationProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
Return the property map for the previous version of a classification's properties (used for reclassify events).
getPreviousElementHeader() - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
Return the previous version of the element's header (if the event is related to an element update).
getPreviousElementProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
Return the previous version of the element's properties (if the event is related to an element update).
getQualifiedName() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.TemplateProperties
Returns the stored qualified name property for the metadata entity.
getRelatedAssetsAtEnd1(String, String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
Retrieve the relationships linked from a specific element at end 2 of the relationship.
getRelatedAssetsAtEnd2(String, String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
Retrieve the requested relationships linked from a specific element at end 2.
getResourceList(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.RelatedElementsManagementInterface
Retrieve the list of resources assigned to an element via the "ResourceList" relationship between two referenceables.
getRetentionClassifiedElements(String, boolean, int, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
Return information about the elements classified with the retention classification.
getSchemaAttributeByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
Retrieve the schema attribute metadata element with the supplied unique identifier.
getSchemaAttributesByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
Retrieve the list of schema attribute metadata elements with a matching qualified or display name.
getSchemaTypeByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
Retrieve the schema type metadata element with the supplied unique identifier.
getSchemaTypeByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
Retrieve the list of schema type metadata elements with a matching qualified or display name.
getSchemaTypeForElement(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
Return the schema type associated with a specific open metadata element (data asset, process or port).
getSchemaTypeParent(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
Retrieve the header of the metadata element connected to a schema type.
getSecurityTaggedElements(String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
Return information about the contents of a subject area such as the glossaries, reference data sets and quality definitions.
getSemanticAssignees(String, String, int, int, Date, boolean, boolean) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
Retrieve the elements linked via a "SemanticAssignment" relationship to the requested glossary term.
getSetsForValidValue(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
Page through the list of valid value sets that a valid value definition/set belongs to.
getSourceElements(String, String, int, int, Date, boolean, boolean) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
Retrieve the elements linked via a "SourceFrom" relationship to the requested element.
getStakeholderCommissionedElements(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.RelatedElementsManagementInterface
Retrieve the elements commissioned by a stakeholder, linked via the "Stakeholder" relationship between two referenceables.
getStakeholders(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.RelatedElementsManagementInterface
Retrieve the stakeholder elements linked via the "Stakeholder" relationship between two referenceables.
getSupportedByResource(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.RelatedElementsManagementInterface
Retrieve the list of elements assigned to a resource via the "ResourceList" relationship between two referenceables.
getSupportedByTemplate(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.RelatedElementsManagementInterface
Retrieve the list of elements assigned to a template via the "CatalogTemplate" relationship.
getSurveyReportAnnotations(String, String, AnnotationStatus, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
Return the annotations linked directly to the report.
getSurveyReports(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
Return the survey reports about the asset.
getTypesOfAnnotation(String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
Return the annotation subtype names.
getTypesOfAnnotationWithDescriptions(String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
Return the annotation subtype names mapped to their descriptions.
getTypesOfAsset(String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetKnowledgeInterface
Return the asset subtype names.
getTypesOfAssetWithDescriptions(String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetKnowledgeInterface
Return the asset subtype names mapped to their descriptions.
getValidValueByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
Retrieve a specific valid value from the repository.
getValidValueByName(String, String, int, int, Date) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
Retrieve a specific valid value from the repository.
getValidValueSetMembers(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
Page through the members of a valid value set.
getVersionIdentifier() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.TemplateProperties
Set up the version identifier of the resource.

H

hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
Create a hash code for this element type.
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.TemplateProperties
Return hash code based on properties.
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.TemplateRequestBody
Return hash code for this object

L

licenseElement(String, String, String, LicenseProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetLicenseInterface
Link an element to a license type and include details of the license in the relationship properties.
linkExternalReferenceToElement(String, String, String, ExternalReferenceLinkProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.ExternalReferencesInterface
Link an external reference to an object.

M

moveDataFileInCatalog(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
Move a 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) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
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).

N

NEW_ELEMENT_CREATED - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
A new element has been created.
NULL_CONNECTOR_RETURNED - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerErrorCode
OMAS-ASSET-OWNER-500-002 - The requested connector for connection named {0} is not returned by the OMAG Server {1}
NULL_LISTENER - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerErrorCode
OMAS-ASSET-OWNER-400-019 - A null topic listener has been passed by user {0} on method {1}

O

OMRS_NOT_INITIALIZED - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerErrorCode
OMAS-ASSET-OWNER-404-002 - The open metadata repository services are not initialized for the {0} operation
org.odpi.openmetadata.accessservices.assetowner.api - package org.odpi.openmetadata.accessservices.assetowner.api
The API package defines the Java interfaces supported by the Asset Owner OMAS.
org.odpi.openmetadata.accessservices.assetowner.events - package org.odpi.openmetadata.accessservices.assetowner.events
Definitions of the different types of events that the Asset Owner OMAS can publish.
org.odpi.openmetadata.accessservices.assetowner.ffdc - package org.odpi.openmetadata.accessservices.assetowner.ffdc
This package provides the first failure data capture support for the Asset Owner OMAS module.
org.odpi.openmetadata.accessservices.assetowner.properties - package org.odpi.openmetadata.accessservices.assetowner.properties
This package provides the properties that are unique to Asset Owner OMAS.
org.odpi.openmetadata.accessservices.assetowner.rest - package org.odpi.openmetadata.accessservices.assetowner.rest
This package defines the beans used to build the REST request and response payloads.
OUT_TOPIC_EVENT - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerAuditCode
OMAS-ASSET-OWNER-0012 - The Asset Owner Open Metadata Access Service (OMAS) has sent event of type: {0}
OUT_TOPIC_FAILURE - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerAuditCode
OMAS-ASSET-OWNER-0018 - The Asset Owner Open Metadata Access Service (OMAS) is unable to send an event on its out topic {0}; exception {1} returned error message: {2}

P

PROCESS_EVENT_EXCEPTION - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerAuditCode
OMAS-ASSET-OWNER-0014 - Event {0} could not be published due to {1} exception with message: {2}
processEvent(AssetOwnerOutTopicEvent) - Method in class org.odpi.openmetadata.accessservices.assetowner.api.AssetOwnerEventListener
Process an event that was published by the Asset Owner OMAS.
publishAsset(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
Update the zones for a specific asset to the zone list specified in the publishZones.
PUBLISHING_SHUTDOWN - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerAuditCode
OMAS-ASSET-OWNER-0010 - The Asset Owner Open Metadata Access Service (OMAS) is no longer publishing events to topic {0}
PUBLISHING_SHUTDOWN_ERROR - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerAuditCode
OMAS-ASSET-OWNER-0011 - The Asset Owner Open Metadata Access Service (OMAS) caught an unexpected {0} exception whilst shutting down the out topic {1}.

R

REFRESH_ELEMENT_EVENT - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
An element has been distributed around the cohort - could be for the first time.
registerListener(String, AssetOwnerEventListener) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOwnerEventInterface
Register a listener object that will be passed each of the events published by the Asset Owner OMAS.
RelatedElementsManagementInterface - Interface in org.odpi.openmetadata.accessservices.assetowner.api
Defines the interface that is common to multiple element types
removeAssetOrigin(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
Remove the asset origin classification to an asset.
removeAssetOwner(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
Remove the ownership classification from an asset.
removeCollection(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollectionInterface
Delete a collection.
removeComment(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
Removes a comment added to the element by this user.
removeConnection(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
Remove the metadata element representing a connection.
removeEndpoint(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
Remove the metadata element representing a endpoint.
removeFromCollection(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollectionInterface
Remove an element from a collection.
removeGovernanceDefinitionFromElement(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
Remove the GovernedBy relationship between a governance definition and an element.
removeNote(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
Remove the metadata element representing a note.
removeNoteLog(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
Remove the metadata element representing a note log.
removeSchemaAttribute(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
Remove the metadata element representing a schema attribute.
removeSchemaType(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
Remove the metadata element representing a schema type.
removeSecurityTags(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
Remove the security tags classification to an asset or one of its elements.
removeSemanticAssignment(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
Remove the relationship between a glossary term and an element in an Asset description (typically a field in the schema).
removeTemplateClassification(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
Remove the classification that indicates that this asset can be used as a template.
retrieveAttachedExternalReferences(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.ExternalReferencesInterface
Retrieve the list of external references attached to the supplied object.

S

scanConnections(String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
Step through the connections visible to this caller.
SERVICE_INITIALIZED - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerAuditCode
OMAS-ASSET-OWNER-0003 - The Asset Owner Open Metadata Access Service (OMAS) has initialized a new instance for server {0}
SERVICE_INITIALIZING - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerAuditCode
OMAS-ASSET-OWNER-0001 - The Asset Owner Open Metadata Access Service (OMAS) is initializing a new server instance
SERVICE_INSTANCE_FAILURE - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerAuditCode
OMAS-ASSET-OWNER-0005 - The Asset Owner Open Metadata Access Service (OMAS) is unable to initialize a new instance; error message is {0}
SERVICE_PUBLISHING - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerAuditCode
OMAS-ASSET-OWNER-0002 - The Asset Owner Open Metadata Access Service (OMAS) is ready to publish asset notifications to topic {0}
SERVICE_SHUTDOWN - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerAuditCode
OMAS-ASSET-OWNER-0004 - The Asset Owner Open Metadata Access Service (OMAS) is shutting down its instance for server {0}
setClassificationName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
Set up the name of the classification if the event relates to classifications.
setConfidenceClassification(String, String, GovernanceClassificationProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
Classify/reclassify the element (typically an asset) to indicate the level of confidence that the organization has that the data is complete, accurate and up-to-date.
setConfidentialityClassification(String, String, GovernanceClassificationProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
Classify/reclassify the element (typically a data field, schema attribute or glossary term) to indicate the level of confidentiality that any data associated with the element should be given.
setCriticalityClassification(String, String, GovernanceClassificationProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
Classify/reclassify the element (typically an asset) to indicate how critical the element (or associated resource) is to the organization.
setDescription(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.TemplateProperties
Set up the stored description property associated with the metadata entity.
setDisplayName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.TemplateProperties
Set up the stored display name property for the metadata entity.
setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
Set up details of the subject of the event.
setElementProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
Set up the map of properties for the element provided with the event.
setElementProperties(TemplateProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.TemplateRequestBody
Set up the properties for the element.
setEventTime(Date) - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
Set up the time that the element was updated.
setEventType(AssetOwnerEventType) - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
Set up the event type.
setEventVersionId(long) - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
Set up the event version id.
setNetworkAddress(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.TemplateProperties
Set up the physical network address of this metadata element (if this makes sense).
setParentGUID(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.TemplateRequestBody
Set up an optional parent GUID to attach the new element to.
setPathName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.TemplateProperties
Set up the path name to the physical resource - used when creating new data store assets such as databases, files and folders.
setPreviousClassificationProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
Set up the property map for the previous version of a classification's properties (used for reclassify events).
setPreviousElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
Set up the previous version of the element's header (if the event is related to an element update).
setPreviousElementProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
Set up the previous version of the element's properties (if the event is related to an element update).
setQualifiedName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.TemplateProperties
Set up the fully qualified name.
setRetentionClassification(String, String, RetentionClassificationProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
Classify/reclassify the element (typically an asset) to indicate how long the element (or associated resource) is to be retained by the organization.
setSchemaElementAsCalculatedValue(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
Classify the schema type (or attribute if type is embedded) to indicate that it is a calculated value.
setupAcceptedAnswer(String, String, String, FeedbackProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
Link a comment that contains the best answer to a question posed in another comment.
setupAssetConnection(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
Create a relationship between an asset and its connection.
setupCatalogTemplate(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.RelatedElementsManagementInterface
Create a "CatalogTemplate" relationship between a consuming element and a template element.
setupConnectorType(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
Create a relationship between a connection and a connector type.
setupEmbeddedConnection(String, String, int, String, Map<String, Object>, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
Create a relationship between a virtual connection and an embedded connection.
setupEndpoint(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
Create a relationship between a connection and an endpoint.
setupMoreInformation(String, String, RelationshipProperties, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.RelatedElementsManagementInterface
Create a "MoreInformation" relationship between an element that is descriptive and one that is providing the detail.
setupRelatedAsset(String, String, String, String, RelationshipProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
Link two asset together.
setupResource(String, String, ResourceListProperties, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.RelatedElementsManagementInterface
Create a "ResourceList" relationship between a consuming element and an element that represents resources.
setupSchemaElementRelationship(String, String, String, String, RelationshipProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
Create a relationship between two schema elements.
setupSchemaTypeParent(String, String, String, String, RelationshipProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
Connect a schema type to a data asset, process or port.
setupStakeholder(String, String, StakeholderProperties, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.RelatedElementsManagementInterface
Create a "Stakeholder" relationship between an element and its stakeholder.
setVersionIdentifier(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.TemplateProperties
Set up the version identifier of the resource.

T

TemplateProperties - Class in org.odpi.openmetadata.accessservices.assetowner.properties
TemplateProperties defined the properties that can be overridden from the template object when creating an object from a template.
TemplateProperties() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.TemplateProperties
Default constructor
TemplateProperties(TemplateProperties) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.TemplateProperties
Copy/clone constructor for the template properties.
TemplateRequestBody - Class in org.odpi.openmetadata.accessservices.assetowner.rest
TemplateRequestBody describes the request body used to create/update elements from templates.
TemplateRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.TemplateRequestBody
Default constructor
TemplateRequestBody(TemplateRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.TemplateRequestBody
Copy/clone constructor.
toString() - Method in enum class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerOutTopicEvent
Standard toString method.
toString() - Method in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerAuditCode
JSON-style toString
toString() - Method in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerErrorCode
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.TemplateProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.TemplateRequestBody
JSON-style toString

U

UNABLE_TO_SEND_EVENT - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerErrorCode
OMAS-ASSET-OWNER-500-004 - An unexpected exception occurred when sending an event through connector {0} to the Asset Owner OMAS out topic.
UNKNOWN_EVENT - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
An event that is not recognized by the local server.
unlicenseElement(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetLicenseInterface
Remove the license for an element.
unlinkExternalReferenceFromElement(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.ExternalReferencesInterface
Remove the link between an external reference and an element.
updateAsset(String, String, boolean, AssetProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
Update the metadata element representing an asset.
updateAssetOwner(String, String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
Update the owner information for a specific asset.
updateAssetRelationship(String, String, String, boolean, RelationshipProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
Update relationship between two elements.
updateAssetZones(String, String, List<String>) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
Update the zones for a specific asset.
updateCertification(String, String, boolean, CertificationProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCertificationInterface
Update the properties of a certification.
updateCollection(String, String, boolean, CollectionProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollectionInterface
Update the metadata element representing a collection.
updateCollectionMembership(String, String, CollectionMembershipProperties, boolean, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollectionInterface
Add an element to a collection (or update its membership properties).
updateComment(String, String, boolean, boolean, CommentProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
Update an existing comment.
updateConnection(String, String, boolean, ConnectionProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
Update the metadata element representing a connection.
updateEndpoint(String, boolean, String, EndpointProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetConnectionManagementInterface
Update the metadata element representing a endpoint.
updateExternalReference(String, String, boolean, ExternalReferenceProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.ExternalReferencesInterface
Update the definition of an external reference.
updateLicense(String, String, boolean, LicenseProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetLicenseInterface
Update the properties of a license.
updateNote(String, String, boolean, NoteProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
Update the properties of the metadata element representing a note.
updateNoteLog(String, String, boolean, boolean, NoteLogProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetCollaborationInterface
Update the metadata element representing a note log.
updateSchemaAttribute(String, String, boolean, SchemaAttributeProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
Update the properties of the metadata element representing a schema attribute.
updateSchemaType(String, String, boolean, SchemaTypeProperties) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
Update the metadata element representing a schema type.
updateValidValue(String, String, String, String, String, String, String, String, String, boolean, Map<String, String>, Map<String, Object>) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
Update the properties of the valid value.

V

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

W

withdrawAsset(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
Update the zones for a specific asset to the zone list specified in the defaultZones.
WRONG_TYPE_OF_CONNECTOR - Enum constant in enum class org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerErrorCode
OMAS-ASSET-OWNER-500-007 - The connector generated from the connection named {0} return by the {1} service running in OMAG Server {2} at {3} is not of the required type.
A C D E F G H L M N O P R S T U V W 
All Classes and Interfaces|All Packages