java.lang.Object
org.odpi.openmetadata.viewservices.glossaryauthor.fvt.ProjectFVT

public class ProjectFVT extends Object
FVT resource to call Glossary Author View project API
  • Constructor Summary

    Constructors
    Constructor
    Description
    ProjectFVT(String url, String serverName, String userId)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.odpi.openmetadata.accessservices.subjectarea.properties.objects.project.Project
    createProject(String projectName)
     
    protected org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ProjectScope
    createProjectScope(org.odpi.openmetadata.accessservices.subjectarea.properties.objects.project.Project project, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term term)
     
    void
     
    List<org.odpi.openmetadata.accessservices.subjectarea.properties.objects.project.Project>
    findProjects(String criteria)
     
    org.odpi.openmetadata.accessservices.subjectarea.properties.objects.project.GlossaryProject
     
    org.odpi.openmetadata.accessservices.subjectarea.properties.objects.project.Project
     
    static int
    getProjectCount(String url, String serverName, String userId)
     
    org.odpi.openmetadata.accessservices.subjectarea.properties.objects.project.Project
     
    List<org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Relationship>
    getProjectRelationships(org.odpi.openmetadata.accessservices.subjectarea.properties.objects.project.Project project)
     
    org.odpi.openmetadata.accessservices.subjectarea.properties.objects.project.Project
    issueCreateProject(org.odpi.openmetadata.accessservices.subjectarea.properties.objects.project.Project project)
     
    static void
    main(String[] args)
     
    org.odpi.openmetadata.accessservices.subjectarea.properties.objects.project.Project
     
    void
    run()
     
    static void
    runIt(String url, String serverName, String userId)
     
    static void
     
    org.odpi.openmetadata.accessservices.subjectarea.properties.objects.project.Project
    updateProject(String guid, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.project.Project project)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ProjectFVT

      public ProjectFVT(String url, String serverName, String userId) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
  • Method Details

    • runWith2Servers

      public static void runWith2Servers(String url) throws GlossaryAuthorFVTCheckedException, org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Throws:
      GlossaryAuthorFVTCheckedException
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
    • main

      public static void main(String[] args)
    • runIt

      public static void runIt(String url, String serverName, String userId) throws GlossaryAuthorFVTCheckedException, org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Throws:
      GlossaryAuthorFVTCheckedException
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
    • getProjectCount

      public static int getProjectCount(String url, String serverName, String userId) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, GlossaryAuthorFVTCheckedException
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      GlossaryAuthorFVTCheckedException
    • run

      public void run() throws GlossaryAuthorFVTCheckedException, org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Throws:
      GlossaryAuthorFVTCheckedException
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
    • createProject

      public org.odpi.openmetadata.accessservices.subjectarea.properties.objects.project.Project createProject(String projectName) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
    • issueCreateProject

      public org.odpi.openmetadata.accessservices.subjectarea.properties.objects.project.Project issueCreateProject(org.odpi.openmetadata.accessservices.subjectarea.properties.objects.project.Project project) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
    • getProjectForInput

      public org.odpi.openmetadata.accessservices.subjectarea.properties.objects.project.Project getProjectForInput(String projectName)
    • getGlossaryProjectForInput

      public org.odpi.openmetadata.accessservices.subjectarea.properties.objects.project.GlossaryProject getGlossaryProjectForInput(String projectName)
    • findProjects

      public List<org.odpi.openmetadata.accessservices.subjectarea.properties.objects.project.Project> findProjects(String criteria) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
    • getProjectByGUID

      public org.odpi.openmetadata.accessservices.subjectarea.properties.objects.project.Project getProjectByGUID(String guid) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, GlossaryAuthorFVTCheckedException
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      GlossaryAuthorFVTCheckedException
    • updateProject

      public org.odpi.openmetadata.accessservices.subjectarea.properties.objects.project.Project updateProject(String guid, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.project.Project project) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, GlossaryAuthorFVTCheckedException
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      GlossaryAuthorFVTCheckedException
    • deleteProject

      public void deleteProject(String guid) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
    • restoreProject

      public org.odpi.openmetadata.accessservices.subjectarea.properties.objects.project.Project restoreProject(String guid) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, GlossaryAuthorFVTCheckedException
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      GlossaryAuthorFVTCheckedException
    • getProjectRelationships

      public List<org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Relationship> getProjectRelationships(org.odpi.openmetadata.accessservices.subjectarea.properties.objects.project.Project project) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
    • createProjectScope

      protected org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.ProjectScope createProjectScope(org.odpi.openmetadata.accessservices.subjectarea.properties.objects.project.Project project, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term.Term term) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, GlossaryAuthorFVTCheckedException
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      GlossaryAuthorFVTCheckedException