Class CommunityProfileRESTClient

java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClientBase
org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
org.odpi.openmetadata.accessservices.communityprofile.client.rest.CommunityProfileRESTClient

public class CommunityProfileRESTClient extends org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
CommunityProfileRESTClient is responsible for issuing calls to the Community Profile OMAS REST APIs.
  • Constructor Summary

    Constructors
    Constructor
    Description
    CommunityProfileRESTClient(String serverName, String serverPlatformURLRoot)
    Constructor for no authentication.
    CommunityProfileRESTClient(String serverName, String serverPlatformURLRoot, String userId, String password)
    Constructor for simple userId and password authentication.
    CommunityProfileRESTClient(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.
    CommunityProfileRESTClient(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.communityprofile.rest.ActorProfileResponse
    callActorProfileGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a ActorProfileElement in a response object.
    org.odpi.openmetadata.accessservices.communityprofile.rest.ActorProfileListResponse
    callActorProfileListGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a list of ActorProfileElements in a response object.
    org.odpi.openmetadata.accessservices.communityprofile.rest.ActorProfileListResponse
    callActorProfileListPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params)
    Issue a GET REST call that returns a list of ActorProfileElements in a response object.
    org.odpi.openmetadata.accessservices.communityprofile.rest.CollectionResponse
    callCollectionGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a CollectionElement in a response object.
    org.odpi.openmetadata.accessservices.communityprofile.rest.CollectionListResponse
    callCollectionListGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a list of CollectionElements in a response object.
    org.odpi.openmetadata.accessservices.communityprofile.rest.CollectionListResponse
    callCollectionListPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params)
    Issue a GET REST call that returns a list of CollectionElements in a response object.
    org.odpi.openmetadata.accessservices.communityprofile.rest.CollectionMemberResponse
    callCollectionMemberGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a CollectionMember in a response object.
    org.odpi.openmetadata.accessservices.communityprofile.rest.CollectionMemberListResponse
    callCollectionMemberListGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a list of CollectionMembers in a response object.
    org.odpi.openmetadata.accessservices.communityprofile.rest.CommunityResponse
    callCommunityGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a CommunityElement in a response object.
    org.odpi.openmetadata.accessservices.communityprofile.rest.CommunityListResponse
    callCommunityListGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a list of CommunityElements in a response object.
    org.odpi.openmetadata.accessservices.communityprofile.rest.CommunityListResponse
    callCommunityListPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params)
    Issue a GET REST call that returns a list of CommunityElements in a response object.
    org.odpi.openmetadata.accessservices.communityprofile.rest.ElementStubsResponse
    callElementStubsGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a ElementStubsResponse object.
    org.odpi.openmetadata.accessservices.communityprofile.rest.LocationResponse
    callLocationGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a LocationResponse object.
    org.odpi.openmetadata.accessservices.communityprofile.rest.LocationListResponse
    callLocationsGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a LocationListResponse object.
    org.odpi.openmetadata.accessservices.communityprofile.rest.LocationListResponse
    callLocationsPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params)
    Issue a POST REST call that returns a LocationListResponse object.
    org.odpi.openmetadata.accessservices.communityprofile.rest.MetadataSourceResponse
    callMetadataSourceGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a MetadataSourceResponse object.
    org.odpi.openmetadata.accessservices.communityprofile.rest.PersonRoleAppointeeListResponse
    callPersonRoleAppointeeListPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params)
    Issue a POST REST call that returns a list of PersonRoleAppointees in a response object.
    org.odpi.openmetadata.accessservices.communityprofile.rest.PersonRoleResponse
    callPersonRoleGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a PersonRoleElement in a response object.
    org.odpi.openmetadata.accessservices.communityprofile.rest.PersonRoleListResponse
    callPersonRoleListGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a list of PersonRoleElements in a response object.
    org.odpi.openmetadata.accessservices.communityprofile.rest.PersonRoleListResponse
    callPersonRoleListPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params)
    Issue a POST REST call that returns a list of PersonRoleElements in a response object.
    org.odpi.openmetadata.accessservices.communityprofile.rest.RelatedElementListResponse
    callRelatedElementListGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a RelatedElementListResponse object.
    org.odpi.openmetadata.accessservices.communityprofile.rest.SecurityGroupResponse
    callSecurityGroupGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a SecurityGroupResponse object.
    org.odpi.openmetadata.accessservices.communityprofile.rest.SecurityGroupResponse
    callSecurityGroupPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params)
    Issue a POST REST call that returns a SecurityGroupResponse object.
    org.odpi.openmetadata.accessservices.communityprofile.rest.SecurityGroupsResponse
    callSecurityGroupsGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a SecurityGroupsResponse object.
    org.odpi.openmetadata.accessservices.communityprofile.rest.SecurityGroupsResponse
    callSecurityGroupsPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params)
    Issue a POST REST call that returns a SecurityGroupsResponse object.
    org.odpi.openmetadata.accessservices.communityprofile.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.communityprofile.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.communityprofile.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.
    org.odpi.openmetadata.accessservices.communityprofile.rest.ValidValueResponse
    callValidValueGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a ValidValueElement in a response object.
    org.odpi.openmetadata.accessservices.communityprofile.rest.ValidValueListResponse
    callValidValueListGetRESTCall(String methodName, String urlTemplate, Object... params)
    Issue a GET REST call that returns a list of ValidValueElements in a response object.
    org.odpi.openmetadata.accessservices.communityprofile.rest.ValidValueListResponse
    callValidValueListPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params)
    Issue a GET REST call that returns a list of ValidValueElements in a response object.

    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

    • CommunityProfileRESTClient

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

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

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

      public CommunityProfileRESTClient(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

    • callMetadataSourceGetRESTCall

      public org.odpi.openmetadata.accessservices.communityprofile.rest.MetadataSourceResponse callMetadataSourceGetRESTCall(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 MetadataSourceResponse object.
      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:
      MetadataSourceResponse
      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.
    • callActorProfileGetRESTCall

      public org.odpi.openmetadata.accessservices.communityprofile.rest.ActorProfileResponse callActorProfileGetRESTCall(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 ActorProfileElement in a response object.
      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 - something went wrong with the REST call stack.
    • callActorProfileListGetRESTCall

      public org.odpi.openmetadata.accessservices.communityprofile.rest.ActorProfileListResponse callActorProfileListGetRESTCall(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 ActorProfileElements in a response object.
      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 - something went wrong with the REST call stack.
    • callActorProfileListPostRESTCall

      public org.odpi.openmetadata.accessservices.communityprofile.rest.ActorProfileListResponse callActorProfileListPostRESTCall(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 ActorProfileElements in a response object.
      Parameters:
      methodName - name of the method being called
      urlTemplate - REST API call URL template 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.
    • callCollectionGetRESTCall

      public org.odpi.openmetadata.accessservices.communityprofile.rest.CollectionResponse callCollectionGetRESTCall(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 CollectionElement in a response object.
      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 - something went wrong with the REST call stack.
    • callCollectionListGetRESTCall

      public org.odpi.openmetadata.accessservices.communityprofile.rest.CollectionListResponse callCollectionListGetRESTCall(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 CollectionElements in a response object.
      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 - something went wrong with the REST call stack.
    • callCollectionMemberListGetRESTCall

      public org.odpi.openmetadata.accessservices.communityprofile.rest.CollectionMemberListResponse callCollectionMemberListGetRESTCall(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 CollectionMembers in a response object.
      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 - something went wrong with the REST call stack.
    • callCollectionMemberGetRESTCall

      public org.odpi.openmetadata.accessservices.communityprofile.rest.CollectionMemberResponse callCollectionMemberGetRESTCall(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 CollectionMember in a response object.
      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 - something went wrong with the REST call stack.
    • callCollectionListPostRESTCall

      public org.odpi.openmetadata.accessservices.communityprofile.rest.CollectionListResponse callCollectionListPostRESTCall(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 CollectionElements in a response object.
      Parameters:
      methodName - name of the method being called
      urlTemplate - REST API call URL template 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.
    • callCommunityGetRESTCall

      public org.odpi.openmetadata.accessservices.communityprofile.rest.CommunityResponse callCommunityGetRESTCall(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 CommunityElement in a response object.
      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 - something went wrong with the REST call stack.
    • callCommunityListGetRESTCall

      public org.odpi.openmetadata.accessservices.communityprofile.rest.CommunityListResponse callCommunityListGetRESTCall(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 CommunityElements in a response object.
      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 - something went wrong with the REST call stack.
    • callCommunityListPostRESTCall

      public org.odpi.openmetadata.accessservices.communityprofile.rest.CommunityListResponse callCommunityListPostRESTCall(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 CommunityElements in a response object.
      Parameters:
      methodName - name of the method being called
      urlTemplate - REST API call URL template 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.
    • callPersonRoleGetRESTCall

      public org.odpi.openmetadata.accessservices.communityprofile.rest.PersonRoleResponse callPersonRoleGetRESTCall(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 PersonRoleElement in a response object.
      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 - something went wrong with the REST call stack.
    • callPersonRoleListGetRESTCall

      public org.odpi.openmetadata.accessservices.communityprofile.rest.PersonRoleListResponse callPersonRoleListGetRESTCall(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 PersonRoleElements in a response object.
      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 - something went wrong with the REST call stack.
    • callPersonRoleListPostRESTCall

      public org.odpi.openmetadata.accessservices.communityprofile.rest.PersonRoleListResponse callPersonRoleListPostRESTCall(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 PersonRoleElements in a response object.
      Parameters:
      methodName - name of the method being called
      urlTemplate - REST API call URL template 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.
    • callPersonRoleAppointeeListPostRESTCall

      public org.odpi.openmetadata.accessservices.communityprofile.rest.PersonRoleAppointeeListResponse callPersonRoleAppointeeListPostRESTCall(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 PersonRoleAppointees in a response object.
      Parameters:
      methodName - name of the method being called
      urlTemplate - REST API call URL template 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.communityprofile.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 - REST API call URL template 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.communityprofile.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 - REST API call URL template 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.communityprofile.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 - REST API call URL template 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.
    • callSecurityGroupGetRESTCall

      public org.odpi.openmetadata.accessservices.communityprofile.rest.SecurityGroupResponse callSecurityGroupGetRESTCall(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 SecurityGroupResponse object.
      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.
    • callSecurityGroupPostRESTCall

      public org.odpi.openmetadata.accessservices.communityprofile.rest.SecurityGroupResponse callSecurityGroupPostRESTCall(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 SecurityGroupResponse object.
      Parameters:
      methodName - name of the method being called.
      urlTemplate - REST API call URL template 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.
    • callSecurityGroupsGetRESTCall

      public org.odpi.openmetadata.accessservices.communityprofile.rest.SecurityGroupsResponse callSecurityGroupsGetRESTCall(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 SecurityGroupsResponse object.
      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.
    • callSecurityGroupsPostRESTCall

      public org.odpi.openmetadata.accessservices.communityprofile.rest.SecurityGroupsResponse callSecurityGroupsPostRESTCall(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 SecurityGroupsResponse object.
      Parameters:
      methodName - name of the method being called.
      urlTemplate - REST API call URL template 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.
    • callElementStubsGetRESTCall

      public org.odpi.openmetadata.accessservices.communityprofile.rest.ElementStubsResponse callElementStubsGetRESTCall(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 ElementStubsResponse object.
      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.
    • callRelatedElementListGetRESTCall

      public org.odpi.openmetadata.accessservices.communityprofile.rest.RelatedElementListResponse callRelatedElementListGetRESTCall(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 RelatedElementListResponse object.
      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.
    • callLocationGetRESTCall

      public org.odpi.openmetadata.accessservices.communityprofile.rest.LocationResponse callLocationGetRESTCall(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 LocationResponse object.
      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:
      LocationResponse
      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.
    • callLocationsGetRESTCall

      public org.odpi.openmetadata.accessservices.communityprofile.rest.LocationListResponse callLocationsGetRESTCall(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 LocationListResponse object.
      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:
      LocationListResponse
      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.
    • callLocationsPostRESTCall

      public org.odpi.openmetadata.accessservices.communityprofile.rest.LocationListResponse callLocationsPostRESTCall(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 LocationListResponse object.
      Parameters:
      methodName - name of the method being called.
      urlTemplate - REST API call URL template 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:
      LocationListResponse
      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.
    • callValidValueGetRESTCall

      public org.odpi.openmetadata.accessservices.communityprofile.rest.ValidValueResponse callValidValueGetRESTCall(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 ValidValueElement in a response object.
      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 - something went wrong with the REST call stack.
    • callValidValueListGetRESTCall

      public org.odpi.openmetadata.accessservices.communityprofile.rest.ValidValueListResponse callValidValueListGetRESTCall(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 ValidValueElements in a response object.
      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 - something went wrong with the REST call stack.
    • callValidValueListPostRESTCall

      public org.odpi.openmetadata.accessservices.communityprofile.rest.ValidValueListResponse callValidValueListPostRESTCall(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 ValidValueElements in a response object.
      Parameters:
      methodName - name of the method being called
      urlTemplate - REST API call URL template 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.