public class RelationshipsFVT extends Object
| Constructor and Description |
|---|
RelationshipsFVT(String url,
String serverName,
String userId) |
| Modifier and Type | Method and Description |
|---|---|
Synonym |
createSynonym(Term term1,
Term term2) |
TermCategorizationRelationship |
createTermCategorization(Term term,
Category category) |
TermISATypeOFRelationship |
createTermISATypeOFRelationship(Term term1,
Term term2) |
static void |
main(String[] args) |
void |
run() |
static void |
runIt(String url,
String serverName,
String userId) |
static void |
runWith2Servers(String url) |
public RelationshipsFVT(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 Synonym createSynonym(Term term1, Term term2) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException
public TermISATypeOFRelationship createTermISATypeOFRelationship(Term term1, Term term2) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, SubjectAreaFVTCheckedException
public TermCategorizationRelationship createTermCategorization(Term term, Category category) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, SubjectAreaFVTCheckedException
Copyright © 2018–2019 ODPi. All rights reserved.