public class GovernanceProgramRESTClient extends FFDCRESTClient
auditLog, exceptionHandler, serverName, serverPlatformURLRoot| Constructor and Description |
|---|
GovernanceProgramRESTClient(String serverName,
String serverPlatformURLRoot)
Constructor for no authentication.
|
GovernanceProgramRESTClient(String serverName,
String serverPlatformURLRoot,
AuditLog auditLog)
Constructor for no authentication with audit log.
|
GovernanceProgramRESTClient(String serverName,
String serverPlatformURLRoot,
String userId,
String password)
Constructor for simple userId and password authentication.
|
GovernanceProgramRESTClient(String serverName,
String serverPlatformURLRoot,
String userId,
String password,
AuditLog auditLog)
Constructor for simple userId and password authentication with audit log.
|
| Modifier and Type | Method and Description |
|---|---|
CertificationTypeResponse |
callCertificationTypeGetRESTCall(String methodName,
String urlTemplate,
Object... params)
Issue a GET REST call that returns a CertificationTypeResponse object.
|
CertificationTypeListResponse |
callCertificationTypeListGetRESTCall(String methodName,
String urlTemplate,
Object... params)
Issue a GET REST call that returns a list of CertificationTypeElement objects.
|
CertificationTypeListResponse |
callCertificationTypeListPostRESTCall(String methodName,
String urlTemplate,
Object requestBody,
Object... params)
Issue a POST REST call that returns a list of CertificationTypeElement objects.
|
ElementStubListResponse |
callElementStubListGetRESTCall(String methodName,
String urlTemplate,
Object... params)
Issue a GET REST call that returns a ElementStubListResponse object.
|
ExternalReferenceResponse |
callExternalReferenceGetRESTCall(String methodName,
String urlTemplate,
Object... params)
Issue a GET REST call that returns a ExternalReferenceResponse object.
|
ExternalReferenceListResponse |
callExternalReferenceListGetRESTCall(String methodName,
String urlTemplate,
Object... params)
Issue a GET REST call that returns a list of ExternalReferenceElement objects.
|
ExternalReferenceListResponse |
callExternalReferenceListPostRESTCall(String methodName,
String urlTemplate,
Object requestBody,
Object... params)
Issue a POST REST call that returns a list of ExternalReferenceElement objects.
|
GovernanceDefinitionGraphResponse |
callGovernanceDefinitionGraphGetRESTCall(String methodName,
String urlTemplate,
Object... params)
Issue a GET REST call that returns a GovernanceDefinitionGraphResponse object.
|
GovernanceDefinitionListResponse |
callGovernanceDefinitionListGetRESTCall(String methodName,
String urlTemplate,
Object... params)
Issue a GET REST call that returns a GovernanceDefinitionListResponse object.
|
GovernanceDefinitionListResponse |
callGovernanceDefinitionListPostRESTCall(String methodName,
String urlTemplate,
Object requestBody,
Object... params)
Issue a POST REST call that returns a list of GovernanceDefinitionListResponse objects.
|
GovernanceDomainResponse |
callGovernanceDomainGetRESTCall(String methodName,
String urlTemplate,
Object... params)
Issue a GET REST call that returns a GovernanceDomainResponse object.
|
GovernanceDomainListResponse |
callGovernanceDomainListGetRESTCall(String methodName,
String urlTemplate,
Object... params)
Issue a GET REST call that returns a list of GovernanceDomainListResponse objects.
|
GovernanceDomainListResponse |
callGovernanceDomainListPostRESTCall(String methodName,
String urlTemplate,
Object requestBody,
Object... params)
Issue a POST REST call that returns a list of GovernanceDomainListResponse objects.
|
GovernanceDomainSetResponse |
callGovernanceDomainSetGetRESTCall(String methodName,
String urlTemplate,
Object... params)
Issue a GET REST call that returns a GovernanceDomainSetResponse object.
|
GovernanceDomainSetListResponse |
callGovernanceDomainSetListPostRESTCall(String methodName,
String urlTemplate,
Object requestBody,
Object... params)
Issue a POST REST call that returns a list of GovernanceDomainSetListResponse objects.
|
GovernanceMetricResponse |
callGovernanceMetricGetRESTCall(String methodName,
String urlTemplate,
Object... params)
Issue a GET REST call that returns a GovernanceMetricResponse object.
|
GovernanceMetricListResponse |
callGovernanceMetricListGetRESTCall(String methodName,
String urlTemplate,
Object... params)
Issue a GET REST call that returns a list of GovernanceMetricElement objects.
|
GovernanceMetricListResponse |
callGovernanceMetricListPostRESTCall(String methodName,
String urlTemplate,
Object requestBody,
Object... params)
Issue a POST REST call that returns a list ofGovernanceMetricElement objects.
|
GovernanceMetricImplementationListResponse |
callGovernanceMetricsImplementationListGetRESTCall(String methodName,
String urlTemplate,
Object... params)
Issue a GET REST call that returns a GovernanceMetricImplementationListResponse object.
|
GovernanceRoleAppointeeListResponse |
callGovernanceRoleAppointeeListGetRESTCall(String methodName,
String urlTemplate,
Object... params)
Issue a GET REST call that returns a list of GovernanceRoleAppointee objects.
|
GovernanceRoleResponse |
callGovernanceRoleGetRESTCall(String methodName,
String urlTemplate,
Object... params)
Issue a GET REST call that returns a GovernanceRoleResponse object.
|
GovernanceRoleHistoryResponse |
callGovernanceRoleHistoryGetRESTCall(String methodName,
String urlTemplate,
Object... params)
Issue a GET REST call that returns a GovernanceRoleHistoryResponse object.
|
GovernanceRoleListResponse |
callGovernanceRoleListGetRESTCall(String methodName,
String urlTemplate,
Object... params)
Issue a GET REST call that returns a list of GovernanceRoleElement objects.
|
GovernanceRoleListResponse |
callGovernanceRoleListPostRESTCall(String methodName,
String urlTemplate,
Object requestBody,
Object... params)
Issue a POST REST call that returns a list of GovernanceRoleElement objects.
|
GovernanceZoneDefinitionResponse |
callGovernanceZoneDefinitionGetRESTCall(String methodName,
String urlTemplate,
Object... params)
Issue a GET REST call that returns a GovernanceZoneDefinitionResponse object.
|
GovernanceZoneResponse |
callGovernanceZoneGetRESTCall(String methodName,
String urlTemplate,
Object... params)
Issue a GET REST call that returns a GovernanceZoneResponse object.
|
GovernanceZoneInActionResponse |
callGovernanceZoneInActionGetRESTCall(String methodName,
String urlTemplate,
Object... params)
Issue a GET REST call that returns a GovernanceZoneInActionResponse object.
|
GovernanceZoneListResponse |
callGovernanceZoneListGetRESTCall(String methodName,
String urlTemplate,
Object... params)
Issue a GET REST call that returns a GovernanceZoneListResponse object.
|
GovernanceZoneResponse |
callGovernanceZonePostRESTCall(String methodName,
String urlTemplate,
Object requestBody,
Object... params)
Issue a POST REST call that returns a GovernanceZoneResponse object.
|
GovernanceLevelIdentifierResponse |
callLevelIdentifierGetRESTCall(String methodName,
String urlTemplate,
Object... params)
Issue a GET REST call that returns a GovernanceLevelIdentifierResponse object.
|
GovernanceLevelIdentifierResponse |
callLevelIdentifierListGetRESTCall(String methodName,
String urlTemplate,
Object... params)
Issue a GET REST call that returns a list of GovernanceLevelIdentifierResponse objects.
|
GovernanceLevelIdentifierListResponse |
callLevelIdentifierListPostRESTCall(String methodName,
String urlTemplate,
Object requestBody,
Object... params)
Issue a POST REST call that returns a list of GovernanceLevelIdentifierListResponse objects.
|
GovernanceLevelIdentifierSetResponse |
callLevelIdentifierSetGetRESTCall(String methodName,
String urlTemplate,
Object... params)
Issue a GET REST call that returns a GovernanceLevelIdentifierSetResponse object.
|
GovernanceLevelIdentifierSetListResponse |
callLevelIdentifierSetListGetRESTCall(String methodName,
String urlTemplate,
Object... params)
Issue a GET REST call that returns a list of GovernanceLevelIdentifierSetListResponse objects.
|
GovernanceLevelIdentifierSetResponse |
callLevelIdentifierSetListPostRESTCall(String methodName,
String urlTemplate,
Object requestBody,
Object... params)
Issue a POST REST call that returns a list of GovernanceLevelIdentifierSetResponse objects.
|
LicenseTypeResponse |
callLicenseTypeGetRESTCall(String methodName,
String urlTemplate,
Object... params)
Issue a GET REST call that returns a LicenseTypeResponse object.
|
LicenseTypeListResponse |
callLicenseTypeListGetRESTCall(String methodName,
String urlTemplate,
Object... params)
Issue a GET REST call that returns a list of LicenseTypeElement objects.
|
LicenseTypeListResponse |
callLicenseTypeListPostRESTCall(String methodName,
String urlTemplate,
Object requestBody,
Object... params)
Issue a POST REST call that returns a list of LicenseTypeElement objects.
|
PersonalProfileResponse |
callPersonalProfileGetRESTCall(String methodName,
String urlTemplate,
Object... params)
Issue a GET REST call that returns a PersonalProfileResponse object.
|
PersonalProfileListResponse |
callPersonalProfileListGetRESTCall(String methodName,
String urlTemplate,
Object... params)
Issue a GET REST call that returns a list of PersonalProfileElement objects.
|
SubjectAreaDefinitionResponse |
callSubjectAreaDefinitionGetRESTCall(String methodName,
String urlTemplate,
Object... params)
Issue a GET REST call that returns a SubjectAreaDefinitionResponse object.
|
SubjectAreaResponse |
callSubjectAreaGetRESTCall(String methodName,
String urlTemplate,
Object... params)
Issue a GET REST call that returns a SubjectAreaResponse object.
|
SubjectAreaListResponse |
callSubjectAreaListGetRESTCall(String methodName,
String urlTemplate,
Object... params)
Issue a GET REST call that returns a SubjectAreaListResponse object.
|
SubjectAreaListResponse |
callSubjectAreaListPostRESTCall(String methodName,
String urlTemplate,
Object requestBody,
Object... params)
Issue a POST REST call that returns a SubjectAreaListResponse object.
|
callConnectorTypeGetRESTCall, callCountGetRESTCall, callGUIDGetRESTCall, callGUIDListGetRESTCall, callGUIDListPostRESTCall, callGUIDPostRESTCall, callNameListGetRESTCall, callStringMapGetRESTCall, callVoidGetRESTCall, callVoidPostRESTCallcallDeleteRESTCall, callDeleteRESTCall, callGetRESTCall, callGetRESTCall, callGetRESTCallNoParams, callPostRESTCall, callPostRESTCall, callPostRESTCallNoParams, callPutRESTCall, callPutRESTCallpublic GovernanceProgramRESTClient(String serverName, String serverPlatformURLRoot, AuditLog auditLog) throws InvalidParameterException
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.InvalidParameterException - there is a problem creating the client-side components to issue any
REST API calls.public GovernanceProgramRESTClient(String serverName, String serverPlatformURLRoot) throws InvalidParameterException
serverName - name of the OMAG Server to callserverPlatformURLRoot - URL root of the server platform where the OMAG Server is running.InvalidParameterException - there is a problem creating the client-side components to issue any
REST API calls.public GovernanceProgramRESTClient(String serverName, String serverPlatformURLRoot, String userId, String password, AuditLog auditLog) throws InvalidParameterException
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.InvalidParameterException - there is a problem creating the client-side components to issue any
REST API calls.public GovernanceProgramRESTClient(String serverName, String serverPlatformURLRoot, String userId, String password) throws InvalidParameterException
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 requestInvalidParameterException - there is a problem creating the client-side components to issue any
REST API calls.public PersonalProfileResponse callPersonalProfileGetRESTCall(String methodName, String urlTemplate, Object... params) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
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.InvalidParameterException - the unique identifier of the governance officer is either null or invalid.PropertyServerException - the server is not available.UserNotAuthorizedException - the calling user is not authorized to issue the call.public PersonalProfileListResponse callPersonalProfileListGetRESTCall(String methodName, String urlTemplate, Object... params) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
methodName - name of the method being calledurlTemplate - template of the URL for the REST API call with place-holders for the parametersparams - a list of parameters that are slotted into the url templateInvalidParameterException - one of the parameters is invalid.UserNotAuthorizedException - the user is not authorized to make this request.PropertyServerException - the repository is not available or not working properly.public CertificationTypeResponse callCertificationTypeGetRESTCall(String methodName, String urlTemplate, Object... params) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
methodName - name of the method being calledurlTemplate - template of the URL for the REST API call with place-holders for the parametersparams - a list of parameters that are slotted into the url templateInvalidParameterException - one of the parameters is invalid.UserNotAuthorizedException - the user is not authorized to make this request.PropertyServerException - the repository is not available or not working properly.public CertificationTypeListResponse callCertificationTypeListGetRESTCall(String methodName, String urlTemplate, Object... params) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
methodName - name of the method being calledurlTemplate - template of the URL for the REST API call with place-holders for the parametersparams - a list of parameters that are slotted into the url templateInvalidParameterException - one of the parameters is invalid.UserNotAuthorizedException - the user is not authorized to make this request.PropertyServerException - the repository is not available or not working properly.public CertificationTypeListResponse callCertificationTypeListPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
methodName - name of the method being calledurlTemplate - template of the URL for the REST API call with place-holders for the parametersrequestBody - request body for the REST call - contains most of the parametersparams - a list of parameters that are slotted into the url templateInvalidParameterException - one of the parameters is invalid.UserNotAuthorizedException - the user is not authorized to make this request.PropertyServerException - the repository is not available or not working properly.public ElementStubListResponse callElementStubListGetRESTCall(String methodName, String urlTemplate, Object... params) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
methodName - name of the method being calledurlTemplate - template of the URL for the REST API call with place-holders for the parametersparams - a list of parameters that are slotted into the url templateInvalidParameterException - one of the parameters is invalid.UserNotAuthorizedException - the user is not authorized to make this request.PropertyServerException - the repository is not available or not working properly.public ExternalReferenceResponse callExternalReferenceGetRESTCall(String methodName, String urlTemplate, Object... params) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
methodName - name of the method being calledurlTemplate - template of the URL for the REST API call with place-holders for the parametersparams - a list of parameters that are slotted into the url templateInvalidParameterException - one of the parameters is invalid.UserNotAuthorizedException - the user is not authorized to make this request.PropertyServerException - the repository is not available or not working properly.public ExternalReferenceListResponse callExternalReferenceListGetRESTCall(String methodName, String urlTemplate, Object... params) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
methodName - name of the method being calledurlTemplate - template of the URL for the REST API call with place-holders for the parametersparams - a list of parameters that are slotted into the url templateInvalidParameterException - one of the parameters is invalid.UserNotAuthorizedException - the user is not authorized to make this request.PropertyServerException - the repository is not available or not working properly.public ExternalReferenceListResponse callExternalReferenceListPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
methodName - name of the method being calledurlTemplate - template of the URL for the REST API call with place-holders for the parametersrequestBody - request body for the REST call - contains most of the parametersparams - a list of parameters that are slotted into the url templateInvalidParameterException - one of the parameters is invalid.UserNotAuthorizedException - the user is not authorized to make this request.PropertyServerException - the repository is not available or not working properly.public GovernanceDefinitionListResponse callGovernanceDefinitionListPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
methodName - name of the method being calledurlTemplate - template of the URL for the REST API call with place-holders for the parametersrequestBody - request body for the REST call - contains most of the parametersparams - a list of parameters that are slotted into the url templateInvalidParameterException - one of the parameters is invalid.UserNotAuthorizedException - the user is not authorized to make this request.PropertyServerException - the repository is not available or not working properly.public GovernanceDefinitionListResponse callGovernanceDefinitionListGetRESTCall(String methodName, String urlTemplate, Object... params) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
methodName - name of the method being calledurlTemplate - template of the URL for the REST API call with place-holders for the parametersparams - a list of parameters that are slotted into the url templateInvalidParameterException - one of the parameters is invalid.UserNotAuthorizedException - the user is not authorized to make this request.PropertyServerException - the repository is not available or not working properly.public GovernanceDefinitionGraphResponse callGovernanceDefinitionGraphGetRESTCall(String methodName, String urlTemplate, Object... params) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
methodName - name of the method being calledurlTemplate - template of the URL for the REST API call with place-holders for the parametersparams - a list of parameters that are slotted into the url templateInvalidParameterException - one of the parameters is invalid.UserNotAuthorizedException - the user is not authorized to make this request.PropertyServerException - the repository is not available or not working properly.public GovernanceMetricImplementationListResponse callGovernanceMetricsImplementationListGetRESTCall(String methodName, String urlTemplate, Object... params) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
methodName - name of the method being calledurlTemplate - template of the URL for the REST API call with place-holders for the parametersparams - a list of parameters that are slotted into the url templateInvalidParameterException - one of the parameters is invalid.UserNotAuthorizedException - the user is not authorized to make this request.PropertyServerException - the repository is not available or not working properly.public GovernanceDomainSetListResponse callGovernanceDomainSetListPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
methodName - name of the method being calledurlTemplate - template of the URL for the REST API call with place-holders for the parametersrequestBody - request body for the REST call - contains most of the parametersparams - a list of parameters that are slotted into the url templateInvalidParameterException - one of the parameters is invalid.UserNotAuthorizedException - the user is not authorized to make this request.PropertyServerException - the repository is not available or not working properly.public GovernanceDomainSetResponse callGovernanceDomainSetGetRESTCall(String methodName, String urlTemplate, Object... params) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
methodName - name of the method being calledurlTemplate - template of the URL for the REST API call with place-holders for the parametersparams - a list of parameters that are slotted into the url templateInvalidParameterException - one of the parameters is invalid.UserNotAuthorizedException - the user is not authorized to make this request.PropertyServerException - the repository is not available or not working properly.public GovernanceDomainListResponse callGovernanceDomainListPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
methodName - name of the method being calledurlTemplate - template of the URL for the REST API call with place-holders for the parametersrequestBody - request body for the REST call - contains most of the parametersparams - a list of parameters that are slotted into the url templateInvalidParameterException - one of the parameters is invalid.UserNotAuthorizedException - the user is not authorized to make this request.PropertyServerException - the repository is not available or not working properly.public GovernanceDomainListResponse callGovernanceDomainListGetRESTCall(String methodName, String urlTemplate, Object... params) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
methodName - name of the method being calledurlTemplate - template of the URL for the REST API call with place-holders for the parametersparams - a list of parameters that are slotted into the url templateInvalidParameterException - one of the parameters is invalid.UserNotAuthorizedException - the user is not authorized to make this request.PropertyServerException - the repository is not available or not working properly.public GovernanceDomainResponse callGovernanceDomainGetRESTCall(String methodName, String urlTemplate, Object... params) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
methodName - name of the method being calledurlTemplate - template of the URL for the REST API call with place-holders for the parametersparams - a list of parameters that are slotted into the url templateInvalidParameterException - one of the parameters is invalid.UserNotAuthorizedException - the user is not authorized to make this request.PropertyServerException - the repository is not available or not working properly.public GovernanceMetricResponse callGovernanceMetricGetRESTCall(String methodName, String urlTemplate, Object... params) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
methodName - name of the method being calledurlTemplate - template of the URL for the REST API call with place-holders for the parametersparams - a list of parameters that are slotted into the url templateInvalidParameterException - one of the parameters is invalid.UserNotAuthorizedException - the user is not authorized to make this request.PropertyServerException - the repository is not available or not working properly.public GovernanceMetricListResponse callGovernanceMetricListGetRESTCall(String methodName, String urlTemplate, Object... params) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
methodName - name of the method being calledurlTemplate - template of the URL for the REST API call with place-holders for the parametersparams - a list of parameters that are slotted into the url templateInvalidParameterException - one of the parameters is invalid.UserNotAuthorizedException - the user is not authorized to make this request.PropertyServerException - the repository is not available or not working properly.public GovernanceMetricListResponse callGovernanceMetricListPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
methodName - name of the method being calledurlTemplate - template of the URL for the REST API call with place-holders for the parametersrequestBody - request body for the REST call - contains most of the parametersparams - a list of parameters that are slotted into the url templateInvalidParameterException - one of the parameters is invalid.UserNotAuthorizedException - the user is not authorized to make this request.PropertyServerException - the repository is not available or not working properly.public LicenseTypeResponse callLicenseTypeGetRESTCall(String methodName, String urlTemplate, Object... params) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
methodName - name of the method being calledurlTemplate - template of the URL for the REST API call with place-holders for the parametersparams - a list of parameters that are slotted into the url templateInvalidParameterException - one of the parameters is invalid.UserNotAuthorizedException - the user is not authorized to make this request.PropertyServerException - the repository is not available or not working properly.public LicenseTypeListResponse callLicenseTypeListGetRESTCall(String methodName, String urlTemplate, Object... params) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
methodName - name of the method being calledurlTemplate - template of the URL for the REST API call with place-holders for the parametersparams - a list of parameters that are slotted into the url templateInvalidParameterException - one of the parameters is invalid.UserNotAuthorizedException - the user is not authorized to make this request.PropertyServerException - the repository is not available or not working properly.public LicenseTypeListResponse callLicenseTypeListPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
methodName - name of the method being calledurlTemplate - template of the URL for the REST API call with place-holders for the parametersrequestBody - request body for the REST call - contains most of the parametersparams - a list of parameters that are slotted into the url templateInvalidParameterException - one of the parameters is invalid.UserNotAuthorizedException - the user is not authorized to make this request.PropertyServerException - the repository is not available or not working properly.public GovernanceLevelIdentifierResponse callLevelIdentifierGetRESTCall(String methodName, String urlTemplate, Object... params) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
methodName - name of the method being calledurlTemplate - template of the URL for the REST API call with place-holders for the parametersparams - a list of parameters that are slotted into the url templateInvalidParameterException - one of the parameters is invalid.UserNotAuthorizedException - the user is not authorized to make this request.PropertyServerException - the repository is not available or not working properly.public GovernanceLevelIdentifierResponse callLevelIdentifierListGetRESTCall(String methodName, String urlTemplate, Object... params) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
methodName - name of the method being calledurlTemplate - template of the URL for the REST API call with place-holders for the parametersparams - a list of parameters that are slotted into the url templateInvalidParameterException - one of the parameters is invalid.UserNotAuthorizedException - the user is not authorized to make this request.PropertyServerException - the repository is not available or not working properly.public GovernanceLevelIdentifierListResponse callLevelIdentifierListPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
methodName - name of the method being calledurlTemplate - template of the URL for the REST API call with place-holders for the parametersrequestBody - request body for the REST call - contains most of the parametersparams - a list of parameters that are slotted into the url templateInvalidParameterException - one of the parameters is invalid.UserNotAuthorizedException - the user is not authorized to make this request.PropertyServerException - the repository is not available or not working properly.public GovernanceLevelIdentifierSetResponse callLevelIdentifierSetGetRESTCall(String methodName, String urlTemplate, Object... params) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
methodName - name of the method being calledurlTemplate - template of the URL for the REST API call with place-holders for the parametersparams - a list of parameters that are slotted into the url templateInvalidParameterException - one of the parameters is invalid.UserNotAuthorizedException - the user is not authorized to make this request.PropertyServerException - the repository is not available or not working properly.public GovernanceLevelIdentifierSetListResponse callLevelIdentifierSetListGetRESTCall(String methodName, String urlTemplate, Object... params) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
methodName - name of the method being calledurlTemplate - template of the URL for the REST API call with place-holders for the parametersparams - a list of parameters that are slotted into the url templateInvalidParameterException - one of the parameters is invalid.UserNotAuthorizedException - the user is not authorized to make this request.PropertyServerException - the repository is not available or not working properly.public GovernanceLevelIdentifierSetResponse callLevelIdentifierSetListPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
methodName - name of the method being calledurlTemplate - template of the URL for the REST API call with place-holders for the parametersrequestBody - request body for the REST call - contains most of the parametersparams - a list of parameters that are slotted into the url templateInvalidParameterException - one of the parameters is invalid.UserNotAuthorizedException - the user is not authorized to make this request.PropertyServerException - the repository is not available or not working properly.public GovernanceRoleResponse callGovernanceRoleGetRESTCall(String methodName, String urlTemplate, Object... params) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
methodName - name of the method being calledurlTemplate - template of the URL for the REST API call with place-holders for the parametersparams - a list of parameters that are slotted into the url templateInvalidParameterException - one of the parameters is invalid.UserNotAuthorizedException - the user is not authorized to make this request.PropertyServerException - the repository is not available or not working properly.public GovernanceRoleHistoryResponse callGovernanceRoleHistoryGetRESTCall(String methodName, String urlTemplate, Object... params) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
methodName - name of the method being calledurlTemplate - template of the URL for the REST API call with place-holders for the parametersparams - a list of parameters that are slotted into the url templateInvalidParameterException - one of the parameters is invalid.UserNotAuthorizedException - the user is not authorized to make this request.PropertyServerException - the repository is not available or not working properly.public GovernanceRoleListResponse callGovernanceRoleListGetRESTCall(String methodName, String urlTemplate, Object... params) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
methodName - name of the method being calledurlTemplate - template of the URL for the REST API call with place-holders for the parametersparams - a list of parameters that are slotted into the url templateInvalidParameterException - one of the parameters is invalid.UserNotAuthorizedException - the user is not authorized to make this request.PropertyServerException - the repository is not available or not working properly.public GovernanceRoleListResponse callGovernanceRoleListPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
methodName - name of the method being calledurlTemplate - template of the URL for the REST API call with place-holders for the parametersrequestBody - request body for the REST call - contains most of the parametersparams - a list of parameters that are slotted into the url templateInvalidParameterException - one of the parameters is invalid.UserNotAuthorizedException - the user is not authorized to make this request.PropertyServerException - the repository is not available or not working properly.public GovernanceRoleAppointeeListResponse callGovernanceRoleAppointeeListGetRESTCall(String methodName, String urlTemplate, Object... params) throws InvalidParameterException, PropertyServerException, UserNotAuthorizedException
methodName - name of the method being calledurlTemplate - template of the URL for the REST API call with place-holders for the parametersparams - a list of parameters that are slotted into the url templateInvalidParameterException - one of the parameters is invalid.UserNotAuthorizedException - the user is not authorized to make this request.PropertyServerException - the repository is not available or not working properly.public GovernanceZoneResponse callGovernanceZoneGetRESTCall(String methodName, String urlTemplate, Object... params) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
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.InvalidParameterException - one of the parameters is invalid.UserNotAuthorizedException - the user is not authorized to make this request.PropertyServerException - the repository is not available or not working properly.public GovernanceZoneListResponse callGovernanceZoneListGetRESTCall(String methodName, String urlTemplate, Object... params) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
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.InvalidParameterException - one of the parameters is invalid.UserNotAuthorizedException - the user is not authorized to make this request.PropertyServerException - the repository is not available or not working properly.public GovernanceZoneDefinitionResponse callGovernanceZoneDefinitionGetRESTCall(String methodName, String urlTemplate, Object... params) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
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.InvalidParameterException - one of the parameters is invalid.UserNotAuthorizedException - the user is not authorized to make this request.PropertyServerException - the repository is not available or not working properly.public GovernanceZoneInActionResponse callGovernanceZoneInActionGetRESTCall(String methodName, String urlTemplate, Object... params) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
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.InvalidParameterException - one of the parameters is invalid.UserNotAuthorizedException - the user is not authorized to make this request.PropertyServerException - the repository is not available or not working properly.public GovernanceZoneResponse callGovernanceZonePostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
methodName - name of the method being called.urlTemplate - template of the URL for the REST API call with place-holders for the parameters.requestBody - request body for the REST call - contains most of the parametersparams - a list of parameters that are slotted into the url template.InvalidParameterException - one of the parameters is invalid.UserNotAuthorizedException - the user is not authorized to make this request.PropertyServerException - the repository is not available or not working properly.public SubjectAreaResponse callSubjectAreaGetRESTCall(String methodName, String urlTemplate, Object... params) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
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.InvalidParameterException - one of the parameters is invalid.UserNotAuthorizedException - the user is not authorized to make this request.PropertyServerException - the repository is not available or not working properly.public SubjectAreaDefinitionResponse callSubjectAreaDefinitionGetRESTCall(String methodName, String urlTemplate, Object... params) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
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.InvalidParameterException - one of the parameters is invalid.UserNotAuthorizedException - the user is not authorized to make this request.PropertyServerException - the repository is not available or not working properly.public SubjectAreaListResponse callSubjectAreaListGetRESTCall(String methodName, String urlTemplate, Object... params) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
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.InvalidParameterException - one of the parameters is invalid.UserNotAuthorizedException - the user is not authorized to make this request.PropertyServerException - the repository is not available or not working properly.public SubjectAreaListResponse callSubjectAreaListPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
methodName - name of the method being called.urlTemplate - template of the URL for the REST API call with place-holders for the parameters.requestBody - request body for the REST call - contains most of the parametersparams - a list of parameters that are slotted into the url template.InvalidParameterException - one of the parameters is invalid.UserNotAuthorizedException - the user is not authorized to make this request.PropertyServerException - the repository is not available or not working properly.Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.