public class GlossaryFVT extends Object
| Constructor and Description |
|---|
GlossaryFVT(String url,
String serverName,
String userId) |
public GlossaryFVT(String url, String serverName, String userId) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.InvalidParameterException
public static void runWith2Servers(String url) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
public static void main(String[] args)
public static void runIt(String url, String serverName, String userId) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
public void run()
throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
public org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary createGlossary(String glossaryName) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
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.accessservices.subjectarea.ffdc.exceptions.MetadataServerUncontactableException, org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.InvalidParameterException, org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.UserNotAuthorizedException, org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.ClassificationException, org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.FunctionNotSupportedException, org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.UnexpectedResponseException, org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.UnrecognizedGUIDException
org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.MetadataServerUncontactableExceptionorg.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.InvalidParameterExceptionorg.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.UserNotAuthorizedExceptionorg.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.ClassificationExceptionorg.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.FunctionNotSupportedExceptionorg.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.UnexpectedResponseExceptionorg.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.UnrecognizedGUIDExceptionpublic org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary getGlossaryForInput(String glossaryName)
public org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary createPastToGlossary(String name) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
public org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary createPastFromGlossary(String name) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
public org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary createInvalidEffectiveDateGlossary(String name) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
public org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary createFutureGlossary(String name) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
public List<org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary> findGlossaries(String criteria) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
public org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary getGlossaryByGUID(String guid) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
public org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary updateGlossary(String guid, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary glossary) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
public org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary deleteGlossary(String guid) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
public org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary restoreGlossary(String guid) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
public void purgeGlossary(String guid) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
public List<org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Line> getGlossaryRelationships(org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary glossary) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.UserNotAuthorizedException, org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.UnexpectedResponseException, org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.InvalidParameterException, org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.FunctionNotSupportedException, org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.MetadataServerUncontactableException
org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.UserNotAuthorizedExceptionorg.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.UnexpectedResponseExceptionorg.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.InvalidParameterExceptionorg.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.FunctionNotSupportedExceptionorg.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.MetadataServerUncontactableExceptionCopyright © 2018–2019 ODPi. All rights reserved.