Class GovernanceProgramRESTClient

java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClientBase
org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
org.odpi.openmetadata.accessservices.governanceprogram.client.rest.GovernanceProgramRESTClient

public class GovernanceProgramRESTClient extends org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
RESTClient is responsible for issuing calls to the Governance Program OMAS REST APIs.
  • Constructor Summary

    Constructors
    Constructor
    Description
    GovernanceProgramRESTClient(String serverName, String serverPlatformURLRoot)
    Constructor for no authentication.
    GovernanceProgramRESTClient(String serverName, String serverPlatformURLRoot, String userId, String password)
    Constructor for simple userId and password authentication.
    GovernanceProgramRESTClient(String serverName, String serverPlatformURLRoot, String userId, String password, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog)
    Constructor for simple userId and password authentication with audit log.
    GovernanceProgramRESTClient(String serverName, String serverPlatformURLRoot, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog)
    Constructor for no authentication with audit log.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.odpi.openmetadata.commonservices.ffdc.rest.CertificationTypeResponse
    callCertificationTypeGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a CertificationTypeResponse object.
    org.odpi.openmetadata.commonservices.ffdc.rest.CertificationTypesResponse
    callCertificationTypeListGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a list of CertificationTypeElement objects.
    org.odpi.openmetadata.commonservices.ffdc.rest.CertificationTypesResponse
    callCertificationTypeListPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params)
    Issue a POST REST call that returns a list of CertificationTypeElement objects.
    org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceDefinitionResponse
    callGovernanceDefinitionGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a GovernanceDefinitionResponse object.
    org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceDefinitionGraphResponse
    callGovernanceDefinitionGraphGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a GovernanceDefinitionGraphResponse object.
    org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceDefinitionsResponse
    callGovernanceDefinitionsGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a GovernanceDefinitionsResponse object.
    org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceDefinitionsResponse
    callGovernanceDefinitionsPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params)
    Issue a POST REST call that returns a list of GovernanceDefinitionsResponse objects.
    org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceDomainResponse
    callGovernanceDomainGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a GovernanceDomainResponse object.
    org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceDomainsResponse
    callGovernanceDomainListGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a list of GovernanceDomainsResponse objects.
    org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceDomainsResponse
    callGovernanceDomainListPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params)
    Issue a POST REST call that returns a list of GovernanceDomainsResponse objects.
    org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceDomainSetResponse
    callGovernanceDomainSetGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a GovernanceDomainSetResponse object.
    org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceDomainSetsResponse
    callGovernanceDomainSetListGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a GovernanceDomainSetsResponse object.
    org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceDomainSetsResponse
    callGovernanceDomainSetListPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params)
    Issue a POST REST call that returns a list of GovernanceDomainSetsResponse objects.
    org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceMetricResponse
    callGovernanceMetricGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a GovernanceMetricResponse object.
    org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceMetricsResponse
    callGovernanceMetricListPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params)
    Issue a POST REST call that returns a list ofGovernanceMetricElement objects.
    org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceMetricImplementationsResponse
    Issue a GET REST call that returns a GovernanceMetricImplementationsResponse object.
    org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceRoleAppointeesResponse
    callGovernanceRoleAppointeeListGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a list of GovernanceRoleAppointee objects.
    org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceRoleResponse
    callGovernanceRoleGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a GovernanceRoleResponse object.
    org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceRoleHistoryResponse
    callGovernanceRoleHistoryGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a GovernanceRoleHistoryResponse object.
    org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceRolesResponse
    callGovernanceRoleListGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a list of GovernanceRoleElement objects.
    org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceRolesResponse
    callGovernanceRoleListPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params)
    Issue a POST REST call that returns a list of GovernanceRoleElement objects.
    org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceZoneDefinitionResponse
    callGovernanceZoneDefinitionGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a GovernanceZoneDefinitionResponse object.
    org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceZoneResponse
    callGovernanceZoneGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a GovernanceZoneResponse object.
    org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceZonesResponse
    callGovernanceZoneListGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a GovernanceZonesResponse object.
    org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceLevelIdentifierResponse
    callLevelIdentifierGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a GovernanceLevelIdentifierResponse object.
    org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceLevelIdentifierResponse
    callLevelIdentifierListGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a list of GovernanceLevelIdentifierResponse objects.
    org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceLevelIdentifiersResponse
    callLevelIdentifierListPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params)
    Issue a POST REST call that returns a list of GovernanceLevelIdentifiersResponse objects.
    org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceLevelIdentifierSetResponse
    callLevelIdentifierSetGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a GovernanceLevelIdentifierSetResponse object.
    org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceLevelIdentifierSetsResponse
    callLevelIdentifierSetListGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a list of GovernanceLevelIdentifierSetsResponse objects.
    org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceLevelIdentifierSetResponse
    callLevelIdentifierSetListPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params)
    Issue a POST REST call that returns a list of GovernanceLevelIdentifierSetResponse objects.
    org.odpi.openmetadata.commonservices.ffdc.rest.LicenseTypeResponse
    callLicenseTypeGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a LicenseTypeResponse object.
    org.odpi.openmetadata.commonservices.ffdc.rest.LicenseTypesResponse
    callLicenseTypesGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a list of LicenseTypeElement objects.
    org.odpi.openmetadata.commonservices.ffdc.rest.RelatedElementsResponse
    callRelatedElementsGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a RelatedElementsResponse object.
    org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceStatusIdentifierResponse
    callStatusIdentifierGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a GovernanceStatusIdentifierResponse object.
    org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceStatusIdentifierSetResponse
    callStatusIdentifierSetGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a GovernanceStatusIdentifierSetResponse object.
    org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceStatusIdentifierSetsResponse
    callStatusIdentifierSetListGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a GovernanceStatusIdentifierSetsResponse object.
    org.odpi.openmetadata.commonservices.ffdc.rest.SubjectAreaDefinitionResponse
    callSubjectAreaDefinitionGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a SubjectAreaDefinitionResponse object.
    org.odpi.openmetadata.commonservices.ffdc.rest.SubjectAreaResponse
    callSubjectAreaGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a SubjectAreaResponse object.
    org.odpi.openmetadata.commonservices.ffdc.rest.SubjectAreasResponse
    callSubjectAreaListGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a SubjectAreasResponse object.

    Methods inherited from class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient

    callActorProfileGetRESTCall, callActorProfilesGetRESTCall, callActorProfilesPostRESTCall, callAnnotationGetRESTCall, callAnnotationListGetRESTCall, callAnnotationListPostRESTCall, callAnnotationPostRESTCall, callAPIGetRESTCall, callAPIOperationGetRESTCall, callAPIOperationsGetRESTCall, callAPIOperationsPostRESTCall, callAPIParameterListGetRESTCall, callAPIParameterListsGetRESTCall, callAPIParameterListsPostRESTCall, callAPIParametersGetRESTCall, callAPIsGetRESTCall, callAPIsPostRESTCall, callAppointeesPostRESTCall, callAssetElementGetRESTCall, callAssetElementsGetRESTCall, callAssetElementsPostRESTCall, callAssetRelationshipsPostRESTCall, callBooleanGetRESTCall, callCollectionGetRESTCall, callCollectionListGetRESTCall, callCollectionListPostRESTCall, callCollectionMemberGetRESTCall, callCollectionMemberListGetRESTCall, callCommunitiesGetRESTCall, callCommunitiesPostRESTCall, callCommunityGetRESTCall, callConnectionGetRESTCall, callConnectionsGetRESTCall, callConnectionsPostRESTCall, callConnectorTypeGetRESTCall, callConnectorTypesPostRESTCall, callControlFlowPostRESTCall, callControlFlowsPostRESTCall, callCountGetRESTCall, callDatabaseColumnGetRESTCall, callDatabaseColumnsGetRESTCall, callDatabaseColumnsPostRESTCall, callDatabaseGetRESTCall, callDatabaseSchemaGetRESTCall, callDatabaseSchemasGetRESTCall, callDatabaseSchemasPostRESTCall, callDatabasesPostRESTCall, callDatabaseTableGetRESTCall, callDatabaseTablesGetRESTCall, callDatabaseTablesPostRESTCall, callDatabaseViewGetRESTCall, callDatabaseViewsGetRESTCall, callDatabaseViewsPostRESTCall, callDataContainerGetRESTCall, callDataContainersGetRESTCall, callDataContainersPostRESTCall, callDataFileGetRESTCall, callDataFilePostRESTCall, callDataFilesGetRESTCall, callDataFilesPostRESTCall, callDataFlowPostRESTCall, callDataFlowsPostRESTCall, callDigitalServiceGetRESTCall, callDigitalServicesGetRESTCall, callDigitalServicesPostRESTCall, callDiscoveryAnalysisReportListPostRESTCall, callElementHeaderPostRESTCall, callElementHeadersPostRESTCall, callElementStubGetRESTCall, callElementStubsGetRESTCall, callElementStubsPostRESTCall, callEndpointGetRESTCall, callEndpointsGetRESTCall, callEndpointsPostRESTCall, callEventTypeGetRESTCall, callEventTypesGetRESTCall, callEventTypesPostRESTCall, callExternalReferenceGetRESTCall, callExternalReferencesGetRESTCall, callExternalReferencesPostRESTCall, callFileFolderGetRESTCall, callFileFolderPostRESTCall, callFileFoldersGetRESTCall, callFileSystemGetRESTCall, callFolderGetRESTCall, callFormGetRESTCall, callFormsGetRESTCall, callFormsPostRESTCall, callGUIDGetRESTCall, callGUIDListGetRESTCall, callGUIDListPostRESTCall, callGUIDPostRESTCall, callITProfileGetRESTCall, callITProfileListGetRESTCall, callITProfileListPostRESTCall, callLicensesGetRESTCall, callLicenseTypeListPostRESTCall, callLineageMappingPostRESTCall, callLineageMappingsPostRESTCall, callLocationGetRESTCall, callLocationsGetRESTCall, callLocationsPostRESTCall, callMetadataElementSummariesPostRESTCall, callMetadataSourceGetRESTCall, callNameListGetRESTCall, callOCFConnectorReportGetRESTCall, callPersonRoleGetRESTCall, callPersonRolesGetRESTCall, callPersonRolesPostRESTCall, callProcessCallPostRESTCall, callProcessCallsPostRESTCall, callProjectGetRESTCall, callProjectsGetRESTCall, callProjectsPostRESTCall, callQueriesGetRESTCall, callQueriesPostRESTCall, callQueryGetRESTCall, callReferenceValueAssignmentDefinitionsGetRESTCall, callReferenceValueAssignmentItemsGetRESTCall, callRelatedAssetsPostRESTCall, callRelatedElementsPostRESTCall, callRelationshipPostRESTCall, callRelationshipsPostRESTCall, callReportGetRESTCall, callReportsGetRESTCall, callReportsPostRESTCall, callSchemaAttributeGetRESTCall, callSchemaAttributePostRESTCall, callSchemaAttributesGetRESTCall, callSchemaAttributesPostRESTCall, callSchemaTypeGetRESTCall, callSchemaTypePostRESTCall, callSchemaTypesPostRESTCall, callSecurityGroupGetRESTCall, callSecurityGroupPostRESTCall, callSecurityGroupsGetRESTCall, callSecurityGroupsPostRESTCall, callServerAssetUseGetRESTCall, callServerAssetUseListGetRESTCall, callServerAssetUseListPostRESTCall, callSoftwareServerCapabilitiesGetRESTCall, callSoftwareServerCapabilitiesPostRESTCall, callSoftwareServerCapabilityGetRESTCall, callStringMapGetRESTCall, callSupportedCapabilityListPostRESTCall, callSurveyReportListGetRESTCall, callTopicGetRESTCall, callTopicsGetRESTCall, callTopicsPostRESTCall, callUserIdentitiesGetRESTCall, callUserIdentitiesPostRESTCall, callUserIdentityGetRESTCall, callUserIdentityListPostRESTCall, callUserIdentityPostRESTCall, callValidValueAssignmentConsumersGetRESTCall, callValidValueAssignmentDefinitionsGetRESTCall, callValidValueGetRESTCall, callValidValueListGetRESTCall, callValidValueListPostRESTCall, callValidValueMappingsGetRESTCall, callValidValueSetsPostRESTCall, callValidValuesGetRESTCall, callValidValuesImplAssetsGetRESTCall, callValidValuesImplDefinitionsGetRESTCall, callValidValuesMappingsGetRESTCall, callValidValuesPostRESTCall, callVoidGetRESTCall, callVoidPostRESTCall

    Methods inherited from class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClientBase

    callPostRESTCallNoParams

    Methods inherited from class java.lang.Object

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

    • GovernanceProgramRESTClient

      public GovernanceProgramRESTClient(String serverName, String serverPlatformURLRoot, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
      Constructor for no authentication with audit log.
      Parameters:
      serverName - name of the OMAG Server to call
      serverPlatformURLRoot - URL root of the server platform where the OMAG Server is running.
      auditLog - destination for log messages.
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - there is a problem creating the client-side components to issue any REST API calls.
    • GovernanceProgramRESTClient

      public GovernanceProgramRESTClient(String serverName, String serverPlatformURLRoot) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
      Constructor for no authentication.
      Parameters:
      serverName - name of the OMAG Server to call
      serverPlatformURLRoot - URL root of the server platform where the OMAG Server is running.
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - there is a problem creating the client-side components to issue any REST API calls.
    • GovernanceProgramRESTClient

      public GovernanceProgramRESTClient(String serverName, String serverPlatformURLRoot, String userId, String password, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
      Constructor for simple userId and password authentication with audit log.
      Parameters:
      serverName - name of the OMAG Server to call
      serverPlatformURLRoot - URL root of the server platform where the OMAG Server is running.
      userId - user id for the HTTP request
      password - password for the HTTP request
      auditLog - destination for log messages.
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - there is a problem creating the client-side components to issue any REST API calls.
    • GovernanceProgramRESTClient

      public GovernanceProgramRESTClient(String serverName, String serverPlatformURLRoot, String userId, String password) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
      Constructor for simple userId and password authentication.
      Parameters:
      serverName - name of the OMAG Server to call
      serverPlatformURLRoot - URL root of the server platform where the OMAG Server is running.
      userId - user id for the HTTP request
      password - password for the HTTP request
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - there is a problem creating the client-side components to issue any REST API calls.
  • Method Details

    • callCertificationTypeGetRESTCall

      public org.odpi.openmetadata.commonservices.ffdc.rest.CertificationTypeResponse callCertificationTypeGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Issue a GET REST call that returns a CertificationTypeResponse object.
      Overrides:
      callCertificationTypeGetRESTCall in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL with place-holders for the parameters
      params - a list of parameters that are slotted into the url template
      Returns:
      CertificationTypeResponse
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is invalid.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the user is not authorized to make this request.
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - the repository is not available or not working properly.
    • callCertificationTypeListGetRESTCall

      public org.odpi.openmetadata.commonservices.ffdc.rest.CertificationTypesResponse callCertificationTypeListGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Issue a GET REST call that returns a list of CertificationTypeElement objects.
      Overrides:
      callCertificationTypeListGetRESTCall in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL with place-holders for the parameters
      params - a list of parameters that are slotted into the url template
      Returns:
      CertificationTypesResponse
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is invalid.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the user is not authorized to make this request.
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - the repository is not available or not working properly.
    • callCertificationTypeListPostRESTCall

      public org.odpi.openmetadata.commonservices.ffdc.rest.CertificationTypesResponse callCertificationTypeListPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Issue a POST REST call that returns a list of CertificationTypeElement objects.
      Overrides:
      callCertificationTypeListPostRESTCall in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL with place-holders for the parameters
      requestBody - request body for the REST call - contains most of the parameters
      params - a list of parameters that are slotted into the url template
      Returns:
      CertificationTypesResponse
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is invalid.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the user is not authorized to make this request.
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - the repository is not available or not working properly.
    • callGovernanceDefinitionsPostRESTCall

      public org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceDefinitionsResponse callGovernanceDefinitionsPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Issue a POST REST call that returns a list of GovernanceDefinitionsResponse objects.
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL with place-holders for the parameters
      requestBody - request body for the REST call - contains most of the parameters
      params - a list of parameters that are slotted into the url template
      Returns:
      GovernanceDefinitionsResponse
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is invalid.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the user is not authorized to make this request.
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - the repository is not available or not working properly.
    • callGovernanceDefinitionsGetRESTCall

      public org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceDefinitionsResponse callGovernanceDefinitionsGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Issue a GET REST call that returns a GovernanceDefinitionsResponse object.
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL with place-holders for the parameters
      params - a list of parameters that are slotted into the url template
      Returns:
      GovernanceDefinitionsResponse
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is invalid.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the user is not authorized to make this request.
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - the repository is not available or not working properly.
    • callGovernanceDefinitionGetRESTCall

      public org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceDefinitionResponse callGovernanceDefinitionGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Issue a GET REST call that returns a GovernanceDefinitionResponse object.
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL with place-holders for the parameters
      params - a list of parameters that are slotted into the url template
      Returns:
      GovernanceDefinitionResponse
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is invalid.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the user is not authorized to make this request.
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - the repository is not available or not working properly.
    • callGovernanceDefinitionGraphGetRESTCall

      public org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceDefinitionGraphResponse callGovernanceDefinitionGraphGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Issue a GET REST call that returns a GovernanceDefinitionGraphResponse object.
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL with place-holders for the parameters
      params - a list of parameters that are slotted into the url template
      Returns:
      GovernanceDefinitionGraphResponse
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is invalid.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the user is not authorized to make this request.
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - the repository is not available or not working properly.
    • callGovernanceMetricsImplementationListGetRESTCall

      public org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceMetricImplementationsResponse callGovernanceMetricsImplementationListGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Issue a GET REST call that returns a GovernanceMetricImplementationsResponse object.
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL with place-holders for the parameters
      params - a list of parameters that are slotted into the url template
      Returns:
      GovernanceDefinitionGraphResponse
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is invalid.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the user is not authorized to make this request.
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - the repository is not available or not working properly.
    • callGovernanceDomainSetListPostRESTCall

      public org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceDomainSetsResponse callGovernanceDomainSetListPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Issue a POST REST call that returns a list of GovernanceDomainSetsResponse objects.
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL with place-holders for the parameters
      requestBody - request body for the REST call - contains most of the parameters
      params - a list of parameters that are slotted into the url template
      Returns:
      GovernanceDomainSetsResponse
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is invalid.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the user is not authorized to make this request.
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - the repository is not available or not working properly.
    • callGovernanceDomainSetListGetRESTCall

      public org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceDomainSetsResponse callGovernanceDomainSetListGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Issue a GET REST call that returns a GovernanceDomainSetsResponse object.
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL with place-holders for the parameters
      params - a list of parameters that are slotted into the url template
      Returns:
      GovernanceDomainSetResponse
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is invalid.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the user is not authorized to make this request.
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - the repository is not available or not working properly.
    • callGovernanceDomainSetGetRESTCall

      public org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceDomainSetResponse callGovernanceDomainSetGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Issue a GET REST call that returns a GovernanceDomainSetResponse object.
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL with place-holders for the parameters
      params - a list of parameters that are slotted into the url template
      Returns:
      GovernanceDomainSetResponse
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is invalid.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the user is not authorized to make this request.
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - the repository is not available or not working properly.
    • callGovernanceDomainListPostRESTCall

      public org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceDomainsResponse callGovernanceDomainListPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Issue a POST REST call that returns a list of GovernanceDomainsResponse objects.
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL with place-holders for the parameters
      requestBody - request body for the REST call - contains most of the parameters
      params - a list of parameters that are slotted into the url template
      Returns:
      GovernanceDomainsResponse
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is invalid.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the user is not authorized to make this request.
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - the repository is not available or not working properly.
    • callGovernanceDomainListGetRESTCall

      public org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceDomainsResponse callGovernanceDomainListGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Issue a GET REST call that returns a list of GovernanceDomainsResponse objects.
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL with place-holders for the parameters
      params - a list of parameters that are slotted into the url template
      Returns:
      GovernanceDomainsResponse
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is invalid.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the user is not authorized to make this request.
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - the repository is not available or not working properly.
    • callGovernanceDomainGetRESTCall

      public org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceDomainResponse callGovernanceDomainGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Issue a GET REST call that returns a GovernanceDomainResponse object.
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL with place-holders for the parameters
      params - a list of parameters that are slotted into the url template
      Returns:
      GovernanceDomainResponse
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is invalid.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the user is not authorized to make this request.
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - the repository is not available or not working properly.
    • callGovernanceMetricGetRESTCall

      public org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceMetricResponse callGovernanceMetricGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Issue a GET REST call that returns a GovernanceMetricResponse object.
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL with place-holders for the parameters
      params - a list of parameters that are slotted into the url template
      Returns:
      GovernanceMetricResponse
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is invalid.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the user is not authorized to make this request.
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - the repository is not available or not working properly.
    • callGovernanceMetricListPostRESTCall

      public org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceMetricsResponse callGovernanceMetricListPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Issue a POST REST call that returns a list ofGovernanceMetricElement objects.
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL with place-holders for the parameters
      requestBody - request body for the REST call - contains most of the parameters
      params - a list of parameters that are slotted into the url template
      Returns:
      GovernanceMetricsResponse
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is invalid.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the user is not authorized to make this request.
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - the repository is not available or not working properly.
    • callLicenseTypeGetRESTCall

      public org.odpi.openmetadata.commonservices.ffdc.rest.LicenseTypeResponse callLicenseTypeGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Issue a GET REST call that returns a LicenseTypeResponse object.
      Overrides:
      callLicenseTypeGetRESTCall in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL with place-holders for the parameters
      params - a list of parameters that are slotted into the url template
      Returns:
      LicenseTypeResponse
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is invalid.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the user is not authorized to make this request.
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - the repository is not available or not working properly.
    • callLicenseTypesGetRESTCall

      public org.odpi.openmetadata.commonservices.ffdc.rest.LicenseTypesResponse callLicenseTypesGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Issue a GET REST call that returns a list of LicenseTypeElement objects.
      Overrides:
      callLicenseTypesGetRESTCall in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL with place-holders for the parameters
      params - a list of parameters that are slotted into the url template
      Returns:
      LicenseTypeListResponse
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is invalid.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the user is not authorized to make this request.
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - the repository is not available or not working properly.
    • callStatusIdentifierGetRESTCall

      public org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceStatusIdentifierResponse callStatusIdentifierGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Issue a GET REST call that returns a GovernanceStatusIdentifierResponse object.
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL with place-holders for the parameters
      params - a list of parameters that are slotted into the url template
      Returns:
      GovernanceStatusIdentifierResponse
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is invalid.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the user is not authorized to make this request.
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - the repository is not available or not working properly.
    • callLevelIdentifierGetRESTCall

      public org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceLevelIdentifierResponse callLevelIdentifierGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Issue a GET REST call that returns a GovernanceLevelIdentifierResponse object.
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL with place-holders for the parameters
      params - a list of parameters that are slotted into the url template
      Returns:
      GovernanceLevelIdentifierResponse
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is invalid.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the user is not authorized to make this request.
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - the repository is not available or not working properly.
    • callStatusIdentifierSetGetRESTCall

      public org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceStatusIdentifierSetResponse callStatusIdentifierSetGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Issue a GET REST call that returns a GovernanceStatusIdentifierSetResponse object.
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL with place-holders for the parameters
      params - a list of parameters that are slotted into the url template
      Returns:
      GovernanceStatusIdentifierSetResponse
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is invalid.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the user is not authorized to make this request.
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - the repository is not available or not working properly.
    • callStatusIdentifierSetListGetRESTCall

      public org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceStatusIdentifierSetsResponse callStatusIdentifierSetListGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Issue a GET REST call that returns a GovernanceStatusIdentifierSetsResponse object.
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL with place-holders for the parameters
      params - a list of parameters that are slotted into the url template
      Returns:
      GovernanceStatusIdentifierSetsResponse
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is invalid.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the user is not authorized to make this request.
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - the repository is not available or not working properly.
    • callLevelIdentifierListGetRESTCall

      public org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceLevelIdentifierResponse callLevelIdentifierListGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Issue a GET REST call that returns a list of GovernanceLevelIdentifierResponse objects.
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL with place-holders for the parameters
      params - a list of parameters that are slotted into the url template
      Returns:
      GovernanceLevelIdentifierResponse
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is invalid.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the user is not authorized to make this request.
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - the repository is not available or not working properly.
    • callLevelIdentifierListPostRESTCall

      public org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceLevelIdentifiersResponse callLevelIdentifierListPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Issue a POST REST call that returns a list of GovernanceLevelIdentifiersResponse objects.
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL with place-holders for the parameters
      requestBody - request body for the REST call - contains most of the parameters
      params - a list of parameters that are slotted into the url template
      Returns:
      GovernanceLevelIdentifiersResponse
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is invalid.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the user is not authorized to make this request.
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - the repository is not available or not working properly.
    • callLevelIdentifierSetGetRESTCall

      public org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceLevelIdentifierSetResponse callLevelIdentifierSetGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Issue a GET REST call that returns a GovernanceLevelIdentifierSetResponse object.
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL with place-holders for the parameters
      params - a list of parameters that are slotted into the url template
      Returns:
      GovernanceLevelIdentifierSetResponse
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is invalid.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the user is not authorized to make this request.
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - the repository is not available or not working properly.
    • callLevelIdentifierSetListGetRESTCall

      public org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceLevelIdentifierSetsResponse callLevelIdentifierSetListGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Issue a GET REST call that returns a list of GovernanceLevelIdentifierSetsResponse objects.
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL with place-holders for the parameters
      params - a list of parameters that are slotted into the url template
      Returns:
      GovernanceLevelIdentifierSetsResponse
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is invalid.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the user is not authorized to make this request.
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - the repository is not available or not working properly.
    • callLevelIdentifierSetListPostRESTCall

      public org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceLevelIdentifierSetResponse callLevelIdentifierSetListPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Issue a POST REST call that returns a list of GovernanceLevelIdentifierSetResponse objects.
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL with place-holders for the parameters
      requestBody - request body for the REST call - contains most of the parameters
      params - a list of parameters that are slotted into the url template
      Returns:
      GovernanceLevelIdentifierSetResponse
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is invalid.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the user is not authorized to make this request.
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - the repository is not available or not working properly.
    • callGovernanceRoleGetRESTCall

      public org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceRoleResponse callGovernanceRoleGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Issue a GET REST call that returns a GovernanceRoleResponse object.
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL with place-holders for the parameters
      params - a list of parameters that are slotted into the url template
      Returns:
      GovernanceRoleResponse
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is invalid.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the user is not authorized to make this request.
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - the repository is not available or not working properly.
    • callGovernanceRoleHistoryGetRESTCall

      public org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceRoleHistoryResponse callGovernanceRoleHistoryGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Issue a GET REST call that returns a GovernanceRoleHistoryResponse object.
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL with place-holders for the parameters
      params - a list of parameters that are slotted into the url template
      Returns:
      GovernanceRoleHistoryResponse
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is invalid.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the user is not authorized to make this request.
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - the repository is not available or not working properly.
    • callGovernanceRoleListGetRESTCall

      public org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceRolesResponse callGovernanceRoleListGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Issue a GET REST call that returns a list of GovernanceRoleElement objects.
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL with place-holders for the parameters
      params - a list of parameters that are slotted into the url template
      Returns:
      GovernanceRolesResponse
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is invalid.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the user is not authorized to make this request.
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - the repository is not available or not working properly.
    • callGovernanceRoleListPostRESTCall

      public org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceRolesResponse callGovernanceRoleListPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Issue a POST REST call that returns a list of GovernanceRoleElement objects.
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL with place-holders for the parameters
      requestBody - request body for the REST call - contains most of the parameters
      params - a list of parameters that are slotted into the url template
      Returns:
      GovernanceRolesResponse
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is invalid.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the user is not authorized to make this request.
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - the repository is not available or not working properly.
    • callGovernanceRoleAppointeeListGetRESTCall

      public org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceRoleAppointeesResponse callGovernanceRoleAppointeeListGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Issue a GET REST call that returns a list of GovernanceRoleAppointee objects.
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL with place-holders for the parameters
      params - a list of parameters that are slotted into the url template
      Returns:
      GovernanceRoleAppointeesResponse
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is invalid.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the user is not authorized to make this request.
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - the repository is not available or not working properly.
    • callGovernanceZoneGetRESTCall

      public org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceZoneResponse callGovernanceZoneGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      Issue a GET REST call that returns a GovernanceZoneResponse object.
      Parameters:
      methodName - name of the method being called.
      urlTemplate - template of the URL with place-holders for the parameters.
      params - a list of parameters that are slotted into the url template.
      Returns:
      GovernanceZoneResponse
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is invalid.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the user is not authorized to make this request.
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - the repository is not available or not working properly.
    • callGovernanceZoneListGetRESTCall

      public org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceZonesResponse callGovernanceZoneListGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      Issue a GET REST call that returns a GovernanceZonesResponse object.
      Parameters:
      methodName - name of the method being called.
      urlTemplate - template of the URL with place-holders for the parameters.
      params - a list of parameters that are slotted into the url template.
      Returns:
      GovernanceZonesResponse
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is invalid.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the user is not authorized to make this request.
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - the repository is not available or not working properly.
    • callGovernanceZoneDefinitionGetRESTCall

      public org.odpi.openmetadata.commonservices.ffdc.rest.GovernanceZoneDefinitionResponse callGovernanceZoneDefinitionGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      Issue a GET REST call that returns a GovernanceZoneDefinitionResponse object.
      Parameters:
      methodName - name of the method being called.
      urlTemplate - template of the URL with place-holders for the parameters.
      params - a list of parameters that are slotted into the url template.
      Returns:
      GovernanceZoneDefinitionResponse
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is invalid.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the user is not authorized to make this request.
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - the repository is not available or not working properly.
    • callSubjectAreaGetRESTCall

      public org.odpi.openmetadata.commonservices.ffdc.rest.SubjectAreaResponse callSubjectAreaGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      Issue a GET REST call that returns a SubjectAreaResponse object.
      Parameters:
      methodName - name of the method being called.
      urlTemplate - template of the URL with place-holders for the parameters.
      params - a list of parameters that are slotted into the url template.
      Returns:
      SubjectAreaResponse
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is invalid.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the user is not authorized to make this request.
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - the repository is not available or not working properly.
    • callSubjectAreaDefinitionGetRESTCall

      public org.odpi.openmetadata.commonservices.ffdc.rest.SubjectAreaDefinitionResponse callSubjectAreaDefinitionGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      Issue a GET REST call that returns a SubjectAreaDefinitionResponse object.
      Parameters:
      methodName - name of the method being called.
      urlTemplate - template of the URL with place-holders for the parameters.
      params - a list of parameters that are slotted into the url template.
      Returns:
      SubjectAreaDefinitionResponse
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is invalid.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the user is not authorized to make this request.
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - the repository is not available or not working properly.
    • callSubjectAreaListGetRESTCall

      public org.odpi.openmetadata.commonservices.ffdc.rest.SubjectAreasResponse callSubjectAreaListGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      Issue a GET REST call that returns a SubjectAreasResponse object.
      Parameters:
      methodName - name of the method being called.
      urlTemplate - template of the URL with place-holders for the parameters.
      params - a list of parameters that are slotted into the url template.
      Returns:
      SubjectAreasResponse
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is invalid.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the user is not authorized to make this request.
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - the repository is not available or not working properly.
    • callRelatedElementsGetRESTCall

      public org.odpi.openmetadata.commonservices.ffdc.rest.RelatedElementsResponse callRelatedElementsGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      Issue a GET REST call that returns a RelatedElementsResponse object.
      Overrides:
      callRelatedElementsGetRESTCall in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
      Parameters:
      methodName - name of the method being called.
      urlTemplate - REST API call URL template with place-holders for the parameters.
      params - a list of parameters that are slotted into the url template.
      Returns:
      response object
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is invalid.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the user is not authorized to make this request.
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - the repository is not available or not working properly.