Class GAFRESTClient
java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClientBase
org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.client.OCFRESTClient
org.odpi.openmetadata.frameworkservices.gaf.client.rest.GAFRESTClient
public class GAFRESTClient
extends org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.client.OCFRESTClient
GAFRESTClient is responsible for issuing calls to the OMAS REST APIs.
-
Constructor Summary
ConstructorsConstructorDescriptionGAFRESTClient(String serverName, String serverPlatformURLRoot) Constructor for no authentication.GAFRESTClient(String serverName, String serverPlatformURLRoot, String userId, String password) Constructor for simple userId and password authentication.GAFRESTClient(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.GAFRESTClient(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.commonservices.ffdc.rest.BooleanResponsecallBooleanGetRESTCall(String methodName, String urlTemplate, Object... params) Issue a GET REST call that returns a BooleanResponse object.org.odpi.openmetadata.frameworkservices.gaf.rest.CatalogTargetResponsecallCatalogTargetGetRESTCall(String methodName, String urlTemplate, Object... params) Issue a GET REST call that returns a CatalogTargetResponse object.org.odpi.openmetadata.frameworkservices.gaf.rest.CatalogTargetsResponsecallCatalogTargetsGetRESTCall(String methodName, String urlTemplate, Object... params) Issue a GET REST call that returns a CatalogTargetsResponse object.org.odpi.openmetadata.frameworkservices.gaf.rest.EngineActionElementResponsecallEngineActionGetRESTCall(String methodName, String urlTemplate, Object... params) Issue a GET REST call that returns a EngineActionElementResponse object.org.odpi.openmetadata.frameworkservices.gaf.rest.EngineActionElementsResponsecallEngineActionsGetRESTCall(String methodName, String urlTemplate, Object... params) Issue a GET REST call that returns a EngineActionElementsResponse object.org.odpi.openmetadata.frameworkservices.gaf.rest.EngineActionElementsResponsecallEngineActionsPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params) Issue a POST REST call that returns a EngineActionElementsResponse object.org.odpi.openmetadata.frameworkservices.gaf.rest.FirstGovernanceActionProcessStepResponsecallFirstGovernanceActionProcessStepGetRESTCall(String methodName, String urlTemplate, Object... params) Issue a GET REST call that returns a GovernanceProcessStepResponseElementsResponse object.org.odpi.openmetadata.frameworkservices.gaf.rest.GovernanceActionProcessElementsResponsecallGovernanceActionProcessElementsPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params) Issue a POST REST call that returns a GovernanceActionProcessElementsResponse object.org.odpi.openmetadata.frameworkservices.gaf.rest.GovernanceActionProcessElementResponsecallGovernanceActionProcessGetRESTCall(String methodName, String urlTemplate, Object... params) Issue a GET REST call that returns a GovernanceActionProcessElementResponse object.org.odpi.openmetadata.frameworkservices.gaf.rest.GovernanceActionProcessGraphResponsecallGovernanceActionProcessGraphPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params) Issue a GET REST call that returns a GovernanceActionProcessGraphResponse object.org.odpi.openmetadata.frameworkservices.gaf.rest.GovernanceActionProcessStepResponsecallGovernanceActionProcessStepGetRESTCall(String methodName, String urlTemplate, Object... params) Issue a GET REST call that returns a GovernanceProcessStepResponseElementsResponse object.org.odpi.openmetadata.frameworkservices.gaf.rest.GovernanceActionTypeResponsecallGovernanceActionTypeGetRESTCall(String methodName, String urlTemplate, Object... params) Issue a GET REST call that returns a GovernanceTypeResponseElementsResponse object.org.odpi.openmetadata.frameworkservices.gaf.rest.GovernanceEngineElementResponsecallGovernanceEngineGetRESTCall(String methodName, String urlTemplate, Object... params) Issue a GET REST call that returns a GovernanceEngineElementResponse object.org.odpi.openmetadata.frameworkservices.gaf.rest.GovernanceEngineElementResponsecallGovernanceEnginePostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params) Issue a POST REST call that returns a GovernanceEngineElementResponse object.org.odpi.openmetadata.frameworkservices.gaf.rest.GovernanceEngineElementsResponsecallGovernanceEnginesGetRESTCall(String methodName, String urlTemplate, Object... params) Issue a GET REST call that returns a GovernanceEngineElementsResponse object.org.odpi.openmetadata.frameworkservices.gaf.rest.GovernanceActionProcessStepsResponsecallGovernanceProcessStepsPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params) Issue a POST REST call that returns a GovernanceActionProcessStepsResponse object.org.odpi.openmetadata.frameworkservices.gaf.rest.GovernanceServiceElementResponsecallGovernanceServiceGetRESTCall(String methodName, String urlTemplate, Object... params) Issue a GET REST call that returns a GovernanceServiceElementResponse object.org.odpi.openmetadata.frameworkservices.gaf.rest.GovernanceServiceElementResponsecallGovernanceServicePostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params) Issue a POST REST call that returns a GovernanceServiceElementResponse object.org.odpi.openmetadata.frameworkservices.gaf.rest.GovernanceServiceElementsResponsecallGovernanceServicesGetRESTCall(String methodName, String urlTemplate, Object... params) Issue a GET REST call that returns a GovernanceServiceElementsResponse object.org.odpi.openmetadata.frameworkservices.gaf.rest.GovernanceActionTypesResponsecallGovernanceTypesPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params) Issue a POST REST call that returns a GovernanceActionTypesResponse object.org.odpi.openmetadata.frameworkservices.gaf.rest.IntegrationConnectorElementResponsecallIntegrationConnectorGetRESTCall(String methodName, String urlTemplate, Object... params) Issue a GET REST call that returns a IntegrationConnectorElementResponse object.org.odpi.openmetadata.frameworkservices.gaf.rest.IntegrationConnectorElementsResponsecallIntegrationConnectorsGetRESTCall(String methodName, String urlTemplate, Object... params) Issue a GET REST call that returns a IntegrationConnectorElementsResponse object.org.odpi.openmetadata.frameworkservices.gaf.rest.IntegrationGroupElementResponsecallIntegrationGroupGetRESTCall(String methodName, String urlTemplate, Object... params) Issue a GET REST call that returns a IntegrationGroupElementResponse object.org.odpi.openmetadata.frameworkservices.gaf.rest.IntegrationGroupElementsResponsecallIntegrationGroupsGetRESTCall(String methodName, String urlTemplate, Object... params) Issue a GET REST call that returns a IntegrationGroupElementsResponse object.org.odpi.openmetadata.frameworkservices.gaf.rest.NextGovernanceActionProcessStepsResponsecallNextGovernanceActionProcessStepsGetRESTCall(String methodName, String urlTemplate, Object... params) Issue a GET REST call that returns a NextGovernanceActionProcessStepsResponse object.org.odpi.openmetadata.frameworkservices.gaf.rest.RegisteredGovernanceServiceResponsecallRegisteredGovernanceServiceGetRESTCall(String methodName, String urlTemplate, Object... params) Issue a GET REST call that returns a RegisteredGovernanceServiceResponse object.org.odpi.openmetadata.frameworkservices.gaf.rest.RegisteredGovernanceServicesResponsecallRegisteredGovernanceServicesGetRESTCall(String methodName, String urlTemplate, Object... params) Issue a GET REST call that returns a RegisteredGovernanceServicesResponse object.org.odpi.openmetadata.frameworkservices.gaf.rest.RegisteredIntegrationConnectorResponsecallRegisteredIntegrationConnectorGetRESTCall(String methodName, String urlTemplate, Object... params) Issue a GET REST call that returns a RegisteredIntegrationConnectorResponse object.org.odpi.openmetadata.frameworkservices.gaf.rest.RegisteredIntegrationConnectorsResponsecallRegisteredIntegrationConnectorsGetRESTCall(String methodName, String urlTemplate, Object... params) Issue a GET REST call that returns a RegisteredIntegrationConnectorsResponse object.Methods inherited from class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.client.OCFRESTClient
callOCFAssetGetRESTCall, callOCFAssetsGetRESTCall, callOCFAssetsPostRESTCall, callOCFConnectionGetRESTCall, callOCFTagGetRESTCall, callOCFTagListGetRESTCall, callOCFTagListPostRESTCallMethods inherited from class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
callActorProfileGetRESTCall, callActorProfilesGetRESTCall, callActorProfilesPostRESTCall, callAnnotationGetRESTCall, callAnnotationListGetRESTCall, callAnnotationListPostRESTCall, callAnnotationPostRESTCall, callAPIGetRESTCall, callAPIOperationGetRESTCall, callAPIOperationsGetRESTCall, callAPIOperationsPostRESTCall, callAPIParameterListGetRESTCall, callAPIParameterListsGetRESTCall, callAPIParameterListsPostRESTCall, callAPIParametersGetRESTCall, callAPIsGetRESTCall, callAPIsPostRESTCall, callAppointeesPostRESTCall, callAssetElementGetRESTCall, callAssetElementsGetRESTCall, callAssetElementsPostRESTCall, callAssetRelationshipsPostRESTCall, callCertificationTypeGetRESTCall, callCertificationTypeListGetRESTCall, callCertificationTypeListPostRESTCall, callCollectionGetRESTCall, callCollectionListGetRESTCall, callCollectionListPostRESTCall, callCollectionMemberGetRESTCall, callCollectionMemberListGetRESTCall, callCommunitiesGetRESTCall, callCommunitiesPostRESTCall, callCommunityGetRESTCall, callConnectionGetRESTCall, callConnectionsGetRESTCall, callConnectionsPostRESTCall, callConnectorTypeGetRESTCall, callConnectorTypesPostRESTCall, callControlFlowPostRESTCall, callControlFlowsPostRESTCall, callCountGetRESTCall, callDatabaseColumnGetRESTCall, callDatabaseColumnsGetRESTCall, callDatabaseColumnsPostRESTCall, callDatabaseGetRESTCall, callDatabaseSchemaGetRESTCall, callDatabaseSchemasGetRESTCall, callDatabaseSchemasPostRESTCall, callDatabasesPostRESTCall, callDatabaseTableGetRESTCall, callDatabaseTablesGetRESTCall, callDatabaseTablesPostRESTCall, callDatabaseViewGetRESTCall, callDatabaseViewsGetRESTCall, callDatabaseViewsPostRESTCall, callDataContainerGetRESTCall, callDataContainersGetRESTCall, callDataContainersPostRESTCall, callDataFileGetRESTCall, callDataFilePostRESTCall, callDataFilesGetRESTCall, callDataFilesPostRESTCall, callDataFlowPostRESTCall, callDataFlowsPostRESTCall, callDigitalServiceGetRESTCall, callDigitalServicesGetRESTCall, callDigitalServicesPostRESTCall, callDiscoveryAnalysisReportListPostRESTCall, callElementHeaderPostRESTCall, callElementHeadersPostRESTCall, callElementStubGetRESTCall, callElementStubsGetRESTCall, callElementStubsPostRESTCall, callEndpointGetRESTCall, callEndpointsGetRESTCall, callEndpointsPostRESTCall, callEventTypeGetRESTCall, callEventTypesGetRESTCall, callEventTypesPostRESTCall, callExternalReferenceGetRESTCall, callExternalReferencesGetRESTCall, callExternalReferencesPostRESTCall, callFileFolderGetRESTCall, callFileFolderPostRESTCall, callFileFoldersGetRESTCall, callFileSystemGetRESTCall, callFolderGetRESTCall, callFormGetRESTCall, callFormsGetRESTCall, callFormsPostRESTCall, callGUIDGetRESTCall, callGUIDListGetRESTCall, callGUIDListPostRESTCall, callGUIDPostRESTCall, callITProfileGetRESTCall, callITProfileListGetRESTCall, callITProfileListPostRESTCall, callLicensesGetRESTCall, callLicenseTypeGetRESTCall, callLicenseTypeListPostRESTCall, callLicenseTypesGetRESTCall, callLineageMappingPostRESTCall, callLineageMappingsPostRESTCall, callLocationGetRESTCall, callLocationsGetRESTCall, callLocationsPostRESTCall, callMetadataElementSummariesPostRESTCall, callMetadataSourceGetRESTCall, callNameListGetRESTCall, callOCFConnectorReportGetRESTCall, callPersonRoleGetRESTCall, callPersonRolesGetRESTCall, callPersonRolesPostRESTCall, callProcessCallPostRESTCall, callProcessCallsPostRESTCall, callProjectGetRESTCall, callProjectsGetRESTCall, callProjectsPostRESTCall, callQueriesGetRESTCall, callQueriesPostRESTCall, callQueryGetRESTCall, callReferenceValueAssignmentDefinitionsGetRESTCall, callReferenceValueAssignmentItemsGetRESTCall, callRelatedAssetsPostRESTCall, callRelatedElementsGetRESTCall, callRelatedElementsPostRESTCall, callRelationshipPostRESTCall, callRelationshipsPostRESTCall, callReportGetRESTCall, callReportsGetRESTCall, callReportsPostRESTCall, callSchemaAttributeGetRESTCall, callSchemaAttributePostRESTCall, callSchemaAttributesGetRESTCall, callSchemaAttributesPostRESTCall, callSchemaTypeGetRESTCall, callSchemaTypePostRESTCall, callSchemaTypesPostRESTCall, callSecurityGroupGetRESTCall, callSecurityGroupPostRESTCall, callSecurityGroupsGetRESTCall, callSecurityGroupsPostRESTCall, callServerAssetUseGetRESTCall, callServerAssetUseListGetRESTCall, callServerAssetUseListPostRESTCall, callSoftwareServerCapabilitiesGetRESTCall, callSoftwareServerCapabilitiesPostRESTCall, callSoftwareServerCapabilityGetRESTCall, callStringMapGetRESTCall, callSupportedCapabilityListPostRESTCall, callSurveyReportListGetRESTCall, callTopicGetRESTCall, callTopicsGetRESTCall, callTopicsPostRESTCall, callUserIdentitiesGetRESTCall, callUserIdentitiesPostRESTCall, callUserIdentityGetRESTCall, callUserIdentityListPostRESTCall, callUserIdentityPostRESTCall, callValidValueAssignmentConsumersGetRESTCall, callValidValueAssignmentDefinitionsGetRESTCall, callValidValueGetRESTCall, callValidValueListGetRESTCall, callValidValueListPostRESTCall, callValidValueMappingsGetRESTCall, callValidValueSetsPostRESTCall, callValidValuesGetRESTCall, callValidValuesImplAssetsGetRESTCall, callValidValuesImplDefinitionsGetRESTCall, callValidValuesMappingsGetRESTCall, callValidValuesPostRESTCall, callVoidGetRESTCall, callVoidPostRESTCallMethods inherited from class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClientBase
callPostRESTCallNoParams
-
Constructor Details
-
GAFRESTClient
public GAFRESTClient(String serverName, String serverPlatformURLRoot, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog) throws org.odpi.openmetadata.frameworks.openmetadata.ffdc.InvalidParameterException Constructor for no authentication with audit log.- Parameters:
serverName- name of the OMAG Server to callserverPlatformURLRoot- URL root of the server manager where the OMAG Server is running.auditLog- destination for log messages.- Throws:
org.odpi.openmetadata.frameworks.openmetadata.ffdc.InvalidParameterException- there is a problem creating the client-side components to issue any REST API calls.
-
GAFRESTClient
public GAFRESTClient(String serverName, String serverPlatformURLRoot) throws org.odpi.openmetadata.frameworks.openmetadata.ffdc.InvalidParameterException Constructor for no authentication.- Parameters:
serverName- name of the OMAG Server to callserverPlatformURLRoot- URL root of the server manager where the OMAG Server is running.- Throws:
org.odpi.openmetadata.frameworks.openmetadata.ffdc.InvalidParameterException- there is a problem creating the client-side components to issue any REST API calls.
-
GAFRESTClient
public GAFRESTClient(String serverName, String serverPlatformURLRoot, String userId, String password, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog) throws org.odpi.openmetadata.frameworks.openmetadata.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 manager 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.openmetadata.ffdc.InvalidParameterException- there is a problem creating the client-side components to issue any REST API calls.
-
GAFRESTClient
public GAFRESTClient(String serverName, String serverPlatformURLRoot, String userId, String password) throws org.odpi.openmetadata.frameworks.openmetadata.ffdc.InvalidParameterException Constructor for simple userId and password authentication.- Parameters:
serverName- name of the OMAG Server to callserverPlatformURLRoot- URL root of the server manager where the OMAG Server is running.userId- user id for the HTTP requestpassword- password for the HTTP request- Throws:
org.odpi.openmetadata.frameworks.openmetadata.ffdc.InvalidParameterException- there is a problem creating the client-side components to issue any REST API calls.
-
-
Method Details
-
callBooleanGetRESTCall
public org.odpi.openmetadata.commonservices.ffdc.rest.BooleanResponse callBooleanGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.openmetadata.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException Issue a GET REST call that returns a BooleanResponse object.- Overrides:
callBooleanGetRESTCallin classorg.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient- Parameters:
methodName- name of the method being called.urlTemplate- template of the URL for the REST API call, with place-holders for the parameters.params- a list of parameters that are slotted into the url template.- Returns:
- response object
- Throws:
org.odpi.openmetadata.frameworks.openmetadata.ffdc.InvalidParameterException- one of the parameters is invalid.org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException- the user is not authorized to make this request.org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException- the repository is not available or not working properly.
-
callEngineActionGetRESTCall
public org.odpi.openmetadata.frameworkservices.gaf.rest.EngineActionElementResponse callEngineActionGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.openmetadata.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException Issue a GET REST call that returns a EngineActionElementResponse object.- Parameters:
methodName- name of the method being called.urlTemplate- template of the URL for the REST API 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.openmetadata.ffdc.InvalidParameterException- one of the parameters is invalid.org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException- the user is not authorized to make this request.org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException- the repository is not available or not working properly.
-
callEngineActionsGetRESTCall
public org.odpi.openmetadata.frameworkservices.gaf.rest.EngineActionElementsResponse callEngineActionsGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.openmetadata.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException Issue a GET REST call that returns a EngineActionElementsResponse object.- Parameters:
methodName- name of the method being called.urlTemplate- template of the URL for the REST API 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.openmetadata.ffdc.InvalidParameterException- one of the parameters is invalid.org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException- the user is not authorized to make this request.org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException- the repository is not available or not working properly.
-
callEngineActionsPostRESTCall
public org.odpi.openmetadata.frameworkservices.gaf.rest.EngineActionElementsResponse callEngineActionsPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params) throws org.odpi.openmetadata.frameworks.openmetadata.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException Issue a POST REST call that returns a EngineActionElementsResponse object.- Parameters:
methodName- name of the method being called.urlTemplate- template of the URL for the REST API 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.openmetadata.ffdc.InvalidParameterException- one of the parameters is invalid.org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException- the user is not authorized to make this request.org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException- the repository is not available or not working properly.
-
callGovernanceActionTypeGetRESTCall
public org.odpi.openmetadata.frameworkservices.gaf.rest.GovernanceActionTypeResponse callGovernanceActionTypeGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.openmetadata.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException Issue a GET REST call that returns a GovernanceTypeResponseElementsResponse object.- Parameters:
methodName- name of the method being called.urlTemplate- template of the URL for the REST API 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.openmetadata.ffdc.InvalidParameterException- one of the parameters is invalid.org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException- the user is not authorized to make this request.org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException- the repository is not available or not working properly.
-
callGovernanceTypesPostRESTCall
public org.odpi.openmetadata.frameworkservices.gaf.rest.GovernanceActionTypesResponse callGovernanceTypesPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params) throws org.odpi.openmetadata.frameworks.openmetadata.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException Issue a POST REST call that returns a GovernanceActionTypesResponse object.- Parameters:
methodName- name of the method being called.urlTemplate- template of the URL for the REST API 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.openmetadata.ffdc.InvalidParameterException- one of the parameters is invalid.org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException- the user is not authorized to make this request.org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException- the repository is not available or not working properly.
-
callGovernanceActionProcessStepGetRESTCall
public org.odpi.openmetadata.frameworkservices.gaf.rest.GovernanceActionProcessStepResponse callGovernanceActionProcessStepGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.openmetadata.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException Issue a GET REST call that returns a GovernanceProcessStepResponseElementsResponse object.- Parameters:
methodName- name of the method being called.urlTemplate- template of the URL for the REST API 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.openmetadata.ffdc.InvalidParameterException- one of the parameters is invalid.org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException- the user is not authorized to make this request.org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException- the repository is not available or not working properly.
-
callFirstGovernanceActionProcessStepGetRESTCall
public org.odpi.openmetadata.frameworkservices.gaf.rest.FirstGovernanceActionProcessStepResponse callFirstGovernanceActionProcessStepGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.openmetadata.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException Issue a GET REST call that returns a GovernanceProcessStepResponseElementsResponse object.- Parameters:
methodName- name of the method being called.urlTemplate- template of the URL for the REST API 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.openmetadata.ffdc.InvalidParameterException- one of the parameters is invalid.org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException- the user is not authorized to make this request.org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException- the repository is not available or not working properly.
-
callGovernanceProcessStepsPostRESTCall
public org.odpi.openmetadata.frameworkservices.gaf.rest.GovernanceActionProcessStepsResponse callGovernanceProcessStepsPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params) throws org.odpi.openmetadata.frameworks.openmetadata.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException Issue a POST REST call that returns a GovernanceActionProcessStepsResponse object.- Parameters:
methodName- name of the method being called.urlTemplate- template of the URL for the REST API 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.openmetadata.ffdc.InvalidParameterException- one of the parameters is invalid.org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException- the user is not authorized to make this request.org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException- the repository is not available or not working properly.
-
callNextGovernanceActionProcessStepsGetRESTCall
public org.odpi.openmetadata.frameworkservices.gaf.rest.NextGovernanceActionProcessStepsResponse callNextGovernanceActionProcessStepsGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.openmetadata.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException Issue a GET REST call that returns a NextGovernanceActionProcessStepsResponse object.- Parameters:
methodName- name of the method being called.urlTemplate- template of the URL for the REST API 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.openmetadata.ffdc.InvalidParameterException- one of the parameters is invalid.org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException- the user is not authorized to make this request.org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException- the repository is not available or not working properly.
-
callGovernanceActionProcessGetRESTCall
public org.odpi.openmetadata.frameworkservices.gaf.rest.GovernanceActionProcessElementResponse callGovernanceActionProcessGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.openmetadata.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException Issue a GET REST call that returns a GovernanceActionProcessElementResponse object.- Parameters:
methodName- name of the method being called.urlTemplate- template of the URL for the REST API 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.openmetadata.ffdc.InvalidParameterException- one of the parameters is invalid.org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException- the user is not authorized to make this request.org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException- the repository is not available or not working properly.
-
callGovernanceActionProcessGraphPostRESTCall
public org.odpi.openmetadata.frameworkservices.gaf.rest.GovernanceActionProcessGraphResponse callGovernanceActionProcessGraphPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params) throws org.odpi.openmetadata.frameworks.openmetadata.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException Issue a GET REST call that returns a GovernanceActionProcessGraphResponse object.- Parameters:
methodName- name of the method being called.urlTemplate- template of the URL for the REST API 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.openmetadata.ffdc.InvalidParameterException- one of the parameters is invalid.org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException- the user is not authorized to make this request.org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException- the repository is not available or not working properly.
-
callGovernanceActionProcessElementsPostRESTCall
public org.odpi.openmetadata.frameworkservices.gaf.rest.GovernanceActionProcessElementsResponse callGovernanceActionProcessElementsPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params) throws org.odpi.openmetadata.frameworks.openmetadata.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException Issue a POST REST call that returns a GovernanceActionProcessElementsResponse object.- Parameters:
methodName- name of the method being called.urlTemplate- template of the URL for the REST API 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.openmetadata.ffdc.InvalidParameterException- one of the parameters is invalid.org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException- the user is not authorized to make this request.org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException- the repository is not available or not working properly.
-
callGovernanceEnginePostRESTCall
public org.odpi.openmetadata.frameworkservices.gaf.rest.GovernanceEngineElementResponse callGovernanceEnginePostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params) throws org.odpi.openmetadata.frameworks.openmetadata.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException Issue a POST REST call that returns a GovernanceEngineElementResponse object.- Parameters:
methodName- name of the method being called.urlTemplate- template of the URL for the REST API 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.openmetadata.ffdc.InvalidParameterException- one of the parameters is invalid.org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException- the user is not authorized to make this request.org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException- the repository is not available or not working properly.
-
callGovernanceEngineGetRESTCall
public org.odpi.openmetadata.frameworkservices.gaf.rest.GovernanceEngineElementResponse callGovernanceEngineGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.openmetadata.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException Issue a GET REST call that returns a GovernanceEngineElementResponse object.- Parameters:
methodName- name of the method being calledurlTemplate- template of the URL for the REST API 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.openmetadata.ffdc.InvalidParameterException- one of the parameters is invalid.org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException- the user is not authorized to make this request.org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException- the repository is not available or not working properly.
-
callGovernanceEnginesGetRESTCall
public org.odpi.openmetadata.frameworkservices.gaf.rest.GovernanceEngineElementsResponse callGovernanceEnginesGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.openmetadata.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException Issue a GET REST call that returns a GovernanceEngineElementsResponse object.- Parameters:
methodName- name of the method being called.urlTemplate- template of the URL for the REST API 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.openmetadata.ffdc.InvalidParameterException- one of the parameters is invalid.org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException- the user is not authorized to make this request.org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException- the repository is not available or not working properly.
-
callGovernanceServicePostRESTCall
public org.odpi.openmetadata.frameworkservices.gaf.rest.GovernanceServiceElementResponse callGovernanceServicePostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params) throws org.odpi.openmetadata.frameworks.openmetadata.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException Issue a POST REST call that returns a GovernanceServiceElementResponse object.- Parameters:
methodName- name of the method being called.urlTemplate- template of the URL for the REST API 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.openmetadata.ffdc.InvalidParameterException- one of the parameters is invalid.org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException- the user is not authorized to make this request.org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException- the repository is not available or not working properly.
-
callGovernanceServiceGetRESTCall
public org.odpi.openmetadata.frameworkservices.gaf.rest.GovernanceServiceElementResponse callGovernanceServiceGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.openmetadata.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException Issue a GET REST call that returns a GovernanceServiceElementResponse object.- Parameters:
methodName- name of the method being called.urlTemplate- template of the URL for the REST API 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.openmetadata.ffdc.InvalidParameterException- one of the parameters is invalid.org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException- the user is not authorized to make this request.org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException- the repository is not available or not working properly.
-
callGovernanceServicesGetRESTCall
public org.odpi.openmetadata.frameworkservices.gaf.rest.GovernanceServiceElementsResponse callGovernanceServicesGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.openmetadata.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException Issue a GET REST call that returns a GovernanceServiceElementsResponse object.- Parameters:
methodName- name of the method being called.urlTemplate- template of the URL for the REST API 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.openmetadata.ffdc.InvalidParameterException- one of the parameters is invalid.org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException- the user is not authorized to make this request.org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException- the repository is not available or not working properly.
-
callRegisteredGovernanceServiceGetRESTCall
public org.odpi.openmetadata.frameworkservices.gaf.rest.RegisteredGovernanceServiceResponse callRegisteredGovernanceServiceGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.openmetadata.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException Issue a GET REST call that returns a RegisteredGovernanceServiceResponse object.- Parameters:
methodName- name of the method being called.urlTemplate- template of the URL for the REST API 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.openmetadata.ffdc.InvalidParameterException- one of the parameters is invalid.org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException- the user is not authorized to make this request.org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException- the repository is not available or not working properly.
-
callRegisteredGovernanceServicesGetRESTCall
public org.odpi.openmetadata.frameworkservices.gaf.rest.RegisteredGovernanceServicesResponse callRegisteredGovernanceServicesGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.openmetadata.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException Issue a GET REST call that returns a RegisteredGovernanceServicesResponse object.- Parameters:
methodName- name of the method being called.urlTemplate- template of the URL for the REST API 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.openmetadata.ffdc.InvalidParameterException- one of the parameters is invalid.org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException- the user is not authorized to make this request.org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException- the repository is not available or not working properly.
-
callIntegrationGroupGetRESTCall
public org.odpi.openmetadata.frameworkservices.gaf.rest.IntegrationGroupElementResponse callIntegrationGroupGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.openmetadata.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException Issue a GET REST call that returns a IntegrationGroupElementResponse object.- Parameters:
methodName- name of the method being calledurlTemplate- template of the URL for the REST API 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.openmetadata.ffdc.InvalidParameterException- one of the parameters is invalid.org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException- the user is not authorized to make this request.org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException- the repository is not available or not working properly.
-
callIntegrationGroupsGetRESTCall
public org.odpi.openmetadata.frameworkservices.gaf.rest.IntegrationGroupElementsResponse callIntegrationGroupsGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.openmetadata.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException Issue a GET REST call that returns a IntegrationGroupElementsResponse object.- Parameters:
methodName- name of the method being called.urlTemplate- template of the URL for the REST API 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.openmetadata.ffdc.InvalidParameterException- one of the parameters is invalid.org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException- the user is not authorized to make this request.org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException- the repository is not available or not working properly.
-
callIntegrationConnectorGetRESTCall
public org.odpi.openmetadata.frameworkservices.gaf.rest.IntegrationConnectorElementResponse callIntegrationConnectorGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.openmetadata.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException Issue a GET REST call that returns a IntegrationConnectorElementResponse object.- Parameters:
methodName- name of the method being called.urlTemplate- template of the URL for the REST API 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.openmetadata.ffdc.InvalidParameterException- one of the parameters is invalid.org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException- the user is not authorized to make this request.org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException- the repository is not available or not working properly.
-
callIntegrationConnectorsGetRESTCall
public org.odpi.openmetadata.frameworkservices.gaf.rest.IntegrationConnectorElementsResponse callIntegrationConnectorsGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.openmetadata.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException Issue a GET REST call that returns a IntegrationConnectorElementsResponse object.- Parameters:
methodName- name of the method being called.urlTemplate- template of the URL for the REST API 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.openmetadata.ffdc.InvalidParameterException- one of the parameters is invalid.org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException- the user is not authorized to make this request.org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException- the repository is not available or not working properly.
-
callRegisteredIntegrationConnectorGetRESTCall
public org.odpi.openmetadata.frameworkservices.gaf.rest.RegisteredIntegrationConnectorResponse callRegisteredIntegrationConnectorGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.openmetadata.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException Issue a GET REST call that returns a RegisteredIntegrationConnectorResponse object.- Parameters:
methodName- name of the method being called.urlTemplate- template of the URL for the REST API 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.openmetadata.ffdc.InvalidParameterException- one of the parameters is invalid.org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException- the user is not authorized to make this request.org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException- the repository is not available or not working properly.
-
callRegisteredIntegrationConnectorsGetRESTCall
public org.odpi.openmetadata.frameworkservices.gaf.rest.RegisteredIntegrationConnectorsResponse callRegisteredIntegrationConnectorsGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.openmetadata.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException Issue a GET REST call that returns a RegisteredIntegrationConnectorsResponse object.- Parameters:
methodName- name of the method being called.urlTemplate- template of the URL for the REST API 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.openmetadata.ffdc.InvalidParameterException- one of the parameters is invalid.org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException- the user is not authorized to make this request.org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException- the repository is not available or not working properly.
-
callCatalogTargetGetRESTCall
public org.odpi.openmetadata.frameworkservices.gaf.rest.CatalogTargetResponse callCatalogTargetGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.openmetadata.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException Issue a GET REST call that returns a CatalogTargetResponse object.- Parameters:
methodName- name of the method being called.urlTemplate- template of the URL for the REST API 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.openmetadata.ffdc.InvalidParameterException- one of the parameters is invalid.org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException- the user is not authorized to make this request.org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException- the repository is not available or not working properly.
-
callCatalogTargetsGetRESTCall
public org.odpi.openmetadata.frameworkservices.gaf.rest.CatalogTargetsResponse callCatalogTargetsGetRESTCall(String methodName, String urlTemplate, Object... params) throws org.odpi.openmetadata.frameworks.openmetadata.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException Issue a GET REST call that returns a CatalogTargetsResponse object.- Parameters:
methodName- name of the method being called.urlTemplate- template of the URL for the REST API 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.openmetadata.ffdc.InvalidParameterException- one of the parameters is invalid.org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException- the user is not authorized to make this request.org.odpi.openmetadata.frameworks.openmetadata.ffdc.PropertyServerException- the repository is not available or not working properly.
-