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
ConstructorsConstructorDescriptionCommunityProfileRESTClient(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 TypeMethodDescriptionorg.odpi.openmetadata.accessservices.communityprofile.rest.ActorProfileResponsecallActorProfileGetRESTCall(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.ActorProfileListResponsecallActorProfileListGetRESTCall(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.ActorProfileListResponsecallActorProfileListPostRESTCall(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.CollectionResponsecallCollectionGetRESTCall(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.CollectionListResponsecallCollectionListGetRESTCall(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.CollectionListResponsecallCollectionListPostRESTCall(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.CollectionMemberResponsecallCollectionMemberGetRESTCall(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.CollectionMemberListResponsecallCollectionMemberListGetRESTCall(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.CommunityResponsecallCommunityGetRESTCall(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.CommunityListResponsecallCommunityListGetRESTCall(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.CommunityListResponsecallCommunityListPostRESTCall(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.ElementStubsResponsecallElementStubsGetRESTCall(String methodName, String urlTemplate, Object... params) Issue a GET REST call that returns a ElementStubsResponse object.org.odpi.openmetadata.accessservices.communityprofile.rest.LocationResponsecallLocationGetRESTCall(String methodName, String urlTemplate, Object... params) Issue a GET REST call that returns a LocationResponse object.org.odpi.openmetadata.accessservices.communityprofile.rest.LocationListResponsecallLocationsGetRESTCall(String methodName, String urlTemplate, Object... params) Issue a GET REST call that returns a LocationListResponse object.org.odpi.openmetadata.accessservices.communityprofile.rest.LocationListResponsecallLocationsPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params) Issue a POST REST call that returns a LocationListResponse object.org.odpi.openmetadata.accessservices.communityprofile.rest.MetadataSourceResponsecallMetadataSourceGetRESTCall(String methodName, String urlTemplate, Object... params) Issue a GET REST call that returns a MetadataSourceResponse object.org.odpi.openmetadata.accessservices.communityprofile.rest.PersonRoleAppointeeListResponsecallPersonRoleAppointeeListPostRESTCall(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.PersonRoleResponsecallPersonRoleGetRESTCall(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.PersonRoleListResponsecallPersonRoleListGetRESTCall(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.PersonRoleListResponsecallPersonRoleListPostRESTCall(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.RelatedElementListResponsecallRelatedElementListGetRESTCall(String methodName, String urlTemplate, Object... params) Issue a GET REST call that returns a RelatedElementListResponse object.org.odpi.openmetadata.accessservices.communityprofile.rest.SecurityGroupResponsecallSecurityGroupGetRESTCall(String methodName, String urlTemplate, Object... params) Issue a GET REST call that returns a SecurityGroupResponse object.org.odpi.openmetadata.accessservices.communityprofile.rest.SecurityGroupResponsecallSecurityGroupPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params) Issue a POST REST call that returns a SecurityGroupResponse object.org.odpi.openmetadata.accessservices.communityprofile.rest.SecurityGroupsResponsecallSecurityGroupsGetRESTCall(String methodName, String urlTemplate, Object... params) Issue a GET REST call that returns a SecurityGroupsResponse object.org.odpi.openmetadata.accessservices.communityprofile.rest.SecurityGroupsResponsecallSecurityGroupsPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params) Issue a POST REST call that returns a SecurityGroupsResponse object.org.odpi.openmetadata.accessservices.communityprofile.rest.UserIdentityResponsecallUserIdentityGetRESTCall(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.UserIdentityListResponsecallUserIdentityListGetRESTCall(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.UserIdentityListResponsecallUserIdentityListPostRESTCall(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.ValidValueResponsecallValidValueGetRESTCall(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.ValidValueListResponsecallValidValueListGetRESTCall(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.ValidValueListResponsecallValidValueListPostRESTCall(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, callVoidPostRESTCallMethods inherited from class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClientBase
callPostRESTCallNoParams
-
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 callserverPlatformURLRoot- 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 callserverPlatformURLRoot- 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 callserverPlatformURLRoot- URL root of the server platform where the OMAG Server is running.userId- user id for the HTTP requestpassword- password for the HTTP requestauditLog- 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 callserverPlatformURLRoot- URL root of the server platform where the OMAG Server is running.userId- user id for the HTTP requestpassword- 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 calledurlTemplate- REST API call URL template with place-holders for the parametersparams- 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 calledurlTemplate- REST API call URL template with place-holders for the parametersrequestBody- request body for the requestparams- 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 calledurlTemplate- REST API call URL template with place-holders for the parametersparams- 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 calledurlTemplate- REST API call URL template with place-holders for the parametersparams- 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 calledurlTemplate- REST API call URL template with place-holders for the parametersrequestBody- request body for the requestparams- 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 calledurlTemplate- REST API call URL template with place-holders for the parametersparams- 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 calledurlTemplate- REST API call URL template with place-holders for the parametersrequestBody- request body for the requestparams- 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 calledurlTemplate- REST API call URL template with place-holders for the parametersparams- 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 calledurlTemplate- REST API call URL template with place-holders for the parametersrequestBody- request body for the requestparams- 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 calledurlTemplate- REST API call URL template with place-holders for the parametersrequestBody- request body for the requestparams- 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 calledurlTemplate- REST API call URL template with place-holders for the parametersparams- 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 calledurlTemplate- REST API call URL template with place-holders for the parametersrequestBody- request body for the requestparams- 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 parametersparams- 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 parametersparams- 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/setparams- 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 calledurlTemplate- REST API call URL template with place-holders for the parametersparams- 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 calledurlTemplate- REST API call URL template with place-holders for the parametersrequestBody- request body for the requestparams- 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.
-