Index
All Classes and Interfaces|All Packages
A
- addElementToSubjectArea(String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationmanager.server.spring.ClassificationManagerResource
-
Classify the element to assert that the definitions it represents are part of a subject area definition.
- addGovernanceDefinitionToElement(String, String, String, boolean, boolean, RelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationmanager.server.spring.ClassificationManagerResource
-
Link a governance definition to an element using the GovernedBy relationship.
- addOwnership(String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationmanager.server.spring.ClassificationManagerResource
-
Add or replace the ownership classification for an element.
- addSecurityTags(String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationmanager.server.spring.ClassificationManagerResource
-
Add or replace the security tags for an element.
C
- ClassificationManagerResource - Class in org.odpi.openmetadata.viewservices.classificationmanager.server.spring
-
The ClassificationManagerResource provides the Spring API endpoints of the Classification Manager Open Metadata View Service (OMVS).
- ClassificationManagerResource() - Constructor for class org.odpi.openmetadata.viewservices.classificationmanager.server.spring.ClassificationManagerResource
-
Default constructor
- clearConfidenceClassification(String, String, boolean, boolean, EffectiveTimeRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationmanager.server.spring.ClassificationManagerResource
-
Remove the confidence classification from the element.
- clearConfidentialityClassification(String, String, boolean, boolean, EffectiveTimeRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationmanager.server.spring.ClassificationManagerResource
-
Remove the confidence classification from the element.
- clearCriticalityClassification(String, String, boolean, boolean, EffectiveTimeRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationmanager.server.spring.ClassificationManagerResource
-
Remove the criticality classification from the element.
- clearOwnership(String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationmanager.server.spring.ClassificationManagerResource
-
Remove the ownership classification from an element.
- clearRetentionClassification(String, String, boolean, boolean, EffectiveTimeRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationmanager.server.spring.ClassificationManagerResource
-
Remove the retention classification from the element.
- clearSecurityTags(String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationmanager.server.spring.ClassificationManagerResource
-
Remove the security tags classification from an element.
- clearSemanticAssignment(String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationmanager.server.spring.ClassificationManagerResource
-
Remove a semantic assignment relationship between an element and its glossary term.
F
- findElementsByClassificationWithPropertyValue(String, String, int, int, boolean, boolean, FindPropertyNamesProperties) - Method in class org.odpi.openmetadata.viewservices.classificationmanager.server.spring.ClassificationManagerResource
-
Retrieve elements with the requested classification name and with the requested a value found in one of the classification's properties specified.
- findElementsByPropertyValue(String, int, int, boolean, boolean, FindPropertyNamesProperties) - Method in class org.odpi.openmetadata.viewservices.classificationmanager.server.spring.ClassificationManagerResource
-
Retrieve elements by a value found in one of the properties specified.
- findRelatedElementsWithPropertyValue(String, String, String, int, int, int, boolean, boolean, FindPropertyNamesProperties) - Method in class org.odpi.openmetadata.viewservices.classificationmanager.server.spring.ClassificationManagerResource
-
Retrieve elements linked via the requested relationship type name and with the relationship's properties specified.
- findRelationshipsWithPropertyValue(String, String, int, int, boolean, boolean, FindPropertyNamesProperties) - Method in class org.odpi.openmetadata.viewservices.classificationmanager.server.spring.ClassificationManagerResource
-
Retrieve relationships of the requested relationship type name and with the requested a value found in one of the relationship's properties specified.
G
- getElements(String, int, int, boolean, boolean, FindProperties) - Method in class org.odpi.openmetadata.viewservices.classificationmanager.server.spring.ClassificationManagerResource
-
Retrieve elements of the requested type name.
- getElementsByClassification(String, String, int, int, boolean, boolean, FindProperties) - Method in class org.odpi.openmetadata.viewservices.classificationmanager.server.spring.ClassificationManagerResource
-
Retrieve elements with the requested classification name.
- getElementsByClassificationWithPropertyValue(String, String, int, int, boolean, boolean, FindPropertyNamesProperties) - Method in class org.odpi.openmetadata.viewservices.classificationmanager.server.spring.ClassificationManagerResource
-
Retrieve elements with the requested classification name and with the requested a value found in one of the classification's properties specified.
- getElementsByPropertyValue(String, int, int, boolean, boolean, FindPropertyNamesProperties) - Method in class org.odpi.openmetadata.viewservices.classificationmanager.server.spring.ClassificationManagerResource
-
Retrieve elements by a value found in one of the properties specified.
- getMetadataElementByGUID(String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationmanager.server.spring.ClassificationManagerResource
-
Retrieve the metadata element using its unique identifier.
- getMetadataElementByUniqueName(String, boolean, boolean, NameRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationmanager.server.spring.ClassificationManagerResource
-
Retrieve the metadata element using its unique name (typically the qualified name).
- getMetadataElementGUIDByUniqueName(String, boolean, boolean, NameRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationmanager.server.spring.ClassificationManagerResource
-
Retrieve the unique identifier of a metadata element using its unique name (typically the qualified name).
- getRelatedElements(String, String, int, int, int, boolean, boolean, FindProperties) - Method in class org.odpi.openmetadata.viewservices.classificationmanager.server.spring.ClassificationManagerResource
-
Retrieve related elements of any type name.
- getRelatedElements(String, String, String, int, int, int, boolean, boolean, FindProperties) - Method in class org.odpi.openmetadata.viewservices.classificationmanager.server.spring.ClassificationManagerResource
-
Retrieve related elements of the requested type name.
- getRelatedElementsWithPropertyValue(String, String, String, int, int, int, boolean, boolean, FindPropertyNamesProperties) - Method in class org.odpi.openmetadata.viewservices.classificationmanager.server.spring.ClassificationManagerResource
-
Retrieve elements linked via the requested relationship type name and with the requested a value found in one of the classification's properties specified.
- getRelationships(String, String, int, int, boolean, boolean, FindProperties) - Method in class org.odpi.openmetadata.viewservices.classificationmanager.server.spring.ClassificationManagerResource
-
Retrieve relationships of the requested relationship type name.
- getRelationshipsWithPropertyValue(String, String, int, int, boolean, boolean, FindPropertyNamesProperties) - Method in class org.odpi.openmetadata.viewservices.classificationmanager.server.spring.ClassificationManagerResource
-
Retrieve relationships of the requested relationship type name and with the requested a value found in one of the relationship's properties specified.
O
- org.odpi.openmetadata.viewservices.classificationmanager.server.spring - package org.odpi.openmetadata.viewservices.classificationmanager.server.spring
R
- removeElementFromSubjectArea(String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationmanager.server.spring.ClassificationManagerResource
-
Remove the subject area designation from the identified element.
- removeGovernanceDefinitionFromElement(String, String, String, boolean, boolean, EffectiveTimeQueryRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationmanager.server.spring.ClassificationManagerResource
-
Remove the GovernedBy relationship between a governance definition and an element.
- retrieveInstanceForGUID(String, String, boolean, boolean, EffectiveTimeRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationmanager.server.spring.ClassificationManagerResource
-
Retrieve the header for the instance identified by the supplied unique identifier.
S
- setConfidenceClassification(String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationmanager.server.spring.ClassificationManagerResource
-
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, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationmanager.server.spring.ClassificationManagerResource
-
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, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationmanager.server.spring.ClassificationManagerResource
-
Classify/reclassify the element (typically an asset) to indicate how critical the element (or associated resource) is to the organization.
- setRetentionClassification(String, String, boolean, boolean, ClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationmanager.server.spring.ClassificationManagerResource
-
Classify/reclassify the element (typically an asset) to indicate how long the element (or associated resource) is to be retained by the organization.
- setupSemanticAssignment(String, String, String, boolean, boolean, RelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationmanager.server.spring.ClassificationManagerResource
-
Create a semantic assignment relationship between a glossary term and an element (normally a schema attribute, data field or asset).
All Classes and Interfaces|All Packages