Index

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

A

addAssetOrigin(String, String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.StewardshipExchangeRESTServices
Add or replace the origin classification for an asset.
addAssetOrigin(String, String, String, String, String, String, String, Map<String, String>, Date, Date, boolean, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.DataAssetExchangeHandler
Add the asset origin classification to an asset.
addCommentReply(String, String, String, boolean, boolean, boolean, ReferenceableUpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.CollaborationExchangeRESTServices
Adds a reply to a comment.
addCommentToElement(String, String, String, boolean, boolean, boolean, ReferenceableUpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.CollaborationExchangeRESTServices
Adds a comment to the element.
addElementToSubjectArea(String, String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.StewardshipExchangeRESTServices
Classify the element to assert that the definitions it represents are part of a subject area definition.
addExternalIdentifier(String, String, String, String, MetadataCorrelationProperties) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.AssetManagerRESTServices
Add the description of a specific external identifier.
addGovernanceDefinitionToElement(String, String, String, String, boolean, boolean, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.StewardshipExchangeRESTServices
Link a governance definition to an element using the GovernedBy relationship.
addLikeToElement(String, String, String, boolean, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.CollaborationExchangeRESTServices
Adds a "LikeProperties" to the element.
addOwnership(String, String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.StewardshipExchangeRESTServices
Add or replace the ownership classification for an element.
addRatingToElement(String, String, String, boolean, RatingProperties) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.CollaborationExchangeRESTServices
Adds a star rating and optional review text to the element.
addSecurityTags(String, String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.StewardshipExchangeRESTServices
Add or replace the security tags for an element.
addTagToElement(String, String, String, String, FeedbackProperties) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.CollaborationExchangeRESTServices
Adds a tag (either private of public) to an element.
archiveGlossaryTerm(String, String, String, boolean, ArchiveRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Archive the metadata element representing a glossary term.
archiveGlossaryTerm(String, MetadataCorrelationProperties, String, ArchiveProperties, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Classify the glossary term in the repository to show that it has been archived and is only needed for lineage.
AssetConverter<B> - Class in org.odpi.openmetadata.accessservices.assetmanager.converters
AssetConverter provides common methods for transferring relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into an DataAssetElement bean.
AssetConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.converters.AssetConverter
Constructor
AssetManagerAdmin - Class in org.odpi.openmetadata.accessservices.assetmanager.admin
AssetManagerAdmin manages the start up and shutdown of the Asset Manager OMAS.
AssetManagerAdmin() - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.admin.AssetManagerAdmin
Default constructor
AssetManagerConverter<B> - Class in org.odpi.openmetadata.accessservices.assetmanager.converters
AssetManagerConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a SoftwareCapabilityElement bean.
AssetManagerConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.converters.AssetManagerConverter
Constructor
AssetManagerOMASConverter<B> - Class in org.odpi.openmetadata.accessservices.assetmanager.converters
AssetManagerOMASConverter provides the generic methods for the Asset Manager beans' converters.
AssetManagerOMASConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.converters.AssetManagerOMASConverter
Constructor
AssetManagerOMASRegistration - Class in org.odpi.openmetadata.accessservices.assetmanager.server
AssetManagerOMASRegistration registers the access service with the OMAG Server administration services.
AssetManagerOMASRegistration() - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.server.AssetManagerOMASRegistration
 
AssetManagerOMRSTopicListener - Class in org.odpi.openmetadata.accessservices.assetmanager.listener
AssetManagerOMRSTopicListener received details of each OMRS event from the cohorts that the local server is connected to.
AssetManagerOMRSTopicListener(String, String, AssetManagerOutTopicPublisher, AssetHandler<GovernanceActionProcessElement>, List<String>, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.listener.AssetManagerOMRSTopicListener
Initialize the topic listener.
AssetManagerOutTopicPublisher - Class in org.odpi.openmetadata.accessservices.assetmanager.outtopic
AssetManagerOutTopicPublisher is responsible for sending events on the Asset Manager OMAS's out topic.
AssetManagerOutTopicPublisher(AssetManagerOutTopicServerConnector, String, AuditLog, OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.outtopic.AssetManagerOutTopicPublisher
Constructor for the publisher.
AssetManagerRESTServices - Class in org.odpi.openmetadata.accessservices.assetmanager.server
The AssetManagerRESTServices provides the server-side implementation of the services that are generic for all types of asset managers.
AssetManagerRESTServices() - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.server.AssetManagerRESTServices
Default constructor
AssetManagerServicesInstance - Class in org.odpi.openmetadata.accessservices.assetmanager.server
AssetManagerServicesInstance caches references to OMRS objects for a specific server.
AssetManagerServicesInstance(OMRSRepositoryConnector, List<String>, List<String>, List<String>, AuditLog, String, int, Connection) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.server.AssetManagerServicesInstance
Set up the local repository connector that will service the REST Calls.
attachExternalCategoryLink(String, String, String, String, boolean, boolean, ExternalGlossaryElementLinkRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Create a link to an external glossary category resource.
attachExternalCategoryLink(String, String, String, String, String, ExternalGlossaryElementLinkProperties, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Create a link to an external glossary category resource.
attachExternalLinkToGlossary(String, String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Connect a glossary to a reference to an external glossary resource.
attachExternalLinkToGlossary(String, String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Connect a glossary to a reference to an external glossary resource.
attachExternalTermLink(String, String, String, String, boolean, boolean, ExternalGlossaryElementLinkRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Create a link to an external glossary term resource.
attachExternalTermLink(String, String, String, String, String, ExternalGlossaryElementLinkProperties, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Create a link to an external glossary term resource.

C

clearAcceptedAnswer(String, String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.CollaborationExchangeRESTServices
Unlink a comment that contains an answer to a question posed in another comment.
clearAcceptedAnswer(String, String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.CommentExchangeHandler
Unlink a comment that contains an answer to a question posed in another comment.
clearAssetConnection(String, String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ConnectionExchangeRESTServices
Remove a relationship between an asset and its connection.
clearAssetConnection(String, String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ConnectionExchangeHandler
Remove a relationship between an asset and its connection.
clearAssetOrigin(String, String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.StewardshipExchangeRESTServices
Remove the origin classification from an asset.
clearAssetRelationship(String, String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.DataAssetExchangeRESTServices
Remove the relationship between two elements.
clearAssetRelationship(String, String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.DataAssetExchangeHandler
Remove the relationship between two elements.
clearBusinessSignificant(String, String, String, boolean, boolean, UpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Remove the "BusinessSignificant" designation from the element.
clearBusinessSignificant(String, MetadataCorrelationProperties, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Remove the "BusinessSignificant" designation from the element.
clearCategoryParent(String, String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Remove a parent-child relationship between two categories.
clearCategoryParent(String, String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Remove a parent-child relationship between two categories.
clearColumnAsPrimaryKey(String, String, String, boolean, boolean, UpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.SchemaExchangeRESTServices
Remove the primary key designation from the schema attribute.
clearColumnAsPrimaryKey(String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.SchemaExchangeHandler
Remove the primary key designation from the schema attribute.
clearConfidenceClassification(String, String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.StewardshipExchangeRESTServices
Remove the confidence classification from the element.
clearConfidentialityClassification(String, String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.StewardshipExchangeRESTServices
Remove the confidence classification from the element.
clearConnectorType(String, String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ConnectionExchangeRESTServices
Remove a relationship between a connection and a connector type.
clearConnectorType(String, String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ConnectionExchangeHandler
Remove a relationship between a connection and a connector type.
clearControlFlow(String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Remove the control flow relationship between two elements.
clearControlFlow(String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Remove the control flow relationship between two elements.
clearCriticalityClassification(String, String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.StewardshipExchangeRESTServices
Remove the criticality classification from the element.
clearDataAssetAsReferenceData(String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.DataAssetExchangeHandler
Remove the reference data designation from the asset.
clearDataAssetAsReferenceData(String, String, String, boolean, boolean, UpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.DataAssetExchangeRESTServices
Remove the reference data designation from the asset.
clearDataFieldClassification(String, String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.StewardshipExchangeRESTServices
Remove the data fields classification from the element.
clearDataFlow(String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Remove the data flow relationship between two elements.
clearDataFlow(String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Remove the data flow relationship between two elements.
clearElementAsDataField(String, MetadataCorrelationProperties, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.NoteLogExchangeHandler
Remove the data field designation from the element.
clearEmbeddedConnection(String, String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ConnectionExchangeRESTServices
Remove a relationship between a virtual connection and an embedded connection.
clearEmbeddedConnection(String, String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ConnectionExchangeHandler
Remove a relationship between a virtual connection and an embedded connection.
clearEndpoint(String, String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ConnectionExchangeRESTServices
Remove a relationship between a connection and an endpoint.
clearEndpoint(String, String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ConnectionExchangeHandler
Remove a relationship between a connection and an endpoint.
clearForeignKeyRelationship(String, String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.SchemaExchangeRESTServices
Remove the foreign key relationship between two schema elements.
clearForeignKeyRelationship(String, String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.SchemaExchangeHandler
Remove the foreign key relationship between two schema elements.
clearGlossaryAsCanonical(String, String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Remove the canonical designation from the glossary.
clearGlossaryAsCanonical(String, MetadataCorrelationProperties, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Remove the canonical designation from the glossary.
clearGlossaryAsEditingGlossary(String, String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Remove the editing glossary designation from the glossary.
clearGlossaryAsEditingGlossary(String, MetadataCorrelationProperties, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Remove the editing glossary designation from the glossary.
clearGlossaryAsStagingGlossary(String, String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Remove the staging glossary designation from the glossary.
clearGlossaryAsStagingGlossary(String, MetadataCorrelationProperties, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Remove the staging glossary designation from the glossary.
clearGlossaryAsTaxonomy(String, String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Remove the taxonomy designation from the glossary.
clearGlossaryAsTaxonomy(String, MetadataCorrelationProperties, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Remove the taxonomy designation from the glossary.
clearLineageMapping(String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Remove the lineage mapping between two elements.
clearLineageMapping(String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Remove the lineage mapping between two elements.
clearOwnership(String, String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.StewardshipExchangeRESTServices
Remove the ownership classification from an element.
clearPortDelegation(String, String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Remove the port delegation relationship between two ports.
clearPortDelegation(String, String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Remove the port delegation relationship between two ports.
clearPortSchemaType(String, String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Remove the schema type from a port.
clearPortSchemaType(String, String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Remove the schema type from a port.
clearProcessCall(String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Remove the process call relationship.
clearProcessCall(String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Remove the process call relationship.
clearProcessParent(String, String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Remove a parent-child relationship between two processes.
clearProcessParent(String, String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Remove a parent-child relationship between two processes.
clearProcessPort(String, String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Unlink a port from a process.
clearProcessPort(String, String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Unlink a port from a process.
clearRetentionClassification(String, String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.StewardshipExchangeRESTServices
Remove the retention classification from the element.
clearSchemaElementAsCalculatedValue(String, String, String, boolean, boolean, UpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.SchemaExchangeRESTServices
Remove the calculated value designation from the schema element.
clearSchemaElementAsCalculatedValue(String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.SchemaExchangeHandler
Remove the calculated value designation from the schema element.
clearSchemaElementRelationship(String, String, String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.SchemaExchangeRESTServices
Remove a relationship between two schema elements.
clearSchemaElementRelationship(String, String, String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.SchemaExchangeHandler
Remove the relationship between a schema type and its parent data asset, process or port.
clearSchemaTypeParent(String, String, String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.SchemaExchangeRESTServices
Remove the relationship between a schema type and its parent data asset, process or port.
clearSchemaTypeParent(String, String, String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.SchemaExchangeHandler
Remove the relationship between a schema type and its parent data asset, process or port.
clearSemanticAssignment(String, String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.StewardshipExchangeRESTServices
Remove a semantic assignment relationship between an element and its glossary term.
clearTermAsAbstractConcept(String, String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Remove the abstract concept designation from the glossary term.
clearTermAsAbstractConcept(String, MetadataCorrelationProperties, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Remove the abstract concept designation from the glossary term.
clearTermAsActivity(String, String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Remove the activity designation from the glossary term.
clearTermAsActivity(String, MetadataCorrelationProperties, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Remove the activity designation from the glossary term.
clearTermAsContext(String, String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Remove the context definition designation from the glossary term.
clearTermAsContext(String, MetadataCorrelationProperties, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Remove the context definition designation from the glossary term.
clearTermAsDataField(String, String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Remove the data field designation from the glossary term.
clearTermAsDataField(String, MetadataCorrelationProperties, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Remove the data field designation from the glossary term.
clearTermAsDataValue(String, String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Remove the data value designation from the glossary term.
clearTermAsDataValue(String, MetadataCorrelationProperties, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Remove the data value designation from the glossary term.
clearTermAsObjectIdentifier(String, String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Remove the object identifier designation from the glossary term.
clearTermAsObjectIdentifier(String, MetadataCorrelationProperties, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Remove the object identifier designation from the glossary term.
clearTermAsSpineAttribute(String, String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Remove the spine attribute designation from the glossary term.
clearTermAsSpineAttribute(String, MetadataCorrelationProperties, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Remove the spine attribute designation from the glossary term.
clearTermAsSpineObject(String, String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Remove the spine object designation from the glossary term.
clearTermAsSpineObject(String, MetadataCorrelationProperties, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Remove the spine object designation from the glossary term.
clearTermCategory(String, String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Unlink a term from a category.
clearTermCategory(String, String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Unlink a term from a category.
clearTermRelationship(String, String, String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Remove the relationship between two terms.
clearTermRelationship(String, String, String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Remove the relationship between two terms.
CollaborationExchangeRESTServices - Class in org.odpi.openmetadata.accessservices.assetmanager.server
The AssetManagerRESTServices provides the server-side implementation of the Asset Manager Open Metadata Assess Service (OMAS).
CollaborationExchangeRESTServices() - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.server.CollaborationExchangeRESTServices
Default constructor
CommentConverter<B> - Class in org.odpi.openmetadata.accessservices.assetmanager.converters
CommentConverter provides common methods for transferring relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into an CommentElement bean.
CommentConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.converters.CommentConverter
Constructor
CommentExchangeHandler - Class in org.odpi.openmetadata.accessservices.assetmanager.handlers
CommentExchangeHandler is the server side handler for managing comments.
CommentExchangeHandler(String, String, InvalidParameterHandler, RepositoryHandler, OMRSRepositoryHelper, String, OpenMetadataServerSecurityVerifier, List<String>, List<String>, List<String>, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.handlers.CommentExchangeHandler
Construct the comment exchange handler with information needed to work with comment related objects for Asset Manager OMAS.
confirmSynchronization(String, String, String, String, boolean, boolean, UpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.AssetManagerRESTServices
Confirm that the values of a particular metadata element have been synchronized.
ConnectionConverter<B> - Class in org.odpi.openmetadata.accessservices.assetmanager.converters
ConnectionConverter transfers the relevant properties from some Open Metadata Repository Services (OMRS) EntityDetail and Relationship objects into a Connection bean (or a VirtualConnection bean).
ConnectionConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.converters.ConnectionConverter
Constructor
ConnectionExchangeHandler - Class in org.odpi.openmetadata.accessservices.assetmanager.handlers
ConnectionExchangeHandler is the server-side for managing Connections, Connector Types and Endpoints.
ConnectionExchangeHandler(String, String, InvalidParameterHandler, RepositoryHandler, OMRSRepositoryHelper, String, OpenMetadataServerSecurityVerifier, List<String>, List<String>, List<String>, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.handlers.ConnectionExchangeHandler
Construct the data asset exchange handler with information needed to work with asset related objects for Asset Manager OMAS.
ConnectionExchangeRESTServices - Class in org.odpi.openmetadata.accessservices.assetmanager.server
ConnectionExchangeRESTServices is the server-side for managing Connections, Endpoints and ConnectorTypes.
ConnectionExchangeRESTServices() - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.server.ConnectionExchangeRESTServices
Default constructor
ConnectorTypeConverter<B> - Class in org.odpi.openmetadata.accessservices.assetmanager.converters
ConnectorTypeConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a ConnectorTypeElement bean.
ConnectorTypeConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.converters.ConnectorTypeConverter
Constructor
ControlFlowConverter<B> - Class in org.odpi.openmetadata.accessservices.assetmanager.converters
ControlFlowConverter provides common methods for transferring relevant properties from an Open Metadata Repository Services (OMRS) Relationship object into a ControlFlowElement bean.
ControlFlowConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.converters.ControlFlowConverter
Constructor
createComment(String, String, String, MetadataCorrelationProperties, boolean, CommentProperties, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.CommentExchangeHandler
Create a new comment.
createConnection(String, String, boolean, ConnectionRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ConnectionExchangeRESTServices
Create a new metadata element to represent the root of a connection.
createConnection(String, MetadataCorrelationProperties, boolean, ConnectionProperties, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ConnectionExchangeHandler
Create a new metadata element to represent the root of a connection.
createConnectionFromTemplate(String, String, String, boolean, TemplateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ConnectionExchangeRESTServices
Create a new metadata element to represent a connection using an existing metadata element as a template.
createConnectionFromTemplate(String, MetadataCorrelationProperties, boolean, String, TemplateProperties, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ConnectionExchangeHandler
Create a new metadata element to represent a connection using an existing metadata element as a template.
createConnectorType(String, String, boolean, ConnectorTypeRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ConnectionExchangeRESTServices
Create a new metadata element to represent the root of an asset.
createConnectorType(String, MetadataCorrelationProperties, boolean, ConnectorTypeProperties, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ConnectionExchangeHandler
Create a new metadata element to represent the root of an asset.
createConnectorTypeFromTemplate(String, String, String, boolean, TemplateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ConnectionExchangeRESTServices
Create a new metadata element to represent an asset using an existing metadata element as a template.
createConnectorTypeFromTemplate(String, MetadataCorrelationProperties, boolean, String, TemplateProperties, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ConnectionExchangeHandler
Create a new metadata element to represent an asset using an existing metadata element as a template.
createControlledGlossaryTerm(String, String, String, boolean, boolean, boolean, ControlledGlossaryTermRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Create a new metadata element to represent a glossary term whose lifecycle is managed through a controlled workflow.
createControlledGlossaryTerm(String, String, MetadataCorrelationProperties, boolean, GlossaryTermProperties, GlossaryTermStatus, String, Date, boolean, boolean, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Create a new metadata element to represent a glossary term whose lifecycle is managed through a controlled workflow.
createDataAsset(String, String, boolean, DataAssetRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.DataAssetExchangeRESTServices
Create a new metadata element to represent the root of an asset.
createDataAsset(String, MetadataCorrelationProperties, boolean, DataAssetProperties, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.DataAssetExchangeHandler
Create a new metadata element to represent the root of an asset.
createDataAssetFromTemplate(String, String, boolean, String, TemplateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.DataAssetExchangeRESTServices
Create a new metadata element to represent an asset using an existing metadata element as a template.
createDataAssetFromTemplate(String, MetadataCorrelationProperties, boolean, String, TemplateProperties, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.DataAssetExchangeHandler
Create a new metadata element to represent an asset using an existing metadata element as a template.
createEndpoint(String, String, boolean, EndpointRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ConnectionExchangeRESTServices
Create a new metadata element to represent a network endpoint.
createEndpoint(String, MetadataCorrelationProperties, boolean, EndpointProperties, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ConnectionExchangeHandler
Create a new metadata element to represent a network endpoint.
createEndpointFromTemplate(String, String, String, boolean, TemplateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ConnectionExchangeRESTServices
Create a new metadata element to represent a network endpoint using an existing metadata element as a template.
createEndpointFromTemplate(String, MetadataCorrelationProperties, boolean, String, TemplateProperties, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ConnectionExchangeHandler
Create a new metadata element to represent a network endpoint using an existing metadata element as a template.
createExternalAssetManager(String, String, AssetManagerProperties) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.AssetManagerRESTServices
Create information about the external asset manager.
createExternalGlossaryLink(String, String, String, ExternalGlossaryLinkProperties, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Create a link to an external glossary resource.
createExternalGlossaryLink(String, String, ExternalGlossaryLinkRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Create a link to an external glossary resource.
createExternalReference(String, boolean, MetadataCorrelationProperties, ExternalReferenceProperties, String, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ExternalReferenceExchangeHandler
Create a new metadata element to represent the root of a externalReference.
createExternalReference(String, String, boolean, ExternalReferenceRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ExternalReferenceExchangeRESTServices
Create a definition of an external reference.
createGlossary(String, String, boolean, ReferenceableRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Create a new metadata element to represent the root of a glossary.
createGlossary(String, MetadataCorrelationProperties, boolean, GlossaryProperties, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Create a new metadata element to represent the root of a glossary.
createGlossaryCategory(String, String, String, boolean, boolean, boolean, boolean, ReferenceableUpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Create a new metadata element to represent a glossary category.
createGlossaryCategory(String, String, MetadataCorrelationProperties, boolean, GlossaryCategoryProperties, boolean, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Create a new metadata element to represent a glossary category.
createGlossaryCategoryFromTemplate(String, String, String, String, boolean, boolean, TemplateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Create a new metadata element to represent a glossary category using an existing metadata element as a template.
createGlossaryCategoryFromTemplate(String, MetadataCorrelationProperties, boolean, String, String, TemplateProperties, boolean, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Create a new metadata element to represent a glossary category using an existing metadata element as a template.
createGlossaryFromTemplate(String, String, boolean, String, boolean, TemplateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Create a new metadata element to represent a glossary using an existing metadata element as a template.
createGlossaryFromTemplate(String, MetadataCorrelationProperties, boolean, String, TemplateProperties, boolean, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Create a new metadata element to represent a glossary using an existing metadata element as a template.
createGlossaryTerm(String, String, String, boolean, boolean, boolean, ReferenceableUpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Create a new metadata element to represent a glossary term.
createGlossaryTerm(String, String, MetadataCorrelationProperties, boolean, GlossaryTermProperties, String, Date, boolean, boolean, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Create a new metadata element to represent a glossary term.
createGlossaryTermFromTemplate(String, String, String, String, boolean, boolean, boolean, GlossaryTemplateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Create a new metadata element to represent a glossary term using an existing metadata element as a template.
createGlossaryTermFromTemplate(String, MetadataCorrelationProperties, boolean, String, String, TemplateProperties, GlossaryTermStatus, boolean, boolean, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Create a new metadata element to represent a glossary term using an existing metadata element as a template.
createInformalTag(String, String, TagProperties) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.CollaborationExchangeRESTServices
Creates a new informal tag and returns the unique identifier for it.
createNote(String, String, boolean, String, boolean, boolean, ReferenceableUpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.CollaborationExchangeRESTServices
Create a new metadata element to represent a note.
createNote(String, String, MetadataCorrelationProperties, boolean, NoteProperties, Date, boolean, boolean, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.NoteLogExchangeHandler
Create a new metadata element to represent a note.
createNoteLog(String, String, String, boolean, boolean, boolean, boolean, ReferenceableUpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.CollaborationExchangeRESTServices
Create a new metadata element to represent a note log and attach it to an element (if supplied).
createNoteLog(String, String, MetadataCorrelationProperties, boolean, NoteLogProperties, boolean, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.NoteLogExchangeHandler
Create a new metadata element to represent a note log.
createPort(String, String, boolean, String, boolean, boolean, PortRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Create a new metadata element to represent a port.
createPort(String, MetadataCorrelationProperties, boolean, String, PortProperties, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Create a new metadata element to represent a port.
createProcess(String, String, boolean, ProcessRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Create a new metadata element to represent a process.
createProcess(String, MetadataCorrelationProperties, boolean, ProcessProperties, ProcessStatus, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Create a new metadata element to represent a process.
createProcessFromTemplate(String, String, boolean, String, TemplateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Create a new metadata element to represent a process using an existing metadata element as a template.
createProcessFromTemplate(String, MetadataCorrelationProperties, boolean, String, TemplateProperties, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Create a new metadata element to represent a process using an existing metadata element as a template.
createSchemaAttribute(String, String, String, boolean, boolean, boolean, SchemaAttributeRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.SchemaExchangeRESTServices
Create a new metadata element to represent a schema attribute.
createSchemaAttribute(String, MetadataCorrelationProperties, boolean, String, SchemaAttributeProperties, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.SchemaExchangeHandler
Create a new metadata element to represent a schema attribute.
createSchemaAttributeFromTemplate(String, String, String, String, boolean, boolean, boolean, TemplateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.SchemaExchangeRESTServices
Create a new metadata element to represent a schema attribute using an existing metadata element as a template.
createSchemaAttributeFromTemplate(String, MetadataCorrelationProperties, boolean, String, String, TemplateProperties, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.SchemaExchangeHandler
Create a new metadata element to represent a schema attribute using an existing metadata element as a template.
createSchemaType(String, String, boolean, boolean, boolean, SchemaTypeRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.SchemaExchangeRESTServices
Create a new metadata element to represent a schema type.
createSchemaType(String, MetadataCorrelationProperties, boolean, SchemaTypeProperties, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.SchemaExchangeHandler
Create a new metadata element to represent a schema type.
createSchemaTypeFromTemplate(String, String, String, boolean, TemplateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.SchemaExchangeRESTServices
Create a new metadata element to represent a schema type using an existing metadata element as a template.
createSchemaTypeFromTemplate(String, MetadataCorrelationProperties, boolean, String, TemplateProperties, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.SchemaExchangeHandler
Create a new metadata element to represent a schema type using an existing metadata element as a template.

D

DataAssetExchangeHandler - Class in org.odpi.openmetadata.accessservices.assetmanager.handlers
DataAssetExchangeClient is the server-side for managing Data Assets.
DataAssetExchangeHandler(String, String, InvalidParameterHandler, RepositoryHandler, OMRSRepositoryHelper, String, OpenMetadataServerSecurityVerifier, List<String>, List<String>, List<String>, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.handlers.DataAssetExchangeHandler
Construct the data asset exchange handler with information needed to work with asset related objects for Asset Manager OMAS.
DataAssetExchangeRESTServices - Class in org.odpi.openmetadata.accessservices.assetmanager.server
DataAssetExchangeRESTServices is the server-side implementation of the Asset Manager OMAS's support for relational databases.
DataAssetExchangeRESTServices() - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.server.DataAssetExchangeRESTServices
Default constructor
DataFlowConverter<B> - Class in org.odpi.openmetadata.accessservices.assetmanager.converters
DataFlowConverter provides common methods for transferring relevant properties from an Open Metadata Repository Services (OMRS) Relationship object into a DataFlowElement bean.
DataFlowConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.converters.DataFlowConverter
Constructor
deleteExternalReference(String, String, String, boolean, boolean, UpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ExternalReferenceExchangeRESTServices
Remove the definition of an external reference.
deleteTag(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.CollaborationExchangeRESTServices
Removes a tag from the repository.
detachExternalCategoryLink(String, String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Remove the link to an external glossary category resource.
detachExternalCategoryLink(String, String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Remove the link to an external glossary category resource.
detachExternalLinkFromGlossary(String, String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Disconnect a glossary from a reference to an external glossary resource.
detachExternalLinkFromGlossary(String, String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Disconnect a glossary from a reference to an external glossary resource.
detachExternalTermLink(String, String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Remove the link to an external glossary term resource.
detachExternalTermLink(String, String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Remove the link to an external glossary term resource.
disconnect() - Method in class org.odpi.openmetadata.accessservices.assetmanager.outtopic.AssetManagerOutTopicPublisher
Shutdown the publishing process.

E

ElementHeaderConverter<B> - Class in org.odpi.openmetadata.accessservices.assetmanager.converters
ElementHeaderConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a ElementHeader bean.
ElementHeaderConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.converters.ElementHeaderConverter
Constructor
ElementStubConverter<B> - Class in org.odpi.openmetadata.accessservices.assetmanager.converters
ElementStubConverter provides common methods for transferring relevant properties from an Open Metadata Repository Services (OMRS) EntityProxy object into an ElementStub bean.
ElementStubConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.converters.ElementStubConverter
Constructor
EndpointConverter<B> - Class in org.odpi.openmetadata.accessservices.assetmanager.converters
EndpointConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a EndpointElement bean.
EndpointConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.converters.EndpointConverter
Constructor
ExternalIdentifierConverter<B> - Class in org.odpi.openmetadata.accessservices.assetmanager.converters
GlossaryConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a GlossaryElement bean.
ExternalIdentifierConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.converters.ExternalIdentifierConverter
Constructor
ExternalReferenceConverter<B> - Class in org.odpi.openmetadata.accessservices.assetmanager.converters
ExternalReferenceConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a ExternalReferenceElement bean.
ExternalReferenceConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.converters.ExternalReferenceConverter
Constructor
ExternalReferenceExchangeHandler - Class in org.odpi.openmetadata.accessservices.assetmanager.handlers
ExternalReferenceExchangeHandler is the server side handler for managing externalReference content.
ExternalReferenceExchangeHandler(String, String, InvalidParameterHandler, RepositoryHandler, OMRSRepositoryHelper, String, OpenMetadataServerSecurityVerifier, List<String>, List<String>, List<String>, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.handlers.ExternalReferenceExchangeHandler
Construct the externalReference exchange handler with information needed to work with externalReference related objects for Asset Manager OMAS.
ExternalReferenceExchangeRESTServices - Class in org.odpi.openmetadata.accessservices.assetmanager.server
ExternalReferenceExchangeRESTServices is the server-side implementation of the Asset Manager OMAS's support for glossaries.
ExternalReferenceExchangeRESTServices() - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.server.ExternalReferenceExchangeRESTServices
Default constructor
ExternalReferenceLinkConverter<B> - Class in org.odpi.openmetadata.accessservices.assetmanager.converters
ExternalReferenceConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a ExternalReferenceElement bean.
ExternalReferenceLinkConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.converters.ExternalReferenceLinkConverter
Constructor

F

findComments(String, String, String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.CommentExchangeHandler
Retrieve the list of comment metadata elements that contain the search string.
findConnections(String, String, int, int, boolean, boolean, SearchStringRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ConnectionExchangeRESTServices
Retrieve the list of connection metadata elements that contain the search string.
findConnections(String, String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ConnectionExchangeHandler
Retrieve the list of connection metadata elements that contain the search string.
findConnectorTypes(String, String, int, int, boolean, boolean, SearchStringRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ConnectionExchangeRESTServices
Retrieve the list of connector type metadata elements that contain the search string.
findConnectorTypes(String, String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ConnectionExchangeHandler
Retrieve the list of connector type metadata elements that contain the search string.
findDataAssets(String, String, int, int, boolean, boolean, SearchStringRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.DataAssetExchangeRESTServices
Retrieve the list of asset metadata elements that contain the search string.
findDataAssets(String, String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.DataAssetExchangeHandler
Retrieve the list of asset metadata elements that contain the search string.
findEndpoints(String, String, int, int, boolean, boolean, SearchStringRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ConnectionExchangeRESTServices
Retrieve the list of network endpoint metadata elements that contain the search string.
findEndpoints(String, String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ConnectionExchangeHandler
Retrieve the list of network endpoint metadata elements that contain the search string.
findExternalReferences(String, String, int, int, boolean, boolean, SearchStringRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ExternalReferenceExchangeRESTServices
Find the external references that contain the search string - which may contain wildcards.
findExternalReferences(String, String, String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ExternalReferenceExchangeHandler
Retrieve the list of externalReference metadata elements that contain the search string.
findGlossaries(String, String, int, int, boolean, boolean, SearchStringRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Retrieve the list of glossary metadata elements that contain the search string.
findGlossaries(String, String, String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Retrieve the list of glossary metadata elements that contain the search string.
findGlossaryCategories(String, String, int, int, boolean, boolean, GlossarySearchStringRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Retrieve the list of glossary category metadata elements that contain the search string.
findGlossaryCategories(String, String, String, String, String, String, int, int, Date, boolean, boolean, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Retrieve the list of glossary category metadata elements that contain the search string.
findGlossaryTerms(String, String, int, int, boolean, boolean, GlossarySearchStringRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Retrieve the list of glossary term metadata elements that contain the search string.
findGlossaryTerms(String, String, String, String, String, List<GlossaryTermStatus>, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Retrieve the list of glossary term metadata elements that contain the search string.
findGovernanceActionProcesses(String, String, int, int, SearchStringRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GovernanceExchangeRESTServices
Retrieve the list of governance action process metadata elements that contain the search string.
findGovernanceActionTypes(String, String, int, int, SearchStringRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GovernanceExchangeRESTServices
Retrieve the list of governance action type metadata elements that contain the search string.
findMyTags(String, String, SearchStringRequestBody, int, int) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.CollaborationExchangeRESTServices
Return the list of the calling user's private tags containing the supplied string in either the name or description.
findNoteLogs(String, String, int, int, boolean, boolean, SearchStringRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.CollaborationExchangeRESTServices
Retrieve the list of note log metadata elements that contain the search string.
findNoteLogs(String, String, String, String, String, int, int, Date, boolean, boolean, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.NoteLogExchangeHandler
Retrieve the list of note log metadata elements that contain the search string.
findNotes(String, String, int, int, boolean, boolean, SearchStringRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.CollaborationExchangeRESTServices
Retrieve the list of note metadata elements that contain the search string.
findNotes(String, String, String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.NoteLogExchangeHandler
Retrieve the list of note metadata elements that contain the search string.
findPorts(String, String, int, int, boolean, boolean, SearchStringRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Retrieve the list of port metadata elements that contain the search string.
findPorts(String, String, String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Retrieve the list of port metadata elements that contain the search string.
findProcesses(String, String, int, int, boolean, boolean, SearchStringRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Retrieve the list of process metadata elements that contain the search string.
findProcesses(String, String, String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Retrieve the list of process metadata elements that contain the search string.
findSchemaAttributes(String, String, int, int, boolean, boolean, SearchStringRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.SchemaExchangeRESTServices
Retrieve the list of schema attribute metadata elements that contain the search string.
findSchemaAttributes(String, String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.SchemaExchangeHandler
Retrieve the list of schema attribute metadata elements that contain the search string.
findSchemaType(String, String, int, int, boolean, boolean, SearchStringRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.SchemaExchangeRESTServices
Retrieve the list of schema type metadata elements that contain the search string.
findSchemaType(String, String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.SchemaExchangeHandler
Retrieve the list of schema type metadata elements that contain the search string.
findTags(String, String, SearchStringRequestBody, int, int) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.CollaborationExchangeRESTServices
Return the list of tags containing the supplied string in either the name or description.

G

getActiveGovernanceActions(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GovernanceExchangeRESTServices
Retrieve the governance actions that are still in process.
getAssetRelationship(String, String, String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.DataAssetExchangeRESTServices
Retrieve the relationship between two elements.
getAssetRelationship(String, String, String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.DataAssetExchangeHandler
Retrieve the relationship between two elements.
getAssetsByOrigin(String, String, int, int, boolean, boolean, FindByPropertiesRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.StewardshipExchangeRESTServices
Return information about the assets from a specific origin.
getAttachedComments(String, String, String, int, int, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.CollaborationExchangeRESTServices
Return the comments attached to an element.
getAttachedComments(String, String, String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.CommentExchangeHandler
Return the comments attached to an element.
getCategoriesForGlossary(String, String, String, int, int, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Return the list of categories associated with a glossary.
getCategoriesForGlossary(String, String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Return the list of categories associated with a glossary.
getCommentByGUID(String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.CollaborationExchangeRESTServices
Return the requested comment.
getCommentByGUID(String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.CommentExchangeHandler
Retrieve the comment metadata element with the supplied unique identifier.
getConfidenceClassifiedElements(String, String, int, int, boolean, boolean, FindByPropertiesRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.StewardshipExchangeRESTServices
Return information about the elements classified with the confidence classification.
getConfidentialityClassifiedElements(String, String, int, int, boolean, boolean, FindByPropertiesRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.StewardshipExchangeRESTServices
Return information about the elements classified with the confidentiality classification.
getConnectionByGUID(String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ConnectionExchangeRESTServices
Retrieve the connection metadata element with the supplied unique identifier.
getConnectionByGUID(String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ConnectionExchangeHandler
Retrieve the connection metadata element with the supplied unique identifier.
getConnectionsByName(String, String, int, int, boolean, boolean, NameRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ConnectionExchangeRESTServices
Retrieve the list of connection metadata elements with a matching qualified or display name.
getConnectionsByName(String, String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ConnectionExchangeHandler
Retrieve the list of connection metadata elements with a matching qualified or display name.
getConnectionsForAssetManager(String, String, int, int, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ConnectionExchangeRESTServices
Retrieve the list of connections created on behalf of the named asset manager.
getConnectionsForAssetManager(String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ConnectionExchangeHandler
Retrieve the list of connections created on behalf of the named asset manager.
getConnectorTypeByGUID(String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ConnectionExchangeRESTServices
Retrieve the connector type metadata element with the supplied unique identifier.
getConnectorTypeByGUID(String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ConnectionExchangeHandler
Retrieve the connector type metadata element with the supplied unique identifier.
getConnectorTypesByName(String, String, int, int, boolean, boolean, NameRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ConnectionExchangeRESTServices
Retrieve the list of connector type metadata elements with a matching qualified or display name.
getConnectorTypesByName(String, String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ConnectionExchangeHandler
Retrieve the list of connector type metadata elements with a matching qualified or display name.
getConnectorTypesForAssetManager(String, String, int, int, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ConnectionExchangeRESTServices
Retrieve the list of assets created on behalf of the named asset manager.
getConnectorTypesForAssetManager(String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ConnectionExchangeHandler
Retrieve the list of assets created on behalf of the named asset manager.
getControlFlow(String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Retrieve the control flow relationship between two elements.
getControlFlow(String, String, String, String, boolean, boolean, NameRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Retrieve the control flow relationship between two elements.
getControlFlowNextSteps(String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Retrieve the control relationships linked from a specific element to the possible next elements in the process.
getControlFlowNextSteps(String, String, String, int, int, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Retrieve the control relationships linked from a specific element to the possible next elements in the process.
getControlFlowPreviousSteps(String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Retrieve the control relationships linked from a specific element to the possible previous elements in the process.
getControlFlowPreviousSteps(String, String, String, int, int, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Retrieve the control relationships linked from a specific element to the possible previous elements in the process.
getCriticalityClassifiedElements(String, String, int, int, boolean, boolean, FindByPropertiesRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.StewardshipExchangeRESTServices
Return information about the elements classified with the criticality classification.
getDataAssetByGUID(String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.DataAssetExchangeRESTServices
Retrieve the asset metadata element with the supplied unique identifier.
getDataAssetByGUID(String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.DataAssetExchangeHandler
Retrieve the asset metadata element with the supplied unique identifier.
getDataAssetsByName(String, String, int, int, boolean, boolean, NameRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.DataAssetExchangeRESTServices
Retrieve the list of asset metadata elements with a matching qualified or display name.
getDataAssetsByName(String, String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.DataAssetExchangeHandler
Retrieve the list of asset metadata elements with a matching qualified or display name.
getDataAssetsForAssetManager(String, String, int, int, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.DataAssetExchangeRESTServices
Retrieve the list of assets created on behalf of the named asset manager.
getDataAssetsForAssetManager(String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.DataAssetExchangeHandler
Retrieve the list of assets created on behalf of the named asset manager.
getDataFieldClassifiedElements(String, String, int, int, boolean, boolean, FindByPropertiesRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.StewardshipExchangeRESTServices
Return information about the elements classified with the confidence classification.
getDataFlow(String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Retrieve the data flow relationship between two elements.
getDataFlow(String, String, String, String, boolean, boolean, NameRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Retrieve the data flow relationship between two elements.
getDataFlowConsumers(String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Retrieve the data flow relationships linked from a specific element to the downstream consumers.
getDataFlowConsumers(String, String, String, int, int, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Retrieve the data flow relationships linked from a specific element to the downstream consumers.
getDataFlowSuppliers(String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Retrieve the data flow relationships linked from a specific element to the upstream suppliers.
getDataFlowSuppliers(String, String, String, int, int, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Retrieve the data flow relationships linked from a specific element to the upstream suppliers.
getDestinationLineageMappings(String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Retrieve the lineage mapping relationships linked from a specific source element to its destinations.
getDestinationLineageMappings(String, String, String, int, int, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Retrieve the lineage mapping relationships linked from a specific source element to its destinations.
getElementsByTag(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.CollaborationExchangeRESTServices
Return the list of unique identifiers for elements that are linked to a specific tag either directly, or via one of its schema elements.
getElementsForExternalIdentifier(String, String, int, int, boolean, boolean, UpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.AssetManagerRESTServices
Retrieve the unique identifier of the external asset manager from its qualified name.
getElementsSourceFrom(String, String, String, int, int, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.StewardshipExchangeRESTServices
Retrieve the elements linked via a "SourceFrom" relationship to the requested element.
getEndpointByGUID(String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ConnectionExchangeRESTServices
Retrieve the network endpoint metadata element with the supplied unique identifier.
getEndpointByGUID(String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ConnectionExchangeHandler
Retrieve the network endpoint metadata element with the supplied unique identifier.
getEndpointsByName(String, String, int, int, boolean, boolean, NameRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ConnectionExchangeRESTServices
Retrieve the list of network endpoint metadata elements with a matching qualified or display name.
getEndpointsByName(String, String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ConnectionExchangeHandler
Retrieve the list of network endpoint metadata elements with a matching qualified or display name.
getEndpointsForAssetManager(String, String, int, int, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ConnectionExchangeRESTServices
Retrieve the list of endpoints created on behalf of the named asset manager.
getEndpointsForAssetManager(String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ConnectionExchangeHandler
Retrieve the list of endpoints created on behalf of the named asset manager.
getExternalAssetManagerGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.AssetManagerRESTServices
Retrieve the unique identifier of the external asset manager from its qualified name.
getExternalLinksForGlossary(String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Retrieve the list of links to external glossary resources attached to a glossary.
getExternalLinksForGlossary(String, String, String, int, int, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Retrieve the list of links to external glossary resources attached to a glossary.
getExternalReferenceByGUID(String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ExternalReferenceExchangeRESTServices
Return information about a specific external reference.
getExternalReferenceByGUID(String, String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ExternalReferenceExchangeHandler
Retrieve the externalReference metadata element with the supplied unique identifier.
getExternalReferences(String, String, int, int, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ExternalReferenceExchangeRESTServices
Retrieve the list of external references sorted in open metadata.
getExternalReferences(String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ExternalReferenceExchangeHandler
Retrieve the list of externalReference metadata elements that contain the search string.
getExternalReferencesById(String, String, int, int, boolean, boolean, NameRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ExternalReferenceExchangeRESTServices
Retrieve the list of external references for this requestBody.
getExternalReferencesById(String, String, String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ExternalReferenceExchangeHandler
Retrieve the list of externalReference metadata elements with a matching qualified or display referenceId.
getExternalReferencesByName(String, String, int, int, boolean, boolean, NameRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ExternalReferenceExchangeRESTServices
Retrieve the list of external references for this name.
getExternalReferencesByName(String, String, String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ExternalReferenceExchangeHandler
Retrieve the list of externalReference metadata elements with a matching qualified or display name.
getExternalReferencesByURL(String, String, int, int, boolean, boolean, NameRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ExternalReferenceExchangeRESTServices
Retrieve the list of external references for this URL.
getExternalReferencesByURL(String, String, String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ExternalReferenceExchangeHandler
Retrieve the list of externalReference metadata elements with a matching qualified or display url.
getExternalReferencesForAssetManager(String, String, int, int, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ExternalReferenceExchangeRESTServices
Retrieve the list of external reference created on behalf of the named asset manager.
getExternalReferencesForAssetManager(String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ExternalReferenceExchangeHandler
Retrieve the list of external references created by this caller.
getFirstActionType(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GovernanceExchangeRESTServices
Return the governance action type that is the first step in a governance action process.
getGlossariesByName(String, String, int, int, boolean, boolean, NameRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Retrieve the list of glossary metadata elements with a matching qualified or display name.
getGlossariesByName(String, String, String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Retrieve the list of glossary metadata elements with a matching qualified or display name.
getGlossariesForAssetManager(String, String, int, int, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Retrieve the list of glossaries created by this caller.
getGlossariesForAssetManager(String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Retrieve the list of glossaries created by this caller.
getGlossariesForExternalLink(String, String, String, int, int, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Return the glossaries connected to an external glossary source.
getGlossariesForExternalLink(String, String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Return the glossaries connected to an external glossary source.
getGlossaryByGUID(String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Retrieve the glossary metadata element with the supplied unique identifier.
getGlossaryByGUID(String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Retrieve the glossary metadata element with the supplied unique identifier.
getGlossaryCategoriesByName(String, String, int, int, boolean, boolean, GlossaryNameRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Retrieve the list of glossary category metadata elements with a matching qualified or display name.
getGlossaryCategoriesByName(String, String, String, String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Retrieve the list of glossary category metadata elements with a matching qualified or display name.
getGlossaryCategoryByGUID(String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Retrieve the glossary category metadata element with the supplied unique identifier.
getGlossaryCategoryByGUID(String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Retrieve the glossary category metadata element with the supplied unique identifier.
getGlossaryCategoryParent(String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Retrieve the glossary category metadata element with the supplied unique identifier.
getGlossaryCategoryParent(String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Retrieve the glossary category metadata element with the supplied unique identifier.
getGlossarySubCategories(String, String, String, int, int, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Retrieve the glossary category metadata element with the supplied unique identifier.
getGlossarySubCategories(String, String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Retrieve the glossary category metadata element with the supplied unique identifier.
getGlossaryTermByGUID(String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Retrieve the glossary term metadata element with the supplied unique identifier.
getGlossaryTermByGUID(String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Retrieve the glossary term metadata element with the supplied unique identifier.
getGlossaryTermHistory(String, String, String, int, int, boolean, boolean, boolean, HistoryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Retrieve all the versions of a glossary term.
getGlossaryTermHistory(String, String, String, String, Date, Date, int, int, boolean, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Retrieve all the versions of a glossary term.
getGlossaryTermsByName(String, String, int, int, boolean, boolean, GlossaryNameRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Retrieve the list of glossary term metadata elements with a matching qualified or display name.
getGlossaryTermsByName(String, String, String, String, String, List<GlossaryTermStatus>, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Retrieve the list of glossary term metadata elements with a matching qualified or display name.
getGovernanceAction(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GovernanceExchangeRESTServices
Request the status and properties of an executing governance action request.
getGovernanceActionProcessByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GovernanceExchangeRESTServices
Retrieve the governance action process metadata element with the supplied unique identifier.
getGovernanceActionProcessesByName(String, String, int, int, NameRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GovernanceExchangeRESTServices
Retrieve the list of governance action process metadata elements with a matching qualified or display name.
getGovernanceActionProcessHandler() - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.AssetManagerServicesInstance
Return the handler for governance action process requests.
getGovernanceActions(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GovernanceExchangeRESTServices
Retrieve the governance actions that are known to the server.
getGovernanceActionTypeByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GovernanceExchangeRESTServices
Retrieve the governance action type metadata element with the supplied unique identifier.
getGovernanceActionTypesByName(String, String, int, int, NameRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GovernanceExchangeRESTServices
Retrieve the list of governance action type metadata elements with a matching qualified or display name.
getGovernedByDefinitions(String, String, String, int, int, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.StewardshipExchangeRESTServices
Retrieve the elements linked via a "GovernedBy" relationship to the requested governance definition.
getGovernedElements(String, String, String, int, int, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.StewardshipExchangeRESTServices
Retrieve the governance definitions linked via a "GovernedBy" relationship to the requested element.
getLineageMapping(String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Link to elements together to show that they are part of the lineage of the data that is moving between the processes.
getLineageMapping(String, String, String, String, boolean, boolean, NameRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Retrieve the process call relationship between two elements.
getMeanings(String, String, String, int, int, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.StewardshipExchangeRESTServices
Retrieve the glossary terms linked via a "SemanticAssignment" relationship to the requested element.
getMeanings(String, String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Retrieve the glossary terms linked via a "SemanticAssignment" relationship to the requested element.
getMembersOfSubjectArea(String, String, int, int, boolean, boolean, FindByPropertiesRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.StewardshipExchangeRESTServices
Return information about the elements classified with the confidence classification.
getMyTagsByName(String, String, NameRequestBody, int, int) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.CollaborationExchangeRESTServices
Return the list of the calling user's private tags exactly matching the supplied name.
getNestedAttributes(String, String, String, int, int, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.SchemaExchangeRESTServices
Retrieve the list of schema attributes associated with a schemaType.
getNestedAttributes(String, String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.SchemaExchangeHandler
Retrieve the list of schema attributes associated with a StructSchemaType or nested underneath a schema attribute.
getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.AssetConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.AssetManagerConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.CommentConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.ConnectorTypeConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.ElementHeaderConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.ElementStubConverter
Using the supplied entity, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.EndpointConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.ExternalIdentifierConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.ExternalReferenceConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.ExternalReferenceLinkConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.GlossaryCategoryConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.GlossaryConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.GlossaryTermConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.GovernanceActionProcessConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.GovernanceActionTypeConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.GovernanceDefinitionConverter
Using the supplied entity, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.InformalTagConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.LikeConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.NoteConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.NoteLogConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.PortConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.ProcessConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.RatingConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.AssetConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.AssetManagerConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.CommentConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.ConnectorTypeConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.ElementHeaderConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.ElementStubConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.EndpointConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.ExternalIdentifierConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.ExternalReferenceConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.ExternalReferenceLinkConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.GlossaryCategoryConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.GlossaryConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.GlossaryTermConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.GovernanceActionProcessConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.GovernanceActionTypeConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.GovernanceDefinitionConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.InformalTagConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.LikeConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.NoteConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.NoteLogConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.PortConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.ProcessConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.RatingConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.RelatedElementConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityProxy, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.ElementHeaderConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, Relationship, boolean, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.ElementStubConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.ElementHeaderConverter
Using the supplied instances, return a new instance of the bean.
getNewBeans(Class<B>, List<Relationship>, boolean, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.ElementStubConverter
Using the supplied instances, return list of new instances of the bean.
getNewComplexBean(Class<B>, EntityDetail, List<EntityDetail>, List<Relationship>, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.AssetConverter
Using the supplied instances, return a new instance of the bean.
getNewComplexBean(Class<B>, EntityDetail, List<EntityDetail>, List<Relationship>, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.ConnectionConverter
Using the supplied instances, return a new instance of the bean.
getNewComplexBean(Class<B>, EntityDetail, List<EntityDetail>, List<Relationship>, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.ExternalIdentifierConverter
Using the supplied instances, return a new instance of the bean.
getNewComplexBean(Class<B>, EntityDetail, List<EntityDetail>, List<Relationship>, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.GovernanceActionConverter
Using the supplied instances, return a new instance of the bean.
getNewComplexBean(Class<B>, EntityDetail, List<Relationship>, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.ExternalIdentifierConverter
Using the supplied instances, return a new instance of the bean.
getNewComplexBean(Class<B>, EntityDetail, List<Relationship>, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.GovernanceDefinitionConverter
Using the supplied instances, return a new instance of the bean.
getNewRelationshipBean(Class<B>, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.ControlFlowConverter
Using the supplied relationship, return a new instance of the bean.
getNewRelationshipBean(Class<B>, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.DataFlowConverter
Using the supplied relationship, return a new instance of the bean.
getNewRelationshipBean(Class<B>, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.LineageMappingConverter
Using the supplied relationship, return a new instance of the bean.
getNewRelationshipBean(Class<B>, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.ProcessCallConverter
Using the supplied relationship, return a new instance of the bean.
getNewSchemaAttributeBean(Class<B>, EntityDetail, Class<T>, T, List<Relationship>, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.SchemaAttributeConverter
Extract the properties from the schema attribute entity.
getNewSchemaTypeBean(Class<B>, InstanceHeader, String, InstanceProperties, List<Classification>, int, String, String, B, String, B, String, B, List<String>, List<B>, List<Relationship>, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.SchemaTypeConverter
Return the converted bean.
getNextGovernanceActionTypes(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GovernanceExchangeRESTServices
Return the lust of next action type defined for the governance action process.
getNoteByGUID(String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.CollaborationExchangeRESTServices
Retrieve the note metadata element with the supplied unique identifier.
getNoteByGUID(String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.NoteLogExchangeHandler
Retrieve the note metadata element with the supplied unique identifier.
getNoteLogByGUID(String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.CollaborationExchangeRESTServices
Retrieve the note log metadata element with the supplied unique identifier.
getNoteLogByGUID(String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.NoteLogExchangeHandler
Retrieve the note log metadata element with the supplied unique identifier.
getNoteLogsByName(String, String, int, int, boolean, boolean, NameRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.CollaborationExchangeRESTServices
Retrieve the list of note log metadata elements with a matching qualified or display name.
getNoteLogsByName(String, String, String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.NoteLogExchangeHandler
Retrieve the list of note log metadata elements with a matching qualified or display name.
getNoteLogsForElement(String, String, String, int, int, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.CollaborationExchangeRESTServices
Retrieve the list of note log metadata elements attached to the element.
getNoteLogsForElement(String, String, String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.NoteLogExchangeHandler
Retrieve the list of note log metadata elements with a matching qualified or display name.
getNotesForNoteLog(String, String, String, int, int, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.CollaborationExchangeRESTServices
Retrieve the list of notes associated with a note log.
getNotesForNoteLog(String, String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.NoteLogExchangeHandler
Retrieve the list of notes associated with a note log.
getOutTopicConnection(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.AssetManagerRESTServices
Return the client side connection object for the Asset Manager OMAS's out topic.
getOwnersElements(String, String, int, int, boolean, boolean, FindByPropertiesRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.StewardshipExchangeRESTServices
Return information about the elements classified with the confidence classification.
getPortByGUID(String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Retrieve the port metadata element with the supplied unique identifier.
getPortByGUID(String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Retrieve the port metadata element with the supplied unique identifier.
getPortDelegation(String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Retrieve the port that this port delegates to.
getPortDelegation(String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Retrieve the port that this port delegates to.
getPortsByName(String, String, int, int, boolean, boolean, NameRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Retrieve the list of port metadata elements with a matching qualified or display name.
getPortsByName(String, String, String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Retrieve the list of port metadata elements with a matching qualified or display name.
getPortsForProcess(String, String, String, int, int, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Retrieve the list of ports associated with a process.
getPortsForProcess(String, String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Retrieve the list of ports associated with a process.
getPortUse(String, String, String, int, int, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Retrieve the list of ports that delegate to this port.
getPortUse(String, String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Retrieve the list of ports that delegate to this port.
getProcessByGUID(String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Retrieve the process metadata element with the supplied unique identifier.
getProcessByGUID(String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Retrieve the process metadata element with the supplied unique identifier.
getProcessCall(String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Retrieve the process call relationship between two elements.
getProcessCall(String, String, String, String, boolean, boolean, NameRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Retrieve the process call relationship between two elements.
getProcessCalled(String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Retrieve the process call relationships linked from a specific element to the elements it calls.
getProcessCalled(String, String, String, int, int, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Retrieve the process call relationships linked from a specific element to the elements it calls.
getProcessCallers(String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Retrieve the process call relationships linked from a specific element to its callers.
getProcessCallers(String, String, String, int, int, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Retrieve the process call relationships linked from a specific element to its callers.
getProcessesByName(String, String, int, int, boolean, boolean, NameRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Retrieve the list of process metadata elements with a matching qualified or display name.
getProcessesByName(String, String, String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Retrieve the list of process metadata elements with a matching qualified or display name.
getProcessesForAssetManager(String, String, int, int, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Return the list of processes associated with the process manager.
getProcessesForAssetManager(String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Return the list of processes associated with the process manager.
getProcessParent(String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Retrieve the process metadata element with the supplied unique identifier.
getProcessParent(String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Retrieve the process metadata element with the supplied unique identifier.
getRelatedAssetsAtEnd1(String, String, String, String, int, int, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.DataAssetExchangeRESTServices
Retrieve the relationships linked from a specific element at end 2 of the relationship.
getRelatedAssetsAtEnd1(String, String, String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.DataAssetExchangeHandler
Retrieve the relationships linked from a specific element at end 2 of the relationship.
getRelatedAssetsAtEnd2(String, String, String, String, int, int, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.DataAssetExchangeRESTServices
Retrieve the requested relationships linked from a specific element at end 2.
getRelatedAssetsAtEnd2(String, String, String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.DataAssetExchangeHandler
Retrieve the requested relationships linked from a specific element at end 2.
getRelatedElement(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.converters.AssetManagerOMASConverter
Using the supplied instances, return a new instance of a relatedElement bean.
getRelatedTerms(String, String, String, int, int, boolean, boolean, GlossaryTermRelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Retrieve the list of glossary terms associated with the requested glossary term.
getRelatedTerms(String, String, String, String, List<GlossaryTermRelationshipStatus>, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Retrieve the list of glossary terms associated with the requested glossary term.
getRetentionClassifiedElements(String, String, int, int, boolean, boolean, FindByPropertiesRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.StewardshipExchangeRESTServices
Return information about the elements classified with the confidence classification.
getSchemaAttributeByGUID(String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.SchemaExchangeRESTServices
Retrieve the schema attribute metadata element with the supplied unique identifier.
getSchemaAttributeByGUID(String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.SchemaExchangeHandler
Retrieve the schema attribute metadata element with the supplied unique identifier.
getSchemaAttributesByName(String, String, int, int, boolean, boolean, NameRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.SchemaExchangeRESTServices
Retrieve the list of schema attribute metadata elements with a matching qualified or display name.
getSchemaAttributesByName(String, String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.SchemaExchangeHandler
Retrieve the list of schema attribute metadata elements with a matching qualified or display name.
getSchemaTypeByGUID(String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.SchemaExchangeRESTServices
Retrieve the schema type metadata element with the supplied unique identifier.
getSchemaTypeByGUID(String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.SchemaExchangeHandler
Retrieve the schema type metadata element with the supplied unique identifier.
getSchemaTypeByName(String, String, int, int, boolean, boolean, NameRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.SchemaExchangeRESTServices
Retrieve the list of schema type metadata elements with a matching qualified or display name.
getSchemaTypeByName(String, String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.SchemaExchangeHandler
Retrieve the list of schema type metadata elements with a matching qualified or display name.
getSchemaTypeForElement(String, String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.SchemaExchangeRESTServices
Return the schema type associated with a specific open metadata element (data asset, process or port).
getSchemaTypeForElement(String, String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.SchemaExchangeHandler
Return the schema type associated with a specific open metadata element (data asset, process or port).
getSchemaTypeParent(String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.SchemaExchangeRESTServices
Retrieve the header of the metadata element connected to a schema type.
getSchemaTypeParent(String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.SchemaExchangeHandler
Retrieve the header of the metadata element connected to a schema type.
getSecurityTaggedElements(String, String, int, int, boolean, boolean, FindByPropertiesRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.StewardshipExchangeRESTServices
Return information about the elements classified with the security tags classification.
getSemanticAssignees(String, String, String, int, int, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.StewardshipExchangeRESTServices
Retrieve the glossary terms linked via a "SemanticAssignment" relationship to the requested element.
getSourceElements(String, String, String, int, int, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.StewardshipExchangeRESTServices
Retrieve the elements linked via a "SourceFrom" relationship to the requested element.
getSourceLineageMappings(String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Retrieve the lineage mapping relationships linked from a specific destination element to its sources.
getSourceLineageMappings(String, String, String, int, int, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Retrieve the lineage mapping relationships linked from a specific destination element to its sources.
getSubProcesses(String, String, String, int, int, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Retrieve the process metadata element with the supplied unique identifier.
getSubProcesses(String, String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Retrieve the process metadata element with the supplied unique identifier.
getTag(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.CollaborationExchangeRESTServices
Return the tag for the supplied unique identifier (guid).
getTagsByName(String, String, NameRequestBody, int, int) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.CollaborationExchangeRESTServices
Return the list of tags exactly matching the supplied name.
getTermRelationshipTypeNames() - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Return the list of term-to-term relationship names.
getTermRelationshipTypeNames(String, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Return the list of term-to-term relationship names.
getTermsForGlossary(String, String, String, int, int, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Retrieve the list of glossary terms associated with a glossary.
getTermsForGlossary(String, String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Retrieve the list of glossary terms associated with a glossary.
getTermsForGlossaryCategory(String, String, String, int, int, boolean, boolean, GlossaryTermRelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Retrieve the list of glossary terms associated with a glossary category.
getTermsForGlossaryCategory(String, String, String, String, List<GlossaryTermRelationshipStatus>, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Retrieve the list of glossary terms associated with a glossary category.
GlossaryCategoryConverter<B> - Class in org.odpi.openmetadata.accessservices.assetmanager.converters
GlossaryCategoryConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a GlossaryCategoryElement bean.
GlossaryCategoryConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.converters.GlossaryCategoryConverter
Constructor
GlossaryConverter<B> - Class in org.odpi.openmetadata.accessservices.assetmanager.converters
GlossaryConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a GlossaryElement bean.
GlossaryConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.converters.GlossaryConverter
Constructor
GlossaryExchangeHandler - Class in org.odpi.openmetadata.accessservices.assetmanager.handlers
GlossaryExchangeHandler is the server side handler for managing glossary content.
GlossaryExchangeHandler(String, String, InvalidParameterHandler, RepositoryHandler, OMRSRepositoryHelper, String, OpenMetadataServerSecurityVerifier, List<String>, List<String>, List<String>, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Construct the glossary exchange handler with information needed to work with glossary related objects for Asset Manager OMAS.
GlossaryExchangeRESTServices - Class in org.odpi.openmetadata.accessservices.assetmanager.server
GlossaryExchangeRESTServices is the server-side implementation of the Asset Manager OMAS's support for glossaries.
GlossaryExchangeRESTServices() - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Default constructor
GlossaryTermConverter<B> - Class in org.odpi.openmetadata.accessservices.assetmanager.converters
GlossaryTermConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a GlossaryTermElement bean.
GlossaryTermConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.converters.GlossaryTermConverter
Constructor
GovernanceActionConverter<B> - Class in org.odpi.openmetadata.accessservices.assetmanager.converters
GovernanceActionConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a Governance Action bean.
GovernanceActionConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.converters.GovernanceActionConverter
Constructor
GovernanceActionProcessConverter<B> - Class in org.odpi.openmetadata.accessservices.assetmanager.converters
GovernanceActionProcessConverter provides common methods for transferring relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a bean that inherits from GovernanceActionProcessElement.
GovernanceActionProcessConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.converters.GovernanceActionProcessConverter
Constructor
GovernanceActionTypeConverter<B> - Class in org.odpi.openmetadata.accessservices.assetmanager.converters
GovernanceActionTypeConverter provides common methods for transferring relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a bean that inherits from GovernanceActionTypeElement.
GovernanceActionTypeConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.converters.GovernanceActionTypeConverter
Constructor
GovernanceDefinitionConverter<B> - Class in org.odpi.openmetadata.accessservices.assetmanager.converters
GovernanceDefinitionConverter provides common methods for transferring relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a bean that inherits from GovernanceDefinitionElement.
GovernanceDefinitionConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.converters.GovernanceDefinitionConverter
Constructor
GovernanceExchangeRESTServices - Class in org.odpi.openmetadata.accessservices.assetmanager.server
The GovernanceActionProcessRESTServices provides the server-side implementation of the services used by an external user to define governance action processes.
GovernanceExchangeRESTServices() - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.server.GovernanceExchangeRESTServices
Default constructor

I

InformalTagConverter<B> - Class in org.odpi.openmetadata.accessservices.assetmanager.converters
InformalTagConverter provides common methods for transferring relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into an InformalTagElement bean.
InformalTagConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.converters.InformalTagConverter
Constructor
initialize(AccessServiceConfig, OMRSTopicConnector, OMRSRepositoryConnector, AuditLog, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.admin.AssetManagerAdmin
Initialize the access service.

L

LikeConverter<B> - Class in org.odpi.openmetadata.accessservices.assetmanager.converters
LikeConverter provides common methods for transferring relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into an LikeElement bean.
LikeConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.converters.LikeConverter
Constructor
LineageExchangeRESTServices - Class in org.odpi.openmetadata.accessservices.assetmanager.server
LineageExchangeRESTServices is the server-side implementation of the Asset Manager OMAS's support for processes, ports and lineage mapping.
LineageExchangeRESTServices() - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Default constructor
LineageMappingConverter<B> - Class in org.odpi.openmetadata.accessservices.assetmanager.converters
LineageMappingConverter provides common methods for transferring relevant header from an Open Metadata Repository Services (OMRS) Relationship object into a LineageMappingElement bean.
LineageMappingConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.converters.LineageMappingConverter
Constructor
linkExternalReferenceToElement(String, String, boolean, String, String, boolean, boolean, ExternalReferenceLinkRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ExternalReferenceExchangeRESTServices
Link an external reference to an object.
linkExternalReferenceToElement(String, String, String, String, String, String, String, ExternalReferenceLinkProperties, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ExternalReferenceExchangeHandler
Link an external reference to an object.

M

moveGlossaryTerm(String, String, String, boolean, boolean, ReferenceableUpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Move a glossary term from one glossary to another.
moveGlossaryTerm(String, MetadataCorrelationProperties, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Move a glossary term from one glossary to another.

N

NoteConverter<B> - Class in org.odpi.openmetadata.accessservices.assetmanager.converters
NoteConverter provides common methods for transferring relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into an NoteElement bean.
NoteConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.converters.NoteConverter
Constructor
NoteLogConverter<B> - Class in org.odpi.openmetadata.accessservices.assetmanager.converters
NoteLogConverter provides common methods for transferring relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into an NoteLogElement bean.
NoteLogConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.converters.NoteLogConverter
Constructor
NoteLogExchangeHandler - Class in org.odpi.openmetadata.accessservices.assetmanager.handlers
NoteLogExchangeHandler is the server side handler for managing note logs and their associated notes.
NoteLogExchangeHandler(String, String, InvalidParameterHandler, RepositoryHandler, OMRSRepositoryHelper, String, OpenMetadataServerSecurityVerifier, List<String>, List<String>, List<String>, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.handlers.NoteLogExchangeHandler
Construct the note log exchange handler with information needed to work with note log related objects for Asset Manager OMAS.

O

org.odpi.openmetadata.accessservices.assetmanager.admin - package org.odpi.openmetadata.accessservices.assetmanager.admin
Provides the implementation of the admin classes that are called during server start up and shut down.
org.odpi.openmetadata.accessservices.assetmanager.converters - package org.odpi.openmetadata.accessservices.assetmanager.converters
Provides the converters that take beans from the repository services (eg entities and relationships) and converts them into Asset Manager OMAS beans to return to the caller.
org.odpi.openmetadata.accessservices.assetmanager.handlers - package org.odpi.openmetadata.accessservices.assetmanager.handlers
These handlers drive the interaction with the metadata repositories.
org.odpi.openmetadata.accessservices.assetmanager.listener - package org.odpi.openmetadata.accessservices.assetmanager.listener
Supports the processing of events from the repository services that notify this module of changes to the metadata in the repository services.
org.odpi.openmetadata.accessservices.assetmanager.outtopic - package org.odpi.openmetadata.accessservices.assetmanager.outtopic
Produces events on the Asset Manager OMAS's out topic.
org.odpi.openmetadata.accessservices.assetmanager.server - package org.odpi.openmetadata.accessservices.assetmanager.server
Provides the server side support for the REST API.

P

PortConverter<B> - Class in org.odpi.openmetadata.accessservices.assetmanager.converters
PortConverter provides common methods for transferring relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a bean that includes the PortProperties.
PortConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.converters.PortConverter
Constructor
ProcessCallConverter<B> - Class in org.odpi.openmetadata.accessservices.assetmanager.converters
ProcessCallConverter provides common methods for transferring relevant properties from an Open Metadata Repository Services (OMRS) Relationship object into a bean that includes the ProcessCallProperties.
ProcessCallConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.converters.ProcessCallConverter
Constructor
processClassifiedEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetmanager.listener.AssetManagerOMRSTopicListener
A new classification has been added to an entity.
processClassifiedEntityEvent(String, String, String, String, String, EntityDetail, Classification) - Method in class org.odpi.openmetadata.accessservices.assetmanager.listener.AssetManagerOMRSTopicListener
A new classification has been added to an entity.
processClassifiedEntityEvent(String, String, String, String, String, EntityProxy, Classification) - Method in class org.odpi.openmetadata.accessservices.assetmanager.listener.AssetManagerOMRSTopicListener
A new classification has been added to an entityProxy.
ProcessConverter<B> - Class in org.odpi.openmetadata.accessservices.assetmanager.converters
ProcessConverter provides common methods for transferring relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a bean that includes the ProcessProperties.
ProcessConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.converters.ProcessConverter
Constructor
processDeclassifiedEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetmanager.listener.AssetManagerOMRSTopicListener
A classification has been removed from an entity.
processDeclassifiedEntityEvent(String, String, String, String, String, EntityDetail, Classification) - Method in class org.odpi.openmetadata.accessservices.assetmanager.listener.AssetManagerOMRSTopicListener
A classification has been removed from an entity.
processDeclassifiedEntityEvent(String, String, String, String, String, EntityProxy, Classification) - Method in class org.odpi.openmetadata.accessservices.assetmanager.listener.AssetManagerOMRSTopicListener
A classification has been removed from an entityProxy.
processDeletedEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetmanager.listener.AssetManagerOMRSTopicListener
An existing entity has been deleted.
processDeletedRelationshipEvent(String, String, String, String, String, Relationship) - Method in class org.odpi.openmetadata.accessservices.assetmanager.listener.AssetManagerOMRSTopicListener
An existing relationship has been deleted.
processDeletePurgedEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetmanager.listener.AssetManagerOMRSTopicListener
An existing entity has been deleted and purged in a single action.
processDeletePurgedRelationshipEvent(String, String, String, String, String, Relationship) - Method in class org.odpi.openmetadata.accessservices.assetmanager.listener.AssetManagerOMRSTopicListener
An active relationship has been deleted and purged from the repository.
ProcessExchangeHandler - Class in org.odpi.openmetadata.accessservices.assetmanager.handlers
ProcessExchangeHandler is the server-side for managing processes.
ProcessExchangeHandler(String, String, InvalidParameterHandler, RepositoryHandler, OMRSRepositoryHelper, String, OpenMetadataServerSecurityVerifier, List<String>, List<String>, List<String>, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Construct the process exchange handler with information needed to work with process related objects for Asset Manager OMAS.
processNewEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetmanager.listener.AssetManagerOMRSTopicListener
A new entity has been created.
processNewRelationshipEvent(String, String, String, String, String, Relationship) - Method in class org.odpi.openmetadata.accessservices.assetmanager.listener.AssetManagerOMRSTopicListener
A new relationship has been created.
processReclassifiedEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetmanager.listener.AssetManagerOMRSTopicListener
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.assetmanager.listener.AssetManagerOMRSTopicListener
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.assetmanager.listener.AssetManagerOMRSTopicListener
An existing classification has been changed on an entityProxy.
processRefreshEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetmanager.listener.AssetManagerOMRSTopicListener
A remote repository in the cohort has sent entity details in response to a refresh request.
processRefreshRelationshipEvent(String, String, String, String, String, Relationship) - Method in class org.odpi.openmetadata.accessservices.assetmanager.listener.AssetManagerOMRSTopicListener
The local repository is refreshing the information about a relationship for the other repositories in the cohort.
processReHomedEntityEvent(String, String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetmanager.listener.AssetManagerOMRSTopicListener
An existing entity has changed home repository.
processReHomedRelationshipEvent(String, String, String, String, String, String, Relationship) - Method in class org.odpi.openmetadata.accessservices.assetmanager.listener.AssetManagerOMRSTopicListener
An existing relationship has changed home repository.
processReIdentifiedEntityEvent(String, String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetmanager.listener.AssetManagerOMRSTopicListener
The guid of an existing entity has been changed to a new value.
processReIdentifiedRelationshipEvent(String, String, String, String, String, String, Relationship) - Method in class org.odpi.openmetadata.accessservices.assetmanager.listener.AssetManagerOMRSTopicListener
The guid of an existing relationship has changed.
processRestoredEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetmanager.listener.AssetManagerOMRSTopicListener
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.assetmanager.listener.AssetManagerOMRSTopicListener
An existing entity has had its type changed.
processReTypedRelationshipEvent(String, String, String, String, String, TypeDefSummary, Relationship) - Method in class org.odpi.openmetadata.accessservices.assetmanager.listener.AssetManagerOMRSTopicListener
An existing relationship has had its type changed.
processUpdatedEntityEvent(String, String, String, String, String, EntityDetail, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetmanager.listener.AssetManagerOMRSTopicListener
An existing entity has been updated.
processUpdatedRelationshipEvent(String, String, String, String, String, Relationship, Relationship) - Method in class org.odpi.openmetadata.accessservices.assetmanager.listener.AssetManagerOMRSTopicListener
An existing relationship has been updated.
publishDataAsset(String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.DataAssetExchangeHandler
Update the zones for the asset so that it becomes visible to consumers.
publishDataAsset(String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.DataAssetExchangeRESTServices
Update the zones for the asset so that it becomes visible to consumers.
publishEntityEvent(AssetManagerEventType, EntityDetail, EntityDetail, Classification, Classification) - Method in class org.odpi.openmetadata.accessservices.assetmanager.outtopic.AssetManagerOutTopicPublisher
Send the event to the embedded event bus connector(s).
publishEntityEvent(EntityDetail, AssetManagerEventType) - Method in class org.odpi.openmetadata.accessservices.assetmanager.outtopic.AssetManagerOutTopicPublisher
Send the event to the embedded event bus connector(s).
publishProcess(String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Update the zones for the process so that it becomes visible to consumers.
publishProcess(String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Update the zones for the process so that it becomes visible to consumers.
publishRelationshipEvent(AssetManagerEventType, Relationship, Relationship, EntityDetail, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetmanager.outtopic.AssetManagerOutTopicPublisher
Send the event to the embedded event bus connector(s).

R

RatingConverter<B> - Class in org.odpi.openmetadata.accessservices.assetmanager.converters
RatingConverter provides common methods for transferring relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into an RatingElement bean.
RatingConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.converters.RatingConverter
Constructor
RelatedElementConverter<B> - Class in org.odpi.openmetadata.accessservices.assetmanager.converters
RelatedElementConverter generates a RelatedElement from a relationship and attached entity
RelatedElementConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.converters.RelatedElementConverter
Constructor
removeAssetOrigin(String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.DataAssetExchangeHandler
Remove the asset origin classification to an asset.
removeComment(String, MetadataCorrelationProperties, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.CommentExchangeHandler
Remove the metadata element representing a comment.
removeCommentFromElement(String, String, String, String, boolean, boolean, ReferenceableUpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.CollaborationExchangeRESTServices
Removes a comment added to the element by this user.
removeConnection(String, String, String, boolean, boolean, UpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ConnectionExchangeRESTServices
Remove the metadata element representing a connection.
removeConnection(String, MetadataCorrelationProperties, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ConnectionExchangeHandler
Remove the metadata element representing a connection.
removeConnectorType(String, String, String, boolean, boolean, UpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ConnectionExchangeRESTServices
Remove the metadata element representing an asset.
removeConnectorType(String, MetadataCorrelationProperties, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ConnectionExchangeHandler
Remove the metadata element representing an asset.
removeDataAsset(String, String, String, boolean, boolean, UpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.DataAssetExchangeRESTServices
Remove the metadata element representing an asset.
removeDataAsset(String, MetadataCorrelationProperties, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.DataAssetExchangeHandler
Remove the metadata element representing an asset.
removeElementFromSubjectArea(String, String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.StewardshipExchangeRESTServices
Remove the subject area designation from the identified element.
removeEndpoint(String, String, String, boolean, boolean, UpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ConnectionExchangeRESTServices
Remove the metadata element representing a network endpoint.
removeEndpoint(String, MetadataCorrelationProperties, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ConnectionExchangeHandler
Remove the metadata element representing a network endpoint.
removeExternalGlossaryLink(String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Remove information about a link to an external glossary resource (and the relationships that attached it to the glossaries).
removeExternalGlossaryLink(String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Remove information about a link to an external glossary resource (and the relationships that attached it to the glossaries).
removeExternalIdentifier(String, String, String, String, boolean, boolean, UpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.AssetManagerRESTServices
Remove an external identifier from an existing open metadata element.
removeExternalReference(String, MetadataCorrelationProperties, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ExternalReferenceExchangeHandler
Remove the metadata element representing a externalReference.
removeGlossary(String, String, String, boolean, boolean, ReferenceableUpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Remove the metadata element representing a glossary.
removeGlossary(String, MetadataCorrelationProperties, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Remove the metadata element representing a glossary.
removeGlossaryCategory(String, String, String, boolean, boolean, ReferenceableUpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Remove the metadata element representing a glossary category.
removeGlossaryCategory(String, MetadataCorrelationProperties, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Remove the metadata element representing a glossary category.
removeGlossaryTerm(String, String, String, boolean, boolean, ReferenceableUpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Remove the metadata element representing a glossary term.
removeGlossaryTerm(String, MetadataCorrelationProperties, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Remove the metadata element representing a glossary term.
removeGovernanceDefinitionFromElement(String, String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.StewardshipExchangeRESTServices
Remove the GovernedBy relationship between a governance definition and an element.
removeLikeFromElement(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.CollaborationExchangeRESTServices
Removes a "LikeProperties" added to the element by this user.
removeNote(String, String, String, boolean, boolean, ReferenceableUpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.CollaborationExchangeRESTServices
Remove the metadata element representing a note.
removeNote(String, MetadataCorrelationProperties, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.NoteLogExchangeHandler
Remove the metadata element representing a note.
removeNoteLog(String, String, String, boolean, boolean, ReferenceableUpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.CollaborationExchangeRESTServices
Remove the metadata element representing a note log.
removeNoteLog(String, MetadataCorrelationProperties, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.NoteLogExchangeHandler
Remove the metadata element representing a note log.
removePort(String, String, String, boolean, boolean, UpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Remove the metadata element representing a port.
removePort(String, MetadataCorrelationProperties, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Remove the metadata element representing a port.
removeProcess(String, String, String, boolean, boolean, UpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Remove the metadata element representing a process.
removeProcess(String, MetadataCorrelationProperties, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Remove the metadata element representing a process.
removeRatingFromElement(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.CollaborationExchangeRESTServices
Removes a star rating that was added to the element by this user.
removeSchemaAttribute(String, String, String, boolean, boolean, UpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.SchemaExchangeRESTServices
Remove the metadata element representing a schema attribute.
removeSchemaAttribute(String, MetadataCorrelationProperties, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.SchemaExchangeHandler
Remove the metadata element representing a schema attribute.
removeSchemaType(String, String, String, boolean, boolean, UpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.SchemaExchangeRESTServices
Remove the metadata element representing a schema type.
removeSchemaType(String, MetadataCorrelationProperties, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.SchemaExchangeHandler
Remove the metadata element representing a schema type.
removeSecurityTags(String, String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.StewardshipExchangeRESTServices
Remove the security tags classification from an element.
removeTagFromElement(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.CollaborationExchangeRESTServices
Removes a tag from the element that was added by this user.
retrieveAttachedExternalReferences(String, String, String, int, int, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ExternalReferenceExchangeRESTServices
Retrieve the list of external references attached to the supplied object.
retrieveAttachedExternalReferences(String, String, String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ExternalReferenceExchangeHandler
Retrieve the list of external references attached to the supplied object.

S

scanDataAssets(String, String, int, int, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.DataAssetExchangeRESTServices
Step through the assets visible to this caller.
scanDataAssets(String, String, String, int, int, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.DataAssetExchangeHandler
Step through the assets visible to this caller.
SchemaAttributeConverter<B> - Class in org.odpi.openmetadata.accessservices.assetmanager.converters
SchemaAttributeConverter provides common methods for transferring relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a SchemaAttributeElement bean.
SchemaAttributeConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.converters.SchemaAttributeConverter
Constructor
SchemaExchangeHandler - Class in org.odpi.openmetadata.accessservices.assetmanager.handlers
SchemaExchangeHandler is the server side handler for managing schema types and attributes.
SchemaExchangeHandler(String, String, InvalidParameterHandler, RepositoryHandler, OMRSRepositoryHelper, String, OpenMetadataServerSecurityVerifier, List<String>, List<String>, List<String>, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.handlers.SchemaExchangeHandler
Construct the schema exchange handler with information needed to work with schema related objects for Asset Manager OMAS.
SchemaExchangeRESTServices - Class in org.odpi.openmetadata.accessservices.assetmanager.server
SchemaExchangeRESTServices is the server-side implementation of the Asset Manager OMAS's support for schemas.
SchemaExchangeRESTServices() - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.server.SchemaExchangeRESTServices
Default constructor
SchemaTypeConverter<B> - Class in org.odpi.openmetadata.accessservices.assetmanager.converters
SchemaTypeConverter provides common methods for transferring relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a SchemaTypeElement bean.
SchemaTypeConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.converters.SchemaTypeConverter
Constructor
setBusinessSignificant(String, String, String, boolean, boolean, UpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Classify a port, process or process as "BusinessSignificant" (this may affect the way that lineage is displayed).
setBusinessSignificant(String, MetadataCorrelationProperties, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Classify a port, process or process as "BusinessSignificant" (this may affect the way that lineage is displayed).
setConfidenceClassification(String, String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.StewardshipExchangeRESTServices
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, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.StewardshipExchangeRESTServices
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, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.StewardshipExchangeRESTServices
Classify/reclassify the element (typically an asset) to indicate how critical the element (or associated resource) is to the organization.
setDataAssetAsReferenceData(String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.DataAssetExchangeHandler
Classify the asset to indicate that it can be used as reference data.
setDataAssetAsReferenceData(String, String, String, boolean, boolean, UpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.DataAssetExchangeRESTServices
Classify the asset to indicate that it can be used as reference data.
setDataFieldClassification(String, String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.StewardshipExchangeRESTServices
Classify the element to indicate that it describes a data field and supply properties that describe the characteristics of the data values found within.
setElementAsDataField(String, MetadataCorrelationProperties, String, DataFieldValuesProperties, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.NoteLogExchangeHandler
Classify the element to indicate that it describes a data field and supply properties that describe the characteristics of the data values found within.
setGlossaryAsCanonical(String, String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Classify a glossary to declare that it has no two GlossaryTerm definitions with the same name.
setGlossaryAsCanonical(String, MetadataCorrelationProperties, String, CanonicalVocabularyProperties, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Classify a glossary to declare that it has no two GlossaryTerm definitions with the same name.
setGlossaryAsEditingGlossary(String, String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Classify the glossary to indicate that it is an editing glossary - this means it is a collection of glossary updates that will be merged into its source glossary.
setGlossaryAsEditingGlossary(String, MetadataCorrelationProperties, String, EditingGlossaryProperties, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Classify the glossary to indicate that it is an editing glossary - this means it is a collection of glossary updates that will be merged into its source glossary.
setGlossaryAsStagingGlossary(String, String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Classify the glossary to indicate that it is an editing glossary - this means it is a collection of glossary updates that will be merged into another glossary.
setGlossaryAsStagingGlossary(String, MetadataCorrelationProperties, String, StagingGlossaryProperties, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Classify the glossary to indicate that it is an editing glossary - this means it is a collection of glossary updates that will be merged into another glossary.
setGlossaryAsTaxonomy(String, String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Classify the glossary to indicate that it can be used as a taxonomy.
setGlossaryAsTaxonomy(String, MetadataCorrelationProperties, String, TaxonomyProperties, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Classify the glossary to indicate that it can be used as a taxonomy.
setRetentionClassification(String, String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.StewardshipExchangeRESTServices
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, boolean, boolean, boolean, UpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.SchemaExchangeRESTServices
Classify the schema type (or attribute if type is embedded) to indicate that it is a calculated value.
setSchemaElementAsCalculatedValue(String, String, String, boolean, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.SchemaExchangeHandler
Classify the schema type (or attribute if type is embedded) to indicate that it is a calculated value.
setTermAsAbstractConcept(String, String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Classify the glossary term to indicate that it describes an abstract concept.
setTermAsAbstractConcept(String, MetadataCorrelationProperties, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Classify the glossary term to indicate that it describes an abstract concept.
setTermAsActivity(String, String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Classify the glossary term to indicate that it describes a data value.
setTermAsActivity(String, MetadataCorrelationProperties, String, GlossaryTermActivityType, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Classify the glossary term to indicate that it describes a data value.
setTermAsContext(String, String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Classify the glossary term to indicate that it describes a context.
setTermAsContext(String, MetadataCorrelationProperties, String, GlossaryTermContextDefinition, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Classify the glossary term to indicate that it describes a context.
setTermAsDataField(String, String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Classify the glossary term to indicate that it describes a data field and supply properties that describe the characteristics of the data values found within.
setTermAsDataField(String, MetadataCorrelationProperties, String, DataFieldValuesProperties, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Classify the glossary term to indicate that it describes a data field and supply properties that describe the characteristics of the data values found within.
setTermAsDataValue(String, String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Classify the glossary term to indicate that it describes a data value.
setTermAsDataValue(String, MetadataCorrelationProperties, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Classify the glossary term to indicate that it describes a data value.
setTermAsObjectIdentifier(String, String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Classify the glossary term to indicate that it describes an object identifier.
setTermAsObjectIdentifier(String, MetadataCorrelationProperties, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Classify the glossary term to indicate that it describes an object identifier.
setTermAsSpineAttribute(String, String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Classify the glossary term to indicate that it describes a spine attribute.
setTermAsSpineAttribute(String, MetadataCorrelationProperties, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Classify the glossary term to indicate that it describes a spine attribute.
setTermAsSpineObject(String, String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Classify the glossary term to indicate that it describes a spine object.
setTermAsSpineObject(String, MetadataCorrelationProperties, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Classify the glossary term to indicate that it describes a spine object.
setupAcceptedAnswer(String, String, String, String, boolean, boolean, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.CollaborationExchangeRESTServices
Link a comment that contains the best answer to a question posed in another comment.
setupAcceptedAnswer(String, String, String, String, String, boolean, Date, Date, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.CommentExchangeHandler
Link a comment that contains the best answer to a question posed in another comment.
setupAssetConnection(String, String, boolean, String, String, boolean, boolean, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ConnectionExchangeRESTServices
Create a relationship between an asset and its connection.
setupAssetConnection(String, String, String, boolean, String, String, AssetConnectionProperties, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ConnectionExchangeHandler
Create a relationship between an asset and its connection.
setupCategoryParent(String, String, String, String, boolean, boolean, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Create a parent-child relationship between two categories.
setupCategoryParent(String, String, String, String, String, Date, Date, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Create a parent-child relationship between two categories.
setupColumnAsPrimaryKey(String, String, String, boolean, boolean, boolean, PrimaryKeyClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.SchemaExchangeRESTServices
Classify the column schema attribute to indicate that it describes a primary key.
setupColumnAsPrimaryKey(String, String, String, boolean, String, String, KeyPattern, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.SchemaExchangeHandler
Classify the column schema attribute to indicate that it describes a primary key.
setupConnectorType(String, String, String, boolean, String, String, RelationshipProperties, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ConnectionExchangeHandler
Create a relationship between a connection and a connector type.
setupConnectorType(String, String, String, String, boolean, boolean, boolean, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ConnectionExchangeRESTServices
Create a relationship between a connection and a connector type.
setupControlFlow(String, String, String, boolean, String, String, String, String, String, Date, Date, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Link two elements to show that when one completes the next is started.
setupControlFlow(String, String, String, String, boolean, boolean, boolean, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Link two elements to show that when one completes the next is started.
setupDataFlow(String, String, String, boolean, String, String, String, String, String, Date, Date, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Link two elements together to show that data flows from one to the other.
setupDataFlow(String, String, String, String, boolean, boolean, boolean, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Link two elements together to show that data flows from one to the other.
setupEmbeddedConnection(String, String, String, boolean, String, String, EmbeddedConnectionProperties, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ConnectionExchangeHandler
Create a relationship between a virtual connection and an embedded connection.
setupEmbeddedConnection(String, String, String, String, boolean, boolean, boolean, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ConnectionExchangeRESTServices
Create a relationship between a virtual connection and an embedded connection.
setupEndpoint(String, String, String, boolean, String, String, RelationshipProperties, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ConnectionExchangeHandler
Create a relationship between a connection and an endpoint.
setupEndpoint(String, String, String, String, boolean, boolean, boolean, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ConnectionExchangeRESTServices
Create a relationship between a connection and an endpoint.
setupForeignKeyRelationship(String, String, String, boolean, String, String, ForeignKeyProperties, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.SchemaExchangeHandler
Link two schema attributes together to show a foreign key relationship.
setupForeignKeyRelationship(String, String, String, String, boolean, boolean, boolean, ForeignKeyRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.SchemaExchangeRESTServices
Link two schema attributes together to show a foreign key relationship.
setupLineageMapping(String, String, String, String, boolean, boolean, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Link to elements together to show that they are part of the lineage of the data that is moving between the processes.
setupLineageMapping(String, String, String, String, String, String, String, Date, Date, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Link to elements together to show that they are part of the lineage of the data that is moving between the processes.
setupPortDelegation(String, String, boolean, String, String, boolean, boolean, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Link two ports together to show that portTwo is an implementation of portOne.
setupPortDelegation(String, String, String, boolean, String, String, Date, Date, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Link two ports together to show that portTwo is an implementation of portOne.
setupPortSchemaType(String, String, boolean, String, String, boolean, boolean, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Link a schema type to a port to show the structure of data it accepts.
setupPortSchemaType(String, String, String, boolean, String, String, Date, Date, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Link a schema type to a port to show the structure of data it accepts.
setupProcessCall(String, String, String, boolean, String, String, String, String, String, Date, Date, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Link two elements together to show a request-response call between them.
setupProcessCall(String, String, String, String, boolean, boolean, boolean, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Link two elements together to show a request-response call between them.
setupProcessParent(String, String, String, boolean, String, String, ProcessContainmentType, Date, Date, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Create a parent-child relationship between two processes.
setupProcessParent(String, String, String, String, boolean, boolean, boolean, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Create a parent-child relationship between two processes.
setupProcessPort(String, String, boolean, String, String, boolean, boolean, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Link a port to a process.
setupProcessPort(String, String, String, boolean, String, String, Date, Date, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Link a port to a process.
setupRelatedDataAsset(String, String, boolean, String, String, String, boolean, boolean, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.DataAssetExchangeRESTServices
Link two asset together.
setupRelatedDataAsset(String, String, String, boolean, String, String, String, RelationshipProperties, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.DataAssetExchangeHandler
Link two asset together.
setupSchemaElementRelationship(String, String, String, boolean, String, String, String, RelationshipProperties, Date, Date, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.SchemaExchangeHandler
Connect a schema type to a data asset, process or port.
setupSchemaElementRelationship(String, String, String, String, String, boolean, boolean, boolean, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.SchemaExchangeRESTServices
Create a relationship between two schema elements.
setupSchemaTypeParent(String, String, String, boolean, String, String, String, Date, Date, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.SchemaExchangeHandler
Connect a schema type to a data asset, process or port.
setupSchemaTypeParent(String, String, String, String, String, boolean, boolean, boolean, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.SchemaExchangeRESTServices
Connect a schema type to a data asset, process or port.
setupSemanticAssignment(String, String, String, String, boolean, boolean, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.StewardshipExchangeRESTServices
Create a semantic assignment relationship between a glossary term and an element (normally a schema attribute, data field or asset).
setupTermCategory(String, String, String, String, boolean, boolean, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Link a term to a category.
setupTermCategory(String, String, String, String, String, GlossaryTermCategorization, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Link a term to a category.
setupTermRelationship(String, String, String, String, String, boolean, boolean, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Link two terms together using a specialist relationship.
setupTermRelationship(String, String, String, String, String, String, GlossaryTermRelationship, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Link two terms together using a specialist relationship.
shutdown() - Method in class org.odpi.openmetadata.accessservices.assetmanager.admin.AssetManagerAdmin
Shutdown the access service.
StewardshipExchangeRESTServices - Class in org.odpi.openmetadata.accessservices.assetmanager.server
StewardshipExchangeRESTServices provides part of the server-side support for the Asset Owner Open Metadata Access Service (OMAS).
StewardshipExchangeRESTServices() - Constructor for class org.odpi.openmetadata.accessservices.assetmanager.server.StewardshipExchangeRESTServices
Default constructor

U

undoGlossaryTermUpdate(String, String, String, boolean, boolean, UpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Undo the last update to the glossary term.
undoGlossaryTermUpdate(String, MetadataCorrelationProperties, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Undo the last update to the glossary term.
unlinkExternalReferenceFromElement(String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ExternalReferenceExchangeRESTServices
Remove the link between an external reference and an element.
unlinkExternalReferenceFromElement(String, String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ExternalReferenceExchangeHandler
Remove the link between an external reference and an element.
updateAssetRelationship(String, String, String, String, boolean, boolean, boolean, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.DataAssetExchangeRESTServices
Update relationship between two elements.
updateAssetRelationship(String, String, String, String, String, boolean, RelationshipProperties, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.DataAssetExchangeHandler
Update relationship between two elements.
updateComment(String, String, String, boolean, boolean, boolean, boolean, ReferenceableUpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.CollaborationExchangeRESTServices
Update an existing comment.
updateComment(String, MetadataCorrelationProperties, String, CommentProperties, boolean, boolean, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.CommentExchangeHandler
Update the metadata element representing a comment.
updateConnection(String, String, String, boolean, boolean, boolean, ConnectionRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ConnectionExchangeRESTServices
Update the metadata element representing an asset.
updateConnection(String, MetadataCorrelationProperties, String, boolean, ConnectionProperties, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ConnectionExchangeHandler
Update the metadata element representing an asset.
updateConnectorType(String, String, String, boolean, boolean, boolean, ConnectorTypeRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ConnectionExchangeRESTServices
Update the metadata element representing an asset.
updateConnectorType(String, MetadataCorrelationProperties, String, boolean, ConnectorTypeProperties, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ConnectionExchangeHandler
Update the metadata element representing an asset.
updateControlFlow(String, String, String, boolean, boolean, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Update the relationship between two elements that shows that when one completes the next is started.
updateControlFlow(String, String, String, String, String, String, String, Date, Date, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Update the relationship between two elements that shows that when one completes the next is started.
updateDataAsset(String, String, String, boolean, boolean, boolean, DataAssetRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.DataAssetExchangeRESTServices
Update the metadata element representing an asset.
updateDataAsset(String, MetadataCorrelationProperties, String, boolean, DataAssetProperties, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.DataAssetExchangeHandler
Update the metadata element representing an asset.
updateDataFlow(String, String, String, boolean, boolean, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Update relationship between two elements that shows that data flows from one to the other.
updateDataFlow(String, String, String, String, String, String, String, Date, Date, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Update relationship between two elements that shows that data flows from one to the other.
updateEndpoint(String, String, String, boolean, boolean, boolean, EndpointRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ConnectionExchangeRESTServices
Update the metadata element representing an asset.
updateEndpoint(String, MetadataCorrelationProperties, String, boolean, EndpointProperties, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ConnectionExchangeHandler
Update the metadata element representing an asset.
updateExternalGlossaryLink(String, String, String, boolean, boolean, ExternalGlossaryLinkRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Update the properties of a reference to an external glossary resource.
updateExternalGlossaryLink(String, String, String, String, ExternalGlossaryLinkProperties, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Update the properties of a reference to an external glossary resource.
updateExternalIdentifier(String, String, String, String, MetadataCorrelationProperties) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.AssetManagerRESTServices
Update the description of a specific external identifier.
updateExternalReference(String, String, String, boolean, boolean, boolean, ExternalReferenceRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ExternalReferenceExchangeRESTServices
Update the definition of an external reference.
updateExternalReference(String, MetadataCorrelationProperties, String, boolean, ExternalReferenceProperties, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ExternalReferenceExchangeHandler
Update the metadata element representing an external reference.
updateExternalReferenceToElementLink(String, String, String, boolean, boolean, ExternalReferenceLinkRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.ExternalReferenceExchangeRESTServices
Update the link between an external reference to an object.
updateExternalReferenceToElementLink(String, String, String, String, String, ExternalReferenceLinkProperties, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ExternalReferenceExchangeHandler
Update the link between an external reference to an object.
updateForeignKeyRelationship(String, String, String, String, boolean, boolean, ForeignKeyRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.SchemaExchangeRESTServices
Update the relationship properties for the query target.
updateForeignKeyRelationship(String, String, String, String, String, ForeignKeyProperties, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.SchemaExchangeHandler
Update the relationship properties for the query target.
updateGlossary(String, String, String, boolean, boolean, boolean, ReferenceableUpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Update the metadata element representing a glossary.
updateGlossary(String, MetadataCorrelationProperties, String, GlossaryProperties, String, boolean, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Update the metadata element representing a glossary.
updateGlossaryCategory(String, String, String, boolean, boolean, boolean, ReferenceableUpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Update the metadata element representing a glossary category.
updateGlossaryCategory(String, MetadataCorrelationProperties, String, GlossaryCategoryProperties, String, boolean, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Update the metadata element representing a glossary category.
updateGlossaryTerm(String, String, String, boolean, boolean, boolean, ReferenceableUpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Update the metadata element representing a glossary term.
updateGlossaryTerm(String, MetadataCorrelationProperties, String, GlossaryTermProperties, String, boolean, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Update the properties of the metadata element representing a glossary term.
updateGlossaryTermFromTemplate(String, String, String, boolean, boolean, boolean, boolean, ReferenceableUpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Update the glossary term using the properties and classifications from the parentGUID stored in the request body.
updateGlossaryTermFromTemplate(String, MetadataCorrelationProperties, String, String, boolean, boolean, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Update the glossary term using the properties and classifications from the parentGUID stored in the request body.
updateGlossaryTermStatus(String, String, String, boolean, boolean, GlossaryTermStatusRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Update the status of the metadata element representing a glossary term.
updateGlossaryTermStatus(String, MetadataCorrelationProperties, String, GlossaryTermStatus, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Update the status of the metadata element representing a glossary term.
updateLineageMapping(String, String, String, boolean, boolean, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Update the lineage mapping between two elements.
updateLineageMapping(String, String, String, String, String, String, Date, Date, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Remove the lineage mapping between two elements.
updateNote(String, String, String, boolean, boolean, boolean, ReferenceableUpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.CollaborationExchangeRESTServices
Update the properties of the metadata element representing a note.
updateNote(String, MetadataCorrelationProperties, String, NoteProperties, boolean, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.NoteLogExchangeHandler
Update the properties of the metadata element representing a note.
updateNoteLog(String, String, String, boolean, boolean, boolean, boolean, ReferenceableUpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.CollaborationExchangeRESTServices
Update the metadata element representing a note log.
updateNoteLog(String, MetadataCorrelationProperties, String, NoteLogProperties, boolean, boolean, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.NoteLogExchangeHandler
Update the metadata element representing a note log.
updatePort(String, String, String, boolean, boolean, PortRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Update the properties of the metadata element representing a port.
updatePort(String, MetadataCorrelationProperties, String, PortProperties, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Update the properties of the metadata element representing a port.
updateProcess(String, String, String, boolean, boolean, boolean, ProcessRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Update the metadata element representing a process.
updateProcess(String, MetadataCorrelationProperties, String, boolean, ProcessProperties, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Update the metadata element representing a process.
updateProcessCall(String, String, String, boolean, boolean, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Update the relationship between two elements that shows a request-response call between them.
updateProcessCall(String, String, String, String, String, String, String, Date, Date, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Update the relationship between two elements that shows a request-response call between them.
updateProcessStatus(String, String, String, boolean, boolean, ProcessStatusRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Update the status of the metadata element representing a process.
updateProcessStatus(String, MetadataCorrelationProperties, String, ProcessStatus, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Update the status of the metadata element representing a process.
updateSchemaAttribute(String, String, String, boolean, boolean, boolean, SchemaAttributeRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.SchemaExchangeRESTServices
Update the properties of the metadata element representing a schema attribute.
updateSchemaAttribute(String, MetadataCorrelationProperties, String, boolean, SchemaAttributeProperties, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.SchemaExchangeHandler
Update the properties of the metadata element representing a schema attribute.
updateSchemaType(String, String, String, boolean, boolean, boolean, SchemaTypeRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.SchemaExchangeRESTServices
Update the metadata element representing a schema type.
updateSchemaType(String, MetadataCorrelationProperties, String, boolean, boolean, boolean, SchemaTypeProperties, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.SchemaExchangeHandler
Update the metadata element representing a schema type.
updateTagDescription(String, String, String, InformalTagUpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.CollaborationExchangeRESTServices
Updates the description of an existing tag (either private or public).
updateTermRelationship(String, String, String, String, String, boolean, boolean, RelationshipRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.GlossaryExchangeRESTServices
Update the relationship properties for the two terms.
updateTermRelationship(String, String, String, String, String, String, GlossaryTermRelationship, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.GlossaryExchangeHandler
Update the relationship properties for the two terms.

W

withdrawDataAsset(String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.DataAssetExchangeHandler
Update the zones for the asset so that it is no longer visible to consumers.
withdrawDataAsset(String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.DataAssetExchangeRESTServices
Update the zones for the asset so that it is no longer visible to consumers.
withdrawProcess(String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.accessservices.assetmanager.handlers.ProcessExchangeHandler
Update the zones for the process so that it is no longer visible to consumers.
withdrawProcess(String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
Update the zones for the process so that it is no longer visible to consumers.
A C D E F G I L M N O P R S U W 
All Classes and Interfaces|All Packages