- deleteCategory(String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.client.SubjectAreaCategoryImpl
-
Delete a Category instance
A delete (also known as a soft delete) means that the category instance will exist in a deleted state in the repository after the delete operation.
- deleteCategory(String, String) - Method in interface org.odpi.openmetadata.accessservices.subjectarea.SubjectAreaCategory
-
Delete a Category instance
A delete (also known as a soft delete) means that the category instance will exist in a deleted state in the repository after the delete operation.
- deleteGlossary(String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.client.SubjectAreaGlossaryImpl
-
Delete a Glossary instance
The deletion of a glossary is only allowed if there is no glossary content (i.e.
- deleteGlossary(String, String) - Method in interface org.odpi.openmetadata.accessservices.subjectarea.SubjectAreaGlossary
-
Delete a Glossary instance
The deletion of a glossary is only allowed if there is no glossary content (i.e.
- deleteTerm(String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.client.SubjectAreaTermImpl
-
Delete a Term instance
A delete (also known as a soft delete) means that the term instance will exist in a deleted state in the repository after the delete operation.
- deleteTerm(String, String) - Method in interface org.odpi.openmetadata.accessservices.subjectarea.SubjectAreaTerm
-
Delete a Term instance
A delete (also known as a soft delete) means that the term instance will exist in a deleted state in the repository after the delete operation.
- detectAndReturnCategory(String, SubjectAreaOMASAPIResponse) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.utils.DetectUtils
-
Detect and return a Category object from the supplied response.
- detectAndReturnGlossary(String, SubjectAreaOMASAPIResponse) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.utils.DetectUtils
-
Detect and return a Glossary object from the supplied response.
- detectAndReturnTerm(String, SubjectAreaOMASAPIResponse) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.utils.DetectUtils
-
Detect and return a Term object from the supplied response.
- detectAndThrowClassificationException(String, SubjectAreaOMASAPIResponse) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.utils.DetectUtils
-
Throw an ClassificationException if it is encoded in the REST response.
- detectAndThrowEntityNotDeletedException(String, SubjectAreaOMASAPIResponse) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.utils.DetectUtils
-
Throw an EntityNotDeletedException if it is encoded in the REST response.
- detectAndThrowFunctionNotSupportedException(String, SubjectAreaOMASAPIResponse) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.utils.DetectUtils
-
Throw an FunctionNotSupportedException if it is encoded in the REST response.
- detectAndThrowGUIDNotPurgedException(String, SubjectAreaOMASAPIResponse) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.utils.DetectUtils
-
Throw an GUIDNotPurgedException if it is encoded in the REST response.
- detectAndThrowInvalidParameterException(String, SubjectAreaOMASAPIResponse) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.utils.DetectUtils
-
Throw an InvalidParameterException if it is encoded in the REST response.
- detectAndThrowRelationshipNotDeletedException(String, SubjectAreaOMASAPIResponse) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.utils.DetectUtils
-
Throw an RelationshipNotDeletedException if it is encoded in the REST response.
- detectAndThrowStatusNotSupportedException(String, SubjectAreaOMASAPIResponse) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.utils.DetectUtils
-
Throw an StatusNotSupportedException if it is encoded in the REST response.
- detectAndThrowUnrecognizedGUIDException(String, SubjectAreaOMASAPIResponse) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.utils.DetectUtils
-
Throw an UnrecognizedGUIDException if it is encoded in the REST response.
- detectAndThrowUnrecognizedNameException(String, SubjectAreaOMASAPIResponse) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.utils.DetectUtils
-
Throw an UnrecognizedNameException if it is encoded in the REST response.
- detectAndThrowUserNotAuthorizedException(String, SubjectAreaOMASAPIResponse) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.utils.DetectUtils
-
Throw an UserNotAuthorizedException if it is encoded in the REST response.
- DetectUtils - Class in org.odpi.openmetadata.accessservices.subjectarea.utils
-
Created by david on 10/08/2018.
- DetectUtils() - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.utils.DetectUtils
-