Uses of Class
org.odpi.openmetadata.repositoryservices.ffdc.exception.PatchErrorException
-
-
Uses of PatchErrorException in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore that throw PatchErrorException Modifier and Type Method Description TypeDefOMRSDynamicTypeMetadataCollectionBase. updateTypeDef(String userId, TypeDefPatch typeDefPatch)Update one or more properties of the TypeDef.abstract TypeDefOMRSMetadataCollection. updateTypeDef(String userId, TypeDefPatch typeDefPatch)Update one or more properties of the TypeDef.TypeDefOMRSMetadataCollectionBase. updateTypeDef(String userId, TypeDefPatch typeDefPatch)Update one or more properties of the TypeDef.protected TypeDefOMRSMetadataCollectionBase. updateTypeDefParameterValidation(String userId, TypeDefPatch typeDefPatch, String methodName)Validate that a patch to a type definition is valid. -
Uses of PatchErrorException in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector that throw PatchErrorException Modifier and Type Method Description TypeDefOMRSRepositoryHelper. applyPatch(String sourceName, TypeDef originalTypeDef, TypeDefPatch typeDefPatch)Returns an updated TypeDef that has had the supplied patch applied.TypeDefOMRSRepositoryValidator. validateTypeDefPatch(String sourceName, TypeDefPatch patch, String methodName)Verify that a TypeDefPatch is not null. -
Uses of PatchErrorException in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities that throw PatchErrorException Modifier and Type Method Description TypeDefOMRSRepositoryPropertiesUtilities. applyPatch(String sourceName, TypeDef originalTypeDef, TypeDefPatch typeDefPatch, String methodName)Returns an updated TypeDef that has had the supplied patch applied.voidOMRSRepositoryPropertiesUtilities. validateTypeDefPatch(String sourceName, TypeDefPatch typeDefPatch, String methodName)Verify that a TypeDefPatch is not null and is for a recognized type.
-