Class ProjectManagementServicesInstance

java.lang.Object
org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstance
org.odpi.openmetadata.commonservices.multitenant.AuditableServerServiceInstance
org.odpi.openmetadata.commonservices.multitenant.OMASServiceInstance
org.odpi.openmetadata.accessservices.projectmanagement.server.ProjectManagementServicesInstance

public class ProjectManagementServicesInstance extends org.odpi.openmetadata.commonservices.multitenant.OMASServiceInstance
ProjectManagementServicesInstance caches references to objects for a specific server. It is also responsible for registering itself in the instance map.
  • Constructor Summary

    Constructors
    Constructor
    Description
    ProjectManagementServicesInstance(org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector.OMRSRepositoryConnector repositoryConnector, List<String> supportedZones, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog, String localServerUserId, int maxPageSize)
    Set up the handlers for this server.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.odpi.openmetadata.commonservices.generichandlers.ActorProfileHandler<org.odpi.openmetadata.accessservices.projectmanagement.metadataelements.ActorProfileElement>
    Return the handler for organization requests.
    org.odpi.openmetadata.commonservices.generichandlers.PersonRoleHandler<org.odpi.openmetadata.accessservices.projectmanagement.metadataelements.PersonRoleElement>
    Return the handler for role requests.
    org.odpi.openmetadata.commonservices.generichandlers.ProjectHandler<org.odpi.openmetadata.accessservices.projectmanagement.metadataelements.ProjectElement>
    Return the handler for community requests.
    org.odpi.openmetadata.commonservices.generichandlers.ReferenceableHandler<org.odpi.openmetadata.accessservices.projectmanagement.metadataelements.RelatedElement>
    Return the handler for related referenceables.

    Methods inherited from class org.odpi.openmetadata.commonservices.multitenant.OMASServiceInstance

    getInTopicClientConnection, getServerName

    Methods inherited from class org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstance

    getInvalidParameterHandler, getServiceInstanceStatus, getServiceName, setMaxPageSize, setSecurityVerifier, setServiceInstanceStatus, shutdown

    Methods inherited from class java.lang.Object

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

    • ProjectManagementServicesInstance

      public ProjectManagementServicesInstance(org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector.OMRSRepositoryConnector repositoryConnector, List<String> supportedZones, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog, String localServerUserId, int maxPageSize) throws org.odpi.openmetadata.commonservices.multitenant.ffdc.exceptions.NewInstanceException
      Set up the handlers for this server.
      Parameters:
      repositoryConnector - link to the repository responsible for servicing the REST calls.
      supportedZones - list of zones that ProjectManagement is allowed to serve Assets from.
      auditLog - destination for audit log events.
      localServerUserId - userId used for server initiated actions
      maxPageSize - maximum number of results that can be returned on a single call
      Throws:
      org.odpi.openmetadata.commonservices.multitenant.ffdc.exceptions.NewInstanceException - a problem occurred during initialization
  • Method Details

    • getRelatedElementHandler

      public org.odpi.openmetadata.commonservices.generichandlers.ReferenceableHandler<org.odpi.openmetadata.accessservices.projectmanagement.metadataelements.RelatedElement> getRelatedElementHandler() throws org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      Return the handler for related referenceables.
      Returns:
      handler object
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - the instance has not been initialized successfully
    • getActorProfileHandler

      public org.odpi.openmetadata.commonservices.generichandlers.ActorProfileHandler<org.odpi.openmetadata.accessservices.projectmanagement.metadataelements.ActorProfileElement> getActorProfileHandler() throws org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      Return the handler for organization requests.
      Returns:
      handler object
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - the instance has not been initialized successfully
    • getPersonRoleHandler

      public org.odpi.openmetadata.commonservices.generichandlers.PersonRoleHandler<org.odpi.openmetadata.accessservices.projectmanagement.metadataelements.PersonRoleElement> getPersonRoleHandler() throws org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      Return the handler for role requests.
      Returns:
      handler object
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - the instance has not been initialized successfully
    • getProjectHandler

      public org.odpi.openmetadata.commonservices.generichandlers.ProjectHandler<org.odpi.openmetadata.accessservices.projectmanagement.metadataelements.ProjectElement> getProjectHandler() throws org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      Return the handler for community requests.
      Returns:
      handler object
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - the instance has not been initialized successfully