Class GlossaryFVT
java.lang.Object
org.odpi.openmetadata.accessservices.subjectarea.fvt.GlossaryFVT
FVT resource to call subject area glossary client API.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.GlossarycreateFutureGlossary(long now, String name) org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.GlossarycreateGlossary(String glossaryName) org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossaryorg.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.GlossarycreatePastFromGlossary(long now, String name) org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.GlossarycreatePastToGlossary(long now, String name) voiddeleteGlossary(String guid) List<org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary>findGlossaries(String criteria) List<org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.Category>getCategories(String glossaryGuid, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common.FindRequest findRequest, boolean onlyTop) org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.GlossarygetGlossaryByGUID(String guid) static intgetGlossaryCount(String url, String serverName, String userId) org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.GlossarygetGlossaryForInput(String glossaryName) List<org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Relationship>getGlossaryRelationships(org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary glossary) org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.TaxonomygetTaxonomyForInput(String glossaryName) List<org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term>getTerms(String glossaryGuid, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common.FindRequest findRequest) org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.GlossaryissueCreateGlossary(org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary glossary) static voidorg.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.GlossaryrestoreGlossary(String guid) voidrun()static voidstatic voidrunWith2Servers(String url) org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.GlossaryupdateGlossary(String guid, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary glossary)
-
Constructor Details
-
GlossaryFVT
public GlossaryFVT(String url, String serverName, String userId) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
-
-
Method Details
-
runWith2Servers
public static void runWith2Servers(String url) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, SubjectAreaFVTCheckedException - Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerExceptionSubjectAreaFVTCheckedException
-
main
-
runIt
public static void runIt(String url, String serverName, String userId) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, SubjectAreaFVTCheckedException - Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerExceptionSubjectAreaFVTCheckedException
-
getGlossaryCount
public static int getGlossaryCount(String url, String serverName, String userId) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, SubjectAreaFVTCheckedException - Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerExceptionSubjectAreaFVTCheckedException
-
run
public void run() throws SubjectAreaFVTCheckedException, org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- Throws:
SubjectAreaFVTCheckedExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
-
createGlossary
public org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary createGlossary(String glossaryName) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
-
issueCreateGlossary
public org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary issueCreateGlossary(org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary glossary) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
-
getGlossaryForInput
public org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary getGlossaryForInput(String glossaryName) -
getTaxonomyForInput
public org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Taxonomy getTaxonomyForInput(String glossaryName) -
createPastToGlossary
public org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary createPastToGlossary(long now, String name) throws SubjectAreaFVTCheckedException, org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - Throws:
SubjectAreaFVTCheckedExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
-
createPastFromGlossary
public org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary createPastFromGlossary(long now, String name) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
-
createInvalidEffectiveDateGlossary
public org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary createInvalidEffectiveDateGlossary(String name) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
-
createFutureGlossary
public org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary createFutureGlossary(long now, String name) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, SubjectAreaFVTCheckedException - Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedExceptionSubjectAreaFVTCheckedException
-
findGlossaries
public List<org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary> findGlossaries(String criteria) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
-
getGlossaryByGUID
public org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary getGlossaryByGUID(String guid) throws SubjectAreaFVTCheckedException, org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - Throws:
SubjectAreaFVTCheckedExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
-
updateGlossary
public org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary updateGlossary(String guid, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary glossary) throws SubjectAreaFVTCheckedException, org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - Throws:
SubjectAreaFVTCheckedExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
-
deleteGlossary
public void deleteGlossary(String guid) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
-
restoreGlossary
public org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary restoreGlossary(String guid) throws SubjectAreaFVTCheckedException, org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - Throws:
SubjectAreaFVTCheckedExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
-
getGlossaryRelationships
public List<org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Relationship> getGlossaryRelationships(org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary glossary) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
-
getCategories
public List<org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.Category> getCategories(String glossaryGuid, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common.FindRequest findRequest, boolean onlyTop) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
-
getTerms
public List<org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term> getTerms(String glossaryGuid, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common.FindRequest findRequest) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
-