public class ProjectFVT extends Object
| Constructor and Description |
|---|
ProjectFVT(String url,
String serverName,
String userId) |
| Modifier and Type | Method and Description |
|---|---|
Project |
createProject(String projectName) |
Project |
deleteProject(String guid) |
List<Project> |
findProjects(String criteria) |
GlossaryProject |
getGlossaryProjectForInput(String projectName) |
Project |
getProjectByGUID(String guid) |
Project |
getProjectForInput(String projectName) |
List<Line> |
getProjectRelationships(Project project) |
List<Term> |
getProjectTerms(String guid) |
Project |
issueCreateProject(Project project) |
static void |
main(String[] args) |
void |
purgeProject(String guid) |
Project |
restoreProject(String guid) |
void |
run() |
static void |
runIt(String url,
String serverName,
String userId) |
static void |
runWith2Servers(String url) |
Project |
updateProject(String guid,
Project project) |
public ProjectFVT(String url, String serverName, String userId) throws InvalidParameterException
InvalidParameterExceptionpublic static void runWith2Servers(String url) throws SubjectAreaCheckedExceptionBase
SubjectAreaCheckedExceptionBasepublic static void main(String[] args)
public static void runIt(String url, String serverName, String userId) throws SubjectAreaCheckedExceptionBase
SubjectAreaCheckedExceptionBasepublic void run()
throws SubjectAreaCheckedExceptionBase
SubjectAreaCheckedExceptionBasepublic Project createProject(String projectName) throws SubjectAreaCheckedExceptionBase
SubjectAreaCheckedExceptionBasepublic Project issueCreateProject(Project project) throws MetadataServerUncontactableException, InvalidParameterException, UserNotAuthorizedException, ClassificationException, FunctionNotSupportedException, UnexpectedResponseException, UnrecognizedGUIDException
public GlossaryProject getGlossaryProjectForInput(String projectName)
public List<Project> findProjects(String criteria) throws SubjectAreaCheckedExceptionBase
SubjectAreaCheckedExceptionBasepublic Project getProjectByGUID(String guid) throws SubjectAreaCheckedExceptionBase
SubjectAreaCheckedExceptionBasepublic List<Term> getProjectTerms(String guid) throws SubjectAreaCheckedExceptionBase
SubjectAreaCheckedExceptionBasepublic Project updateProject(String guid, Project project) throws SubjectAreaCheckedExceptionBase
SubjectAreaCheckedExceptionBasepublic Project deleteProject(String guid) throws SubjectAreaCheckedExceptionBase
SubjectAreaCheckedExceptionBasepublic Project restoreProject(String guid) throws SubjectAreaCheckedExceptionBase
SubjectAreaCheckedExceptionBasepublic void purgeProject(String guid) throws SubjectAreaCheckedExceptionBase
SubjectAreaCheckedExceptionBasepublic List<Line> getProjectRelationships(Project project) throws UserNotAuthorizedException, UnexpectedResponseException, InvalidParameterException, FunctionNotSupportedException, MetadataServerUncontactableException
Copyright © 2018–2019 ODPi. All rights reserved.