public class TermFVT extends Object
| Constructor and Description |
|---|
TermFVT(String url,
String serverName,
String userId) |
public TermFVT(String url, String serverName, String userId) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.InvalidParameterException
public static void main(String[] args)
public static void runWith2Servers(String url) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
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.term.Term createTerm(String termName, String glossaryGuid) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
public org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term createTermWithGovernanceActions(String termName, String glossaryGuid, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common.GovernanceActions governanceActions) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
public org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term getTermByGUID(String guid) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
public List<org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term> findTerms(String criteria) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
public org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term updateTerm(String guid, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term term) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
public org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term restoreTerm(String guid) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
public org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term updateTermToFuture(String guid, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term term) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
public org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term deleteTerm(String guid) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
public void purgeTerm(String guid) throws org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedExceptionBase
public List<org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Line> getTermRelationships(org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term term) 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.MetadataServerUncontactableExceptionpublic List<org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Line> getTermRelationships(org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term term, Date asOfTime, int offset, int pageSize, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common.SequencingOrder sequenceOrder, String sequenceProperty) 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.