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
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionorg.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.SubjectAreaDefinitioncreate(String userId, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.SubjectAreaDefinition subjectAreaDefinition) Create a subjectAreaDefinition.<T> TcreateRel(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.SynonymcreateSynonym(String userId, org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.Synonym synonym) voidDelete a SubjectAreaDefinition.<T> voiddeleteRel(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 SubjectAreaDefinitionList<org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.SubjectAreaDefinition>Find Categoryorg.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.SubjectAreaDefinitionGet 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 SubjectAreaDefinitionList<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 Categoryorg.odpi.openmetadata.adminservices.configuration.properties.OMAGServerConfigGet config for serverorg.odpi.openmetadata.adminservices.configuration.properties.ViewServiceConfigGet service config for a particular view Service<T> TgetRel(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.SynonymgetSynonym(String userId, String guid) List<org.odpi.openmetadata.adminservices.configuration.properties.ViewServiceConfig>getViewServiceConfigs(String userId) Get list of view service config on the server<T> TreplaceRel(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.SubjectAreaDefinitionRestore a soft-deleted SubjectAreaDefinition.<T> TrestoreRel(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.SubjectAreaDefinitionupdate(String userId, String guid, org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.SubjectAreaDefinition subjectAreaDefinition, boolean isReplace) Update a SubjectAreaDefinition.<T> TupdateRel(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.SynonymupdateSynonym(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, waitMethods inherited from interface org.odpi.openmetadata.commonservices.ffdc.rest.ResponseParameterization
getParameterizedType, resultType
-
Constructor Details
-
GlossaryAuthorViewSubjectAreaDefinitionCategoryClient
-
-
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:GlossaryAuthorViewSubjectAreaDefinitionCategoryCreate a subjectAreaDefinition.The result is the subjectAreaDefinition object
- Specified by:
createin interfaceGlossaryAuthorViewSubjectAreaDefinitionCategory- Parameters:
userId- userId under which the request is performedsubjectAreaDefinition- 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 invalidorg.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:GlossaryAuthorViewSubjectAreaDefinitionCategoryUpdate a SubjectAreaDefinition.The result is the updated Glossary object
- Specified by:
updatein interfaceGlossaryAuthorViewSubjectAreaDefinitionCategory- Parameters:
userId- userId under which the request is performedguid- guid of Glossary object to be updatedsubjectAreaDefinition- Glossary object with updated valuesisReplace- 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 invalidorg.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:GlossaryAuthorViewSubjectAreaDefinitionCategoryDelete a SubjectAreaDefinition.The result Void object
- Specified by:
deletein interfaceGlossaryAuthorViewSubjectAreaDefinitionCategory- Parameters:
userId- userId under which the request is performedguid- 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:GlossaryAuthorViewSubjectAreaDefinitionCategoryRestore a soft-deleted SubjectAreaDefinition.The result is the restored SubjectAreaDefinition object
- Specified by:
restorein interfaceGlossaryAuthorViewSubjectAreaDefinitionCategory- Parameters:
userId- userId under which the request is performedguid- 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 invalidorg.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:GlossaryAuthorViewSubjectAreaDefinitionCategoryExtract children within a Category- Specified by:
getCategoryChildrenin interfaceGlossaryAuthorViewSubjectAreaDefinitionCategory- Parameters:
userId- calling userparentGuid- Category GUIDfindRequest- 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 invalidorg.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:GlossaryAuthorViewSubjectAreaDefinitionCategoryFind Category- Specified by:
findAllin interfaceGlossaryAuthorViewSubjectAreaDefinitionCategory- Parameters:
userId- calling user- Returns:
- Categories belonging to Userid
- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is null or invalidorg.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:GlossaryAuthorViewSubjectAreaDefinitionCategoryGet a SubjectAreaDefinition.The result is the requested SubjectAreaDefinition object
- Specified by:
getByGUIDin interfaceGlossaryAuthorViewSubjectAreaDefinitionCategory- Parameters:
userId- userId under which the request is performedguid- 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 invalidorg.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:GlossaryAuthorViewSubjectAreaDefinitionCategoryExtract children within a SubjectAreaDefinition- Specified by:
findin interfaceGlossaryAuthorViewSubjectAreaDefinitionCategory- Parameters:
userId- calling userfindRequest- 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 invalidorg.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:GlossaryAuthorViewSubjectAreaDefinitionCategoryExtract categories for a SubjectAreaDefinition- Specified by:
getCategoriesin interfaceGlossaryAuthorViewSubjectAreaDefinitionCategory- Parameters:
userId- calling usertermGuid- RelationShip GUIDfindRequest- 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 invalidorg.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:GlossaryAuthorViewSubjectAreaDefinitionCategoryGet config for server- Specified by:
getConfigin interfaceGlossaryAuthorViewSubjectAreaDefinitionCategory- Parameters:
userId- calling user- Returns:
- Config for view server
- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is null or invalidorg.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:GlossaryAuthorViewSubjectAreaDefinitionCategoryGet service config for a particular view Service- Specified by:
getGlossaryAuthViewServiceConfigin interfaceGlossaryAuthorViewSubjectAreaDefinitionCategory- Parameters:
userId- calling user- Returns:
- Config for view server
- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is null or invalidorg.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:GlossaryAuthorViewSubjectAreaDefinitionCategoryGet list of view service config on the server- Specified by:
getViewServiceConfigsin interfaceGlossaryAuthorViewSubjectAreaDefinitionCategory- Parameters:
userId- calling user- Returns:
- Config for view server
- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is null or invalidorg.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:
responseTypein interfaceorg.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.PropertyServerExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterExceptionorg.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.InvalidParameterExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerExceptionorg.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.PropertyServerExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterExceptionorg.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.PropertyServerExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterExceptionorg.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.InvalidParameterExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerExceptionorg.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.PropertyServerExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterExceptionorg.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.PropertyServerExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterExceptionorg.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.PropertyServerExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterExceptionorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
-