public class TermFVT extends Object
| Constructor and Description |
|---|
TermFVT(String url,
String serverName,
String userId) |
| Modifier and Type | Method and Description |
|---|---|
Term |
createTerm(String termName,
String glossaryGuid) |
Term |
createTermWithGovernanceActions(String termName,
String glossaryGuid,
GovernanceActions governanceActions) |
Term |
deleteTerm(String guid) |
List<Term> |
findTerms(String criteria) |
Term |
getTermByGUID(String guid) |
List<Line> |
getTermRelationships(Term term) |
List<Line> |
getTermRelationships(Term term,
Date asOfTime,
int offset,
int pageSize,
SequencingOrder sequenceOrder,
String sequenceProperty) |
Term |
issueCreateTerm(Term term) |
static void |
main(String[] args) |
void |
purgeTerm(String guid) |
Term |
restoreTerm(String guid) |
void |
run() |
static void |
runIt(String url,
String serverName,
String userId) |
static void |
runWith2Servers(String url) |
Term |
updateTerm(String guid,
Term term) |
Term |
updateTermToFuture(String guid,
Term term) |
public TermFVT(String url, String serverName, String userId) throws SubjectAreaCheckedExceptionBase
SubjectAreaCheckedExceptionBasepublic static void main(String[] args)
public static void runWith2Servers(String url) throws SubjectAreaCheckedExceptionBase
SubjectAreaCheckedExceptionBasepublic static void runIt(String url, String serverName, String userId) throws SubjectAreaCheckedExceptionBase
SubjectAreaCheckedExceptionBasepublic void run()
throws SubjectAreaCheckedExceptionBase
SubjectAreaCheckedExceptionBasepublic Term createTerm(String termName, String glossaryGuid) throws SubjectAreaCheckedExceptionBase
SubjectAreaCheckedExceptionBasepublic Term issueCreateTerm(Term term) throws MetadataServerUncontactableException, InvalidParameterException, UserNotAuthorizedException, ClassificationException, FunctionNotSupportedException, UnexpectedResponseException
public Term createTermWithGovernanceActions(String termName, String glossaryGuid, GovernanceActions governanceActions) throws SubjectAreaCheckedExceptionBase
SubjectAreaCheckedExceptionBasepublic Term getTermByGUID(String guid) throws SubjectAreaCheckedExceptionBase
SubjectAreaCheckedExceptionBasepublic List<Term> findTerms(String criteria) throws SubjectAreaCheckedExceptionBase
SubjectAreaCheckedExceptionBasepublic Term updateTerm(String guid, Term term) throws SubjectAreaCheckedExceptionBase
SubjectAreaCheckedExceptionBasepublic Term restoreTerm(String guid) throws SubjectAreaCheckedExceptionBase
SubjectAreaCheckedExceptionBasepublic Term updateTermToFuture(String guid, Term term) throws SubjectAreaCheckedExceptionBase
SubjectAreaCheckedExceptionBasepublic Term deleteTerm(String guid) throws SubjectAreaCheckedExceptionBase
SubjectAreaCheckedExceptionBasepublic void purgeTerm(String guid) throws SubjectAreaCheckedExceptionBase
SubjectAreaCheckedExceptionBasepublic List<Line> getTermRelationships(Term term) throws UserNotAuthorizedException, UnexpectedResponseException, InvalidParameterException, FunctionNotSupportedException, MetadataServerUncontactableException
public List<Line> getTermRelationships(Term term, Date asOfTime, int offset, int pageSize, SequencingOrder sequenceOrder, String sequenceProperty) throws UserNotAuthorizedException, UnexpectedResponseException, InvalidParameterException, FunctionNotSupportedException, MetadataServerUncontactableException
Copyright © 2018–2019 ODPi. All rights reserved.