Class ITInfrastructureRESTClient

java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClientBase
org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.client.OCFRESTClient
org.odpi.openmetadata.accessservices.itinfrastructure.client.rest.ITInfrastructureRESTClient

public class ITInfrastructureRESTClient extends org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.client.OCFRESTClient
ITInfrastructureRESTClient is responsible for issuing calls to the OMAS REST APIs.
  • Constructor Summary

    Constructors
    Constructor
    Description
    ITInfrastructureRESTClient(String serverName, String serverPlatformURLRoot)
    Constructor for no authentication.
    ITInfrastructureRESTClient(String serverName, String serverPlatformURLRoot, String userId, String password)
    Constructor for simple userId and password authentication.
    ITInfrastructureRESTClient(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.
    ITInfrastructureRESTClient(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.accessservices.itinfrastructure.rest.AssetResponse
    callAssetGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns an AssetElement in a response object.
    org.odpi.openmetadata.accessservices.itinfrastructure.rest.AssetListResponse
    callAssetListGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a list of AssetElements in a response object.
    org.odpi.openmetadata.accessservices.itinfrastructure.rest.AssetListResponse
    callAssetListPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params)
    Issue a POST REST call that returns a list of AssetElements in a response object.
    org.odpi.openmetadata.accessservices.itinfrastructure.rest.AssetResponse
    callAssetPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params)
    Issue a POST REST call that returns an asset in a response object.
    org.odpi.openmetadata.accessservices.itinfrastructure.rest.AssetRelationshipListResponse
    callAssetRelationshipListPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params)
    Issue a POST REST call that returns a list of AssetRelationshipListResponse in a response object.
    org.odpi.openmetadata.accessservices.itinfrastructure.rest.ConnectionResponse
    callConnectionGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a ConnectionResponse object.
    org.odpi.openmetadata.accessservices.itinfrastructure.rest.ConnectionsResponse
    callConnectionsGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a POST REST call that returns a ConnectionsResponse object.
    org.odpi.openmetadata.accessservices.itinfrastructure.rest.ConnectionsResponse
    callConnectionsPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params)
    Issue a POST REST call that returns a ConnectionsResponse object.
    org.odpi.openmetadata.accessservices.itinfrastructure.rest.ConnectorTypeResponse
    callConnectorTypeGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a ConnectorReportResponse object.
    org.odpi.openmetadata.accessservices.itinfrastructure.rest.ConnectorTypesResponse
    callConnectorTypesPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params)
    Issue a POST REST call that returns a ConnectorTypesResponse object.
    org.odpi.openmetadata.accessservices.itinfrastructure.rest.ControlFlowElementResponse
    callControlFlowPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params)
    Issue a POST REST call that returns a ControlFlowElementResponse object.
    org.odpi.openmetadata.accessservices.itinfrastructure.rest.ControlFlowElementsResponse
    callControlFlowsPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params)
    Issue a POST REST call that returns a ControlFlowElementsResponse object.
    org.odpi.openmetadata.accessservices.itinfrastructure.rest.DataFlowElementResponse
    callDataFlowPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params)
    Issue a POST REST call that returns a DataFlowElementResponse object.
    org.odpi.openmetadata.accessservices.itinfrastructure.rest.DataFlowElementsResponse
    callDataFlowsPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params)
    Issue a POST REST call that returns a DataFlowElementsResponse object.
    org.odpi.openmetadata.accessservices.itinfrastructure.rest.ElementStubResponse
    callElementStubGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a ElementStubResponse object.
    org.odpi.openmetadata.accessservices.itinfrastructure.rest.EndpointResponse
    callEndpointGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a EndpointResponse object.
    org.odpi.openmetadata.accessservices.itinfrastructure.rest.EndpointsResponse
    callEndpointsGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a EndpointsResponse object.
    org.odpi.openmetadata.accessservices.itinfrastructure.rest.EndpointsResponse
    callEndpointsPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params)
    Issue a POST REST call that returns a EndpointsResponse object.
    org.odpi.openmetadata.accessservices.itinfrastructure.rest.ITProfileResponse
    callITProfileGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a ITProfileElement in a response object.
    org.odpi.openmetadata.accessservices.itinfrastructure.rest.ITProfileListResponse
    callITProfileListGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a list of ITProfileElements in a response object.
    org.odpi.openmetadata.accessservices.itinfrastructure.rest.ITProfileListResponse
    callITProfileListPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params)
    Issue a GET REST call that returns a list of ITProfileElements in a response object.
    org.odpi.openmetadata.accessservices.itinfrastructure.rest.LineageMappingElementResponse
    callLineageMappingPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params)
    Issue a POST REST call that returns a LineageMappingElementResponse object.
    org.odpi.openmetadata.accessservices.itinfrastructure.rest.LineageMappingElementsResponse
    callLineageMappingsPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params)
    Issue a POST REST call that returns a LineageMappingElementsResponse object.
    org.odpi.openmetadata.accessservices.itinfrastructure.rest.ProcessCallElementResponse
    callProcessCallPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params)
    Issue a POST REST call that returns a ProcessCallElementResponse object.
    org.odpi.openmetadata.accessservices.itinfrastructure.rest.ProcessCallElementsResponse
    callProcessCallsPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params)
    Issue a POST REST call that returns a ProcessCallElementsResponse object.
    org.odpi.openmetadata.accessservices.itinfrastructure.rest.RelatedAssetListResponse
    callRelatedAssetListPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params)
    Issue a POST REST call that returns a list of RelatedAssetElements in a response object.
    org.odpi.openmetadata.accessservices.itinfrastructure.rest.ServerAssetUseResponse
    callServerAssetUseGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a ServerAssetUseElement in a response object.
    org.odpi.openmetadata.accessservices.itinfrastructure.rest.ServerAssetUseListResponse
    callServerAssetUseListGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a list of ServerAssetUseElements in a response object.
    org.odpi.openmetadata.accessservices.itinfrastructure.rest.ServerAssetUseListResponse
    callServerAssetUseListPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params)
    Issue a POST REST call that returns a list of ServerAssetUseElements in a response object.
    org.odpi.openmetadata.accessservices.itinfrastructure.rest.SoftwareCapabilityResponse
    callSoftwareServerCapabilityGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a SoftwareCapabilityElement in a response object.
    org.odpi.openmetadata.accessservices.itinfrastructure.rest.SoftwareCapabilityListResponse
    callSoftwareServerCapabilityListGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a list of SoftwareServerCapabilityElements in a response object.
    org.odpi.openmetadata.accessservices.itinfrastructure.rest.SoftwareCapabilityListResponse
    callSoftwareServerCapabilityListPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params)
    Issue a POST REST call that returns a list of SoftwareServerCapabilityElements in a response object.
    org.odpi.openmetadata.accessservices.itinfrastructure.rest.SupportedCapabilityListResponse
    callSupportedCapabilityListPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params)
    Issue a POST REST call that returns a list of SupportedCapabilityElements in a response object.
    org.odpi.openmetadata.accessservices.itinfrastructure.rest.UserIdentityResponse
    callUserIdentityGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a UserIdentityElement in a response object.
    org.odpi.openmetadata.accessservices.itinfrastructure.rest.UserIdentityListResponse
    callUserIdentityListGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a list of UserIdentityElements in a response object.
    org.odpi.openmetadata.accessservices.itinfrastructure.rest.UserIdentityListResponse
    callUserIdentityListPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params)
    Issue a POST REST call that returns a list of UserIdentityElements in a response object.

    Methods inherited from class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.client.OCFRESTClient

    callOCFAssetGetRESTCall, callOCFAssetsGetRESTCall, callOCFAssetsPostRESTCall, callOCFConnectionGetRESTCall, callOCFTagGetRESTCall, callOCFTagListGetRESTCall, callOCFTagListPostRESTCall

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

    callBooleanGetRESTCall, callCountGetRESTCall, callGUIDGetRESTCall, callGUIDListGetRESTCall, callGUIDListPostRESTCall, callGUIDPostRESTCall, callNameListGetRESTCall, callOCFConnectorReportGetRESTCall, callStringMapGetRESTCall, 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

    • ITInfrastructureRESTClient

      public ITInfrastructureRESTClient(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 manager 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.
    • ITInfrastructureRESTClient

      public ITInfrastructureRESTClient(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 manager 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.
    • ITInfrastructureRESTClient

      public ITInfrastructureRESTClient(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 manager 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.
    • ITInfrastructureRESTClient

      public ITInfrastructureRESTClient(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 manager 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

    • callConnectionGetRESTCall

      public org.odpi.openmetadata.accessservices.itinfrastructure.rest.ConnectionResponse callConnectionGetRESTCall(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 ConnectionResponse object.
      Parameters:
      methodName - name of the method being called.
      urlTemplate - template of the URL for the REST API call with place-holders for the parameters.
      params - a list of parameters that are slotted into the url template.
      Returns:
      ConnectionResponse
      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.
    • callConnectionsGetRESTCall

      public org.odpi.openmetadata.accessservices.itinfrastructure.rest.ConnectionsResponse callConnectionsGetRESTCall(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 POST REST call that returns a ConnectionsResponse object.
      Parameters:
      methodName - name of the method being called.
      urlTemplate - template of the URL for the REST API call with place-holders for the parameters.
      params - a list of parameters that are slotted into the url template.
      Returns:
      ConnectionsResponse
      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.
    • callConnectionsPostRESTCall

      public org.odpi.openmetadata.accessservices.itinfrastructure.rest.ConnectionsResponse callConnectionsPostRESTCall(String methodName, String urlTemplate, Object requestBody, 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 POST REST call that returns a ConnectionsResponse object.
      Parameters:
      methodName - name of the method being called.
      urlTemplate - template of the URL for the REST API call with place-holders for the parameters.
      requestBody - properties describing the valid value definition/set
      params - a list of parameters that are slotted into the url template.
      Returns:
      ConnectionsResponse
      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.
    • callConnectorTypeGetRESTCall

      public org.odpi.openmetadata.accessservices.itinfrastructure.rest.ConnectorTypeResponse callConnectorTypeGetRESTCall(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 ConnectorReportResponse object.
      Parameters:
      methodName - name of the method being called.
      urlTemplate - template of the URL for the REST API call with place-holders for the parameters.
      params - a list of parameters that are slotted into the url template.
      Returns:
      ConnectorReportResponse
      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.
    • callConnectorTypesPostRESTCall

      public org.odpi.openmetadata.accessservices.itinfrastructure.rest.ConnectorTypesResponse callConnectorTypesPostRESTCall(String methodName, String urlTemplate, Object requestBody, 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 POST REST call that returns a ConnectorTypesResponse object.
      Parameters:
      methodName - name of the method being called.
      urlTemplate - template of the URL for the REST API call with place-holders for the parameters.
      requestBody - properties describing the valid value definition/set
      params - a list of parameters that are slotted into the url template.
      Returns:
      ConnectorTypesResponse
      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.
    • callEndpointGetRESTCall

      public org.odpi.openmetadata.accessservices.itinfrastructure.rest.EndpointResponse callEndpointGetRESTCall(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 EndpointResponse object.
      Parameters:
      methodName - name of the method being called.
      urlTemplate - template of the URL for the REST API call with place-holders for the parameters.
      params - a list of parameters that are slotted into the url template.
      Returns:
      EndpointResponse
      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.
    • callEndpointsGetRESTCall

      public org.odpi.openmetadata.accessservices.itinfrastructure.rest.EndpointsResponse callEndpointsGetRESTCall(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 EndpointsResponse object.
      Parameters:
      methodName - name of the method being called.
      urlTemplate - template of the URL for the REST API call with place-holders for the parameters.
      params - a list of parameters that are slotted into the url template.
      Returns:
      EndpointsResponse
      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.
    • callEndpointsPostRESTCall

      public org.odpi.openmetadata.accessservices.itinfrastructure.rest.EndpointsResponse callEndpointsPostRESTCall(String methodName, String urlTemplate, Object requestBody, 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 POST REST call that returns a EndpointsResponse object.
      Parameters:
      methodName - name of the method being called.
      urlTemplate - template of the URL for the REST API call with place-holders for the parameters.
      requestBody - properties describing the valid value definition/set
      params - a list of parameters that are slotted into the url template.
      Returns:
      EndpointsResponse
      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.
    • callElementStubGetRESTCall

      public org.odpi.openmetadata.accessservices.itinfrastructure.rest.ElementStubResponse callElementStubGetRESTCall(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 ElementStubResponse object.
      Parameters:
      methodName - name of the method being called.
      urlTemplate - template of the URL for the REST API call 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.
    • callITProfileGetRESTCall

      public org.odpi.openmetadata.accessservices.itinfrastructure.rest.ITProfileResponse callITProfileGetRESTCall(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 ITProfileElement in a response object.
      Parameters:
      methodName - name of the method being called.
      urlTemplate - template of the URL for the REST API call 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 - something went wrong with the REST call stack.
    • callITProfileListGetRESTCall

      public org.odpi.openmetadata.accessservices.itinfrastructure.rest.ITProfileListResponse callITProfileListGetRESTCall(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 list of ITProfileElements in a response object.
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL for the REST API call 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 - something went wrong with the REST call stack.
    • callITProfileListPostRESTCall

      public org.odpi.openmetadata.accessservices.itinfrastructure.rest.ITProfileListResponse callITProfileListPostRESTCall(String methodName, String urlTemplate, Object requestBody, 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 list of ITProfileElements in a response object.
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL for the REST API call with place-holders for the parameters
      requestBody - request body for the request
      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 - something went wrong with the REST call stack.
    • callUserIdentityGetRESTCall

      public org.odpi.openmetadata.accessservices.itinfrastructure.rest.UserIdentityResponse callUserIdentityGetRESTCall(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 UserIdentityElement in a response object.
      Parameters:
      methodName - name of the method being called.
      urlTemplate - template of the URL for the REST API call with place-holders for the parameters.
      params - a list of parameters that are slotted into the url template.
      Returns:
      UserIdentityResponse
      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 - something went wrong with the REST call stack.
    • callUserIdentityListGetRESTCall

      public org.odpi.openmetadata.accessservices.itinfrastructure.rest.UserIdentityListResponse callUserIdentityListGetRESTCall(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 list of UserIdentityElements in a response object.
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL for the REST API call with place-holders for the parameters
      params - a list of parameters that are slotted into the url template
      Returns:
      UserIdentityListResponse
      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 - something went wrong with the REST call stack.
    • callUserIdentityListPostRESTCall

      public org.odpi.openmetadata.accessservices.itinfrastructure.rest.UserIdentityListResponse callUserIdentityListPostRESTCall(String methodName, String urlTemplate, Object requestBody, 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 POST REST call that returns a list of UserIdentityElements in a response object.
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL for the REST API call with place-holders for the parameters
      requestBody - request body for the request
      params - a list of parameters that are slotted into the url template
      Returns:
      UserIdentityListResponse
      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 - something went wrong with the REST call stack.
    • callSoftwareServerCapabilityGetRESTCall

      public org.odpi.openmetadata.accessservices.itinfrastructure.rest.SoftwareCapabilityResponse callSoftwareServerCapabilityGetRESTCall(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 SoftwareCapabilityElement in a response object.
      Parameters:
      methodName - name of the method being called.
      urlTemplate - template of the URL for the REST API call 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 - something went wrong with the REST call stack.
    • callSoftwareServerCapabilityListGetRESTCall

      public org.odpi.openmetadata.accessservices.itinfrastructure.rest.SoftwareCapabilityListResponse callSoftwareServerCapabilityListGetRESTCall(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 list of SoftwareServerCapabilityElements in a response object.
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL for the REST API call with place-holders for the parameters
      params - a list of parameters that are slotted into the url template
      Returns:
      response objects
      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 - something went wrong with the REST call stack.
    • callSoftwareServerCapabilityListPostRESTCall

      public org.odpi.openmetadata.accessservices.itinfrastructure.rest.SoftwareCapabilityListResponse callSoftwareServerCapabilityListPostRESTCall(String methodName, String urlTemplate, Object requestBody, 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 POST REST call that returns a list of SoftwareServerCapabilityElements in a response object.
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL for the REST API call with place-holders for the parameters
      requestBody - request body for the request
      params - a list of parameters that are slotted into the url template
      Returns:
      response objects
      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 - something went wrong with the REST call stack.
    • callAssetGetRESTCall

      public org.odpi.openmetadata.accessservices.itinfrastructure.rest.AssetResponse callAssetGetRESTCall(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 an AssetElement in a response object.
      Parameters:
      methodName - name of the method being called.
      urlTemplate - template of the URL for the REST API call 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 - something went wrong with the REST call stack.
    • callAssetPostRESTCall

      public org.odpi.openmetadata.accessservices.itinfrastructure.rest.AssetResponse callAssetPostRESTCall(String methodName, String urlTemplate, Object requestBody, 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 POST REST call that returns an asset in a response object.
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL for the REST API call with place-holders for the parameters
      requestBody - request body for the request
      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 - something went wrong with the REST call stack.
    • callAssetListGetRESTCall

      public org.odpi.openmetadata.accessservices.itinfrastructure.rest.AssetListResponse callAssetListGetRESTCall(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 list of AssetElements in a response object.
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL for the REST API call with place-holders for the parameters
      params - a list of parameters that are slotted into the url template
      Returns:
      response objects
      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 - something went wrong with the REST call stack.
    • callAssetListPostRESTCall

      public org.odpi.openmetadata.accessservices.itinfrastructure.rest.AssetListResponse callAssetListPostRESTCall(String methodName, String urlTemplate, Object requestBody, 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 POST REST call that returns a list of AssetElements in a response object.
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL for the REST API call with place-holders for the parameters
      requestBody - request body for the request
      params - a list of parameters that are slotted into the url template
      Returns:
      response objects
      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 - something went wrong with the REST call stack.
    • callAssetRelationshipListPostRESTCall

      public org.odpi.openmetadata.accessservices.itinfrastructure.rest.AssetRelationshipListResponse callAssetRelationshipListPostRESTCall(String methodName, String urlTemplate, Object requestBody, 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 POST REST call that returns a list of AssetRelationshipListResponse in a response object.
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL for the REST API call with place-holders for the parameters
      requestBody - request body for the request
      params - a list of parameters that are slotted into the url template
      Returns:
      response objects
      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 - something went wrong with the REST call stack.
    • callRelatedAssetListPostRESTCall

      public org.odpi.openmetadata.accessservices.itinfrastructure.rest.RelatedAssetListResponse callRelatedAssetListPostRESTCall(String methodName, String urlTemplate, Object requestBody, 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 POST REST call that returns a list of RelatedAssetElements in a response object.
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL for the REST API call with place-holders for the parameters
      requestBody - request body for the request
      params - a list of parameters that are slotted into the url template
      Returns:
      response objects
      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 - something went wrong with the REST call stack.
    • callServerAssetUseGetRESTCall

      public org.odpi.openmetadata.accessservices.itinfrastructure.rest.ServerAssetUseResponse callServerAssetUseGetRESTCall(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 ServerAssetUseElement in a response object.
      Parameters:
      methodName - name of the method being called.
      urlTemplate - template of the URL for the REST API call 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 - something went wrong with the REST call stack.
    • callServerAssetUseListGetRESTCall

      public org.odpi.openmetadata.accessservices.itinfrastructure.rest.ServerAssetUseListResponse callServerAssetUseListGetRESTCall(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 list of ServerAssetUseElements in a response object.
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL for the REST API call with place-holders for the parameters
      params - a list of parameters that are slotted into the url template
      Returns:
      response objects
      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 - something went wrong with the REST call stack.
    • callServerAssetUseListPostRESTCall

      public org.odpi.openmetadata.accessservices.itinfrastructure.rest.ServerAssetUseListResponse callServerAssetUseListPostRESTCall(String methodName, String urlTemplate, Object requestBody, 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 POST REST call that returns a list of ServerAssetUseElements in a response object.
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL for the REST API call with place-holders for the parameters
      requestBody - request body for the request
      params - a list of parameters that are slotted into the url template
      Returns:
      response objects
      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 - something went wrong with the REST call stack.
    • callSupportedCapabilityListPostRESTCall

      public org.odpi.openmetadata.accessservices.itinfrastructure.rest.SupportedCapabilityListResponse callSupportedCapabilityListPostRESTCall(String methodName, String urlTemplate, Object requestBody, 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 POST REST call that returns a list of SupportedCapabilityElements in a response object.
      Parameters:
      methodName - name of the method being called
      urlTemplate - template of the URL for the REST API call with place-holders for the parameters
      requestBody - request body for the request
      params - a list of parameters that are slotted into the url template
      Returns:
      response objects
      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 - something went wrong with the REST call stack.
    • callDataFlowPostRESTCall

      public org.odpi.openmetadata.accessservices.itinfrastructure.rest.DataFlowElementResponse callDataFlowPostRESTCall(String methodName, String urlTemplate, Object requestBody, 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 POST REST call that returns a DataFlowElementResponse object.
      Parameters:
      methodName - name of the method being called.
      urlTemplate - template of the URL for the REST API call with place-holders for the parameters.
      requestBody - object that passes additional 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.
    • callDataFlowsPostRESTCall

      public org.odpi.openmetadata.accessservices.itinfrastructure.rest.DataFlowElementsResponse callDataFlowsPostRESTCall(String methodName, String urlTemplate, Object requestBody, 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 POST REST call that returns a DataFlowElementsResponse object.
      Parameters:
      methodName - name of the method being called.
      urlTemplate - template of the URL for the REST API call with place-holders for the parameters.
      requestBody - object that passes additional 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.
    • callControlFlowPostRESTCall

      public org.odpi.openmetadata.accessservices.itinfrastructure.rest.ControlFlowElementResponse callControlFlowPostRESTCall(String methodName, String urlTemplate, Object requestBody, 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 POST REST call that returns a ControlFlowElementResponse object.
      Parameters:
      methodName - name of the method being called.
      urlTemplate - template of the URL for the REST API call with place-holders for the parameters.
      requestBody - object that passes additional 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.
    • callControlFlowsPostRESTCall

      public org.odpi.openmetadata.accessservices.itinfrastructure.rest.ControlFlowElementsResponse callControlFlowsPostRESTCall(String methodName, String urlTemplate, Object requestBody, 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 POST REST call that returns a ControlFlowElementsResponse object.
      Parameters:
      methodName - name of the method being called.
      urlTemplate - template of the URL for the REST API call with place-holders for the parameters.
      requestBody - object that passes additional 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.
    • callProcessCallPostRESTCall

      public org.odpi.openmetadata.accessservices.itinfrastructure.rest.ProcessCallElementResponse callProcessCallPostRESTCall(String methodName, String urlTemplate, Object requestBody, 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 POST REST call that returns a ProcessCallElementResponse object.
      Parameters:
      methodName - name of the method being called.
      urlTemplate - template of the URL for the REST API call with place-holders for the parameters.
      requestBody - object that passes additional 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.
    • callProcessCallsPostRESTCall

      public org.odpi.openmetadata.accessservices.itinfrastructure.rest.ProcessCallElementsResponse callProcessCallsPostRESTCall(String methodName, String urlTemplate, Object requestBody, 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 POST REST call that returns a ProcessCallElementsResponse object.
      Parameters:
      methodName - name of the method being called.
      urlTemplate - template of the URL for the REST API call with place-holders for the parameters.
      requestBody - object that passes additional 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.
    • callLineageMappingPostRESTCall

      public org.odpi.openmetadata.accessservices.itinfrastructure.rest.LineageMappingElementResponse callLineageMappingPostRESTCall(String methodName, String urlTemplate, Object requestBody, 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 POST REST call that returns a LineageMappingElementResponse object.
      Parameters:
      methodName - name of the method being called.
      urlTemplate - template of the URL for the REST API call with place-holders for the parameters.
      requestBody - object that passes additional 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.
    • callLineageMappingsPostRESTCall

      public org.odpi.openmetadata.accessservices.itinfrastructure.rest.LineageMappingElementsResponse callLineageMappingsPostRESTCall(String methodName, String urlTemplate, Object requestBody, 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 POST REST call that returns a LineageMappingElementsResponse object.
      Parameters:
      methodName - name of the method being called.
      urlTemplate - template of the URL for the REST API call with place-holders for the parameters.
      requestBody - object that passes additional 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.