Class GlossaryAuthorViewSubjectAreaDefinitionCategoryClient

java.lang.Object
org.odpi.openmetadata.viewservices.glossaryauthor.fvt.client.subjectAreaDefinitionCategory.GlossaryAuthorViewSubjectAreaDefinitionCategoryClient
All Implemented Interfaces:
org.odpi.openmetadata.commonservices.ffdc.rest.ResponseParameterization<org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.SubjectAreaDefinition>, GlossaryAuthorViewSubjectAreaDefinitionCategory

public class GlossaryAuthorViewSubjectAreaDefinitionCategoryClient extends Object implements GlossaryAuthorViewSubjectAreaDefinitionCategory, org.odpi.openmetadata.commonservices.ffdc.rest.ResponseParameterization<org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.SubjectAreaDefinition>
The class acts as a wrapper class for calling the REST services for Glossary Author SubjectAreaDefinition related services.
  • Constructor Summary

    Constructors
  • Method Summary

    Modifier and Type
    Method
    Description
    org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.SubjectAreaDefinition
    create(String userId, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.SubjectAreaDefinition subjectAreaDefinition)
    Create a subjectAreaDefinition.
    <T> T
    createRel(String userId, T t, org.springframework.core.ParameterizedTypeReference<org.odpi.openmetadata.commonservices.ffdc.rest.GenericResponse<T>> type, String relType)
     
    org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Synonym
    createSynonym(String userId, org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Synonym synonym)
     
    void
    delete(String userId, String guid)
    Delete a SubjectAreaDefinition.
    <T> void
    deleteRel(String userId, String guid, org.springframework.core.ParameterizedTypeReference<org.odpi.openmetadata.commonservices.ffdc.rest.GenericResponse<T>> type, String relType)
     
    List<org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.SubjectAreaDefinition>
    find(String userId, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common.FindRequest findRequest, boolean exactValue, boolean ignoreCase)
    Extract children within a SubjectAreaDefinition
    List<org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.SubjectAreaDefinition>
    findAll(String userId)
    Find Category
    org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.SubjectAreaDefinition
    getByGUID(String userId, String guid)
    Get a SubjectAreaDefinition.
    List<org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.Category>
    getCategories(String userId, String termGuid, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common.FindRequest findRequest)
    Extract categories for a SubjectAreaDefinition
    List<org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.Category>
    getCategoryChildren(String userId, String parentGuid, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common.FindRequest findRequest, boolean exactValue, boolean ignoreCase)
    Extract children within a Category
    org.odpi.openmetadata.adminservices.configuration.properties.OMAGServerConfig
    getConfig(String userId)
    Get config for server
    org.odpi.openmetadata.adminservices.configuration.properties.ViewServiceConfig
    Get service config for a particular view Service
    <T> T
    getRel(String userId, String guid, org.springframework.core.ParameterizedTypeReference<org.odpi.openmetadata.commonservices.ffdc.rest.GenericResponse<T>> type, String relType)
     
    org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Synonym
    getSynonym(String userId, String guid)
     
    List<org.odpi.openmetadata.adminservices.configuration.properties.ViewServiceConfig>
    Get list of view service config on the server
    <T> T
    replaceRel(String userId, String guid, T t, org.springframework.core.ParameterizedTypeReference<org.odpi.openmetadata.commonservices.ffdc.rest.GenericResponse<T>> type, String relType, boolean isReplace)
     
    Class<? extends org.odpi.openmetadata.commonservices.ffdc.rest.GenericResponse>
     
    org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.SubjectAreaDefinition
    restore(String userId, String guid)
    Restore a soft-deleted SubjectAreaDefinition.
    <T> T
    restoreRel(String userId, String guid, org.springframework.core.ParameterizedTypeReference<org.odpi.openmetadata.commonservices.ffdc.rest.GenericResponse<T>> type, String relType)
     
    org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.SubjectAreaDefinition
    update(String userId, String guid, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.SubjectAreaDefinition subjectAreaDefinition, boolean isReplace)
    Update a SubjectAreaDefinition.
    <T> T
    updateRel(String userId, String guid, T t, org.springframework.core.ParameterizedTypeReference<org.odpi.openmetadata.commonservices.ffdc.rest.GenericResponse<T>> type, String relType, boolean isReplace)
     
    org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Synonym
    updateSynonym(String userId, String guid, org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Synonym updateSynonym, boolean isReplace)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.odpi.openmetadata.commonservices.ffdc.rest.ResponseParameterization

    getParameterizedType, resultType
  • Constructor Details

    • GlossaryAuthorViewSubjectAreaDefinitionCategoryClient

      public GlossaryAuthorViewSubjectAreaDefinitionCategoryClient(GlossaryAuthorViewRestClient client)
  • Method Details

    • create

      public org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.SubjectAreaDefinition create(String userId, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.SubjectAreaDefinition subjectAreaDefinition) throws org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Description copied from interface: GlossaryAuthorViewSubjectAreaDefinitionCategory
      Create a subjectAreaDefinition.

      The result is the subjectAreaDefinition object

      Specified by:
      create in interface GlossaryAuthorViewSubjectAreaDefinitionCategory
      Parameters:
      userId - userId under which the request is performed
      subjectAreaDefinition - SubjectAreaDefinition object to be created
      Returns:
      The SubjectAreaDefinition
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - something went wrong with the REST call stack.
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is null or invalid
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the requesting user is not authorized to issue this request.
    • update

      public org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.SubjectAreaDefinition update(String userId, String guid, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.SubjectAreaDefinition subjectAreaDefinition, boolean isReplace) throws org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Description copied from interface: GlossaryAuthorViewSubjectAreaDefinitionCategory
      Update a SubjectAreaDefinition.

      The result is the updated Glossary object

      Specified by:
      update in interface GlossaryAuthorViewSubjectAreaDefinitionCategory
      Parameters:
      userId - userId under which the request is performed
      guid - guid of Glossary object to be updated
      subjectAreaDefinition - Glossary object with updated values
      isReplace - If the object is to be replaced
      Returns:
      The updated SubjectAreaDefinition
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - something went wrong with the REST call stack.
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is null or invalid
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the requesting user is not authorized to issue this request.
    • delete

      public void delete(String userId, String guid) throws org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      Description copied from interface: GlossaryAuthorViewSubjectAreaDefinitionCategory
      Delete a SubjectAreaDefinition.

      The result Void object

      Specified by:
      delete in interface GlossaryAuthorViewSubjectAreaDefinitionCategory
      Parameters:
      userId - userId under which the request is performed
      guid - guid of SubjectAreaDefinition object to be retrieved
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - something went wrong with the REST call stack.
    • restore

      public org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.SubjectAreaDefinition restore(String userId, String guid) throws org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Description copied from interface: GlossaryAuthorViewSubjectAreaDefinitionCategory
      Restore a soft-deleted SubjectAreaDefinition.

      The result is the restored SubjectAreaDefinition object

      Specified by:
      restore in interface GlossaryAuthorViewSubjectAreaDefinitionCategory
      Parameters:
      userId - userId under which the request is performed
      guid - guid of SubjectAreaDefinition object to be restored
      Returns:
      The restored SubjectAreaDefinition
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - something went wrong with the REST call stack.
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is null or invalid
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the requesting user is not authorized to issue this request.
    • getCategoryChildren

      public List<org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.Category> getCategoryChildren(String userId, String parentGuid, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common.FindRequest findRequest, boolean exactValue, boolean ignoreCase) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Description copied from interface: GlossaryAuthorViewSubjectAreaDefinitionCategory
      Extract children within a Category
      Specified by:
      getCategoryChildren in interface GlossaryAuthorViewSubjectAreaDefinitionCategory
      Parameters:
      userId - calling user
      parentGuid - Category GUID
      findRequest - information object for find calls. This include pageSize to limit the number of elements returned.
      exactValue - exactValue - when false values with trailing characters will match.
      ignoreCase - ignore the case when matching.
      Returns:
      list of Categories
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is null or invalid
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - something went wrong with the REST call stack.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the requesting user is not authorized to issue this request.
    • findAll

      public List<org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.SubjectAreaDefinition> findAll(String userId) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Description copied from interface: GlossaryAuthorViewSubjectAreaDefinitionCategory
      Find Category
      Specified by:
      findAll in interface GlossaryAuthorViewSubjectAreaDefinitionCategory
      Parameters:
      userId - calling user
      Returns:
      Categories belonging to Userid
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is null or invalid
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - something went wrong with the REST call stack.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the requesting user is not authorized to issue this request.
    • getByGUID

      public org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.SubjectAreaDefinition getByGUID(String userId, String guid) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Description copied from interface: GlossaryAuthorViewSubjectAreaDefinitionCategory
      Get a SubjectAreaDefinition.

      The result is the requested SubjectAreaDefinition object

      Specified by:
      getByGUID in interface GlossaryAuthorViewSubjectAreaDefinitionCategory
      Parameters:
      userId - userId under which the request is performed
      guid - guid of SubjectAreaDefinition object to be retrieved
      Returns:
      The requested SubjectAreaDefinition
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is null or invalid
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - something went wrong with the REST call stack.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the requesting user is not authorized to issue this request.
    • find

      public List<org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.SubjectAreaDefinition> find(String userId, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common.FindRequest findRequest, boolean exactValue, boolean ignoreCase) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Description copied from interface: GlossaryAuthorViewSubjectAreaDefinitionCategory
      Extract children within a SubjectAreaDefinition
      Specified by:
      find in interface GlossaryAuthorViewSubjectAreaDefinitionCategory
      Parameters:
      userId - calling user
      findRequest - information object for find calls. This include pageSize to limit the number of elements returned.
      exactValue - exactValue - when false values with trailing characters will match.
      ignoreCase - ignore the case when matching.
      Returns:
      list of Categories
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is null or invalid
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - something went wrong with the REST call stack.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the requesting user is not authorized to issue this request.
    • getCategories

      public List<org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.Category> getCategories(String userId, String termGuid, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common.FindRequest findRequest) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Description copied from interface: GlossaryAuthorViewSubjectAreaDefinitionCategory
      Extract categories for a SubjectAreaDefinition
      Specified by:
      getCategories in interface GlossaryAuthorViewSubjectAreaDefinitionCategory
      Parameters:
      userId - calling user
      termGuid - RelationShip GUID
      findRequest - information object for find calls. This include pageSize to limit the number of elements returned.
      Returns:
      list of Categories
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is null or invalid
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - something went wrong with the REST call stack.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the requesting user is not authorized to issue this request.
    • getConfig

      public org.odpi.openmetadata.adminservices.configuration.properties.OMAGServerConfig getConfig(String userId) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Description copied from interface: GlossaryAuthorViewSubjectAreaDefinitionCategory
      Get config for server
      Specified by:
      getConfig in interface GlossaryAuthorViewSubjectAreaDefinitionCategory
      Parameters:
      userId - calling user
      Returns:
      Config for view server
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is null or invalid
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - something went wrong with the REST call stack.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the requesting user is not authorized to issue this request.
    • getGlossaryAuthViewServiceConfig

      public org.odpi.openmetadata.adminservices.configuration.properties.ViewServiceConfig getGlossaryAuthViewServiceConfig(String userId) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Description copied from interface: GlossaryAuthorViewSubjectAreaDefinitionCategory
      Get service config for a particular view Service
      Specified by:
      getGlossaryAuthViewServiceConfig in interface GlossaryAuthorViewSubjectAreaDefinitionCategory
      Parameters:
      userId - calling user
      Returns:
      Config for view server
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is null or invalid
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - something went wrong with the REST call stack.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the requesting user is not authorized to issue this request.
    • getViewServiceConfigs

      public List<org.odpi.openmetadata.adminservices.configuration.properties.ViewServiceConfig> getViewServiceConfigs(String userId) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Description copied from interface: GlossaryAuthorViewSubjectAreaDefinitionCategory
      Get list of view service config on the server
      Specified by:
      getViewServiceConfigs in interface GlossaryAuthorViewSubjectAreaDefinitionCategory
      Parameters:
      userId - calling user
      Returns:
      Config for view server
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException - one of the parameters is null or invalid
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException - something went wrong with the REST call stack.
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - the requesting user is not authorized to issue this request.
    • responseType

      public Class<? extends org.odpi.openmetadata.commonservices.ffdc.rest.GenericResponse> responseType()
      Specified by:
      responseType in interface org.odpi.openmetadata.commonservices.ffdc.rest.ResponseParameterization<org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.SubjectAreaDefinition>
    • createSynonym

      public org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Synonym createSynonym(String userId, org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Synonym synonym) throws org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
    • getSynonym

      public org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Synonym getSynonym(String userId, String guid) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
    • updateSynonym

      public org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Synonym updateSynonym(String userId, String guid, org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Synonym updateSynonym, boolean isReplace) throws org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
    • createRel

      public <T> T createRel(String userId, T t, org.springframework.core.ParameterizedTypeReference<org.odpi.openmetadata.commonservices.ffdc.rest.GenericResponse<T>> type, String relType) throws org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
    • getRel

      public <T> T getRel(String userId, String guid, org.springframework.core.ParameterizedTypeReference<org.odpi.openmetadata.commonservices.ffdc.rest.GenericResponse<T>> type, String relType) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
    • updateRel

      public <T> T updateRel(String userId, String guid, T t, org.springframework.core.ParameterizedTypeReference<org.odpi.openmetadata.commonservices.ffdc.rest.GenericResponse<T>> type, String relType, boolean isReplace) throws org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
    • replaceRel

      public <T> T replaceRel(String userId, String guid, T t, org.springframework.core.ParameterizedTypeReference<org.odpi.openmetadata.commonservices.ffdc.rest.GenericResponse<T>> type, String relType, boolean isReplace) throws org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
    • deleteRel

      public <T> void deleteRel(String userId, String guid, org.springframework.core.ParameterizedTypeReference<org.odpi.openmetadata.commonservices.ffdc.rest.GenericResponse<T>> type, String relType) throws org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
    • restoreRel

      public <T> T restoreRel(String userId, String guid, org.springframework.core.ParameterizedTypeReference<org.odpi.openmetadata.commonservices.ffdc.rest.GenericResponse<T>> type, String relType) throws org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
      org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException