All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.odpi.openmetadata.commonservices.generichandlers.DataFieldHandler Maven / Gradle / Ivy

There is a newer version: 5.1
Show newest version
/* SPDX-License-Identifier: Apache 2.0 */
/* Copyright Contributors to the ODPi Egeria project. */
package org.odpi.openmetadata.commonservices.generichandlers;

import org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler;
import org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler;
import org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException;
import org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException;
import org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException;
import org.odpi.openmetadata.metadatasecurity.server.OpenMetadataServerSecurityVerifier;
import org.odpi.openmetadata.frameworks.auditlog.AuditLog;
import org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.EntityDetail;
import org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.EntityProxy;
import org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstanceProperties;
import org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Relationship;
import org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector.OMRSRepositoryHelper;

import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.Map;

public class DataFieldHandler extends OpenMetadataAPIGenericHandler
{
    /**
     * Construct the handler information needed to interact with the repository services
     *
     * @param converter specific converter for this bean class
     * @param beanClass name of bean class that is represented by the generic class B
     * @param serviceName      name of this service
     * @param serverName       name of the local server
     * @param invalidParameterHandler handler for managing parameter errors
     * @param repositoryHandler     manages calls to the repository services
     * @param repositoryHelper provides utilities for manipulating the repository services objects
     * @param localServerUserId userId for this server
     * @param securityVerifier open metadata security services verifier
     * @param supportedZones list of zones that the access service is allowed to serve Asset instances from.
     * @param defaultZones list of zones that the access service should set in all new Asset instances.
     * @param publishZones list of zones that the access service sets up in published Asset instances.
     * @param auditLog destination for audit log events.
     */
    public DataFieldHandler(OpenMetadataAPIGenericConverter converter,
                            Class                           beanClass,
                            String                             serviceName,
                            String                             serverName,
                            InvalidParameterHandler            invalidParameterHandler,
                            RepositoryHandler                  repositoryHandler,
                            OMRSRepositoryHelper               repositoryHelper,
                            String                             localServerUserId,
                            OpenMetadataServerSecurityVerifier securityVerifier,
                            List                       supportedZones,
                            List                       defaultZones,
                            List                       publishZones,
                            AuditLog                           auditLog)

    {
        super(converter,
              beanClass,
              serviceName,
              serverName,
              invalidParameterHandler,
              repositoryHandler,
              repositoryHelper,
              localServerUserId,
              securityVerifier,
              supportedZones,
              defaultZones,
              publishZones,
              auditLog);
    }


    /**
     * Return the list of data fields from previous runs of the discovery service.
     * These data fields are the data fields are the accepted data fields linked to the asset's schema.
     *
     * @param userId identifier of calling user
     * @param discoveryReportGUID unique identifier of the discovery analysis report
     * @param startingFrom starting position in the list.
     * @param pageSize maximum number of elements that can be returned
     * @param methodName calling method
     * @return list of data fields (or null if none are registered)
     * @throws InvalidParameterException one of the parameters is invalid
     * @throws UserNotAuthorizedException the user id not authorized to issue this request
     * @throws PropertyServerException there was a problem retrieving data fields from the annotation store.
     */
    public List  getPreviousDataFieldsForAsset(String userId,
                                                  String discoveryReportGUID,
                                                  int    startingFrom,
                                                  int    pageSize,
                                                  String methodName) throws InvalidParameterException,
                                                                            UserNotAuthorizedException,
                                                                            PropertyServerException
    {
        final String discoveryReportGUIDParameterName = "discoveryReportGUID";

        invalidParameterHandler.validateUserId(userId, methodName);
        invalidParameterHandler.validateGUID(discoveryReportGUID, discoveryReportGUIDParameterName, methodName);
        invalidParameterHandler.validatePaging(startingFrom, pageSize, methodName);

        // todo not sure what this means - need more info

        return null;
    }


    /**
     * Return the current list of data fields for this discovery run.
     *
     * @param userId identifier of calling user
     * @param discoveryReportGUID unique identifier of the discovery analysis report
     * @param startingFrom starting position in the list.
     * @param pageSize maximum number of elements that can be returned
     * @param methodName calling method
     * @return list of data fields (or null if none are registered)
     * @throws InvalidParameterException one of the parameters is invalid
     * @throws UserNotAuthorizedException the user id not authorized to issue this request
     * @throws PropertyServerException there was a problem retrieving data fields from the annotation store.
     */
    public List getNewDataFieldsForAsset(String userId,
                                            String discoveryReportGUID,
                                            int    startingFrom,
                                            int    pageSize,
                                            String methodName) throws InvalidParameterException,
                                                                      UserNotAuthorizedException,
                                                                      PropertyServerException
    {
        final String   discoveryReportGUIDParameterName = "discoveryReportGUID";

        invalidParameterHandler.validateUserId(userId, methodName);
        invalidParameterHandler.validateGUID(discoveryReportGUID, discoveryReportGUIDParameterName, methodName);
        invalidParameterHandler.validatePaging(startingFrom, pageSize, methodName);

        List annotationRelationships = super.getAttachmentLinks(userId,
                                                                              discoveryReportGUID,
                                                                              discoveryReportGUIDParameterName,
                                                                              OpenMetadataAPIMapper.DISCOVERY_ANALYSIS_REPORT_TYPE_NAME,
                                                                              OpenMetadataAPIMapper.REPORT_TO_ANNOTATIONS_TYPE_GUID,
                                                                              OpenMetadataAPIMapper.REPORT_TO_ANNOTATIONS_TYPE_NAME,
                                                                              OpenMetadataAPIMapper.SCHEMA_ANALYSIS_ANNOTATION_TYPE_NAME,
                                                                              0,
                                                                              invalidParameterHandler.getMaxPagingSize(),
                                                                              null,
                                                                              methodName);

        if ((annotationRelationships != null) && (! annotationRelationships.isEmpty()))
        {
            for (Relationship relationship : annotationRelationships)
            {
                if (relationship != null)
                {
                    EntityProxy annotationEnd = relationship.getEntityOneProxy();

                    if (annotationEnd != null)
                    {
                        final String annotationEndParameterName = "annotationEnd.getGUID()";
                        List entityGUIDs = super.getAttachedElementGUIDs(userId,
                                                                                 annotationEnd.getGUID(),
                                                                                 annotationEndParameterName,
                                                                                 OpenMetadataAPIMapper.DATA_FIELD_TYPE_NAME,
                                                                                 OpenMetadataAPIMapper.DISCOVERED_DATA_FIELD_TYPE_GUID,
                                                                                 OpenMetadataAPIMapper.DISCOVERED_DATA_FIELD_TYPE_NAME,
                                                                                 OpenMetadataAPIMapper.DATA_FIELD_TYPE_NAME,
                                                                                 false,
                                                                                 false,
                                                                                 startingFrom,
                                                                                 pageSize,
                                                                                 null,
                                                                                 methodName);

                        return this.getDataFields(userId, entityGUIDs, methodName);
                    }
                }
            }
        }

        return null;
    }


    /**
     * Return any data fields attached to this data field.
     *
     * @param userId identifier of calling user
     * @param parentDataFieldGUID parent data field identifier
     * @param startingFrom starting position in the list
     * @param pageSize maximum number of annotations that can be returned.
     * @param methodName calling method
     *
     * @return list of DataField objects
     *
     * @throws InvalidParameterException one of the parameters is null or invalid.
     * @throws UserNotAuthorizedException user not authorized to issue this request.
     * @throws PropertyServerException there was a problem that occurred within the property server.
     */
    public List  getNestedDataFields(String userId,
                                        String parentDataFieldGUID,
                                        int    startingFrom,
                                        int    pageSize,
                                        String methodName) throws InvalidParameterException,
                                                                  UserNotAuthorizedException,
                                                                  PropertyServerException
    {
        final String dataFieldGUIDParameterName = "parentDataFieldGUID";

        invalidParameterHandler.validateUserId(userId, methodName);
        invalidParameterHandler.validateGUID(parentDataFieldGUID, dataFieldGUIDParameterName, methodName);
        invalidParameterHandler.validatePaging(startingFrom, pageSize, methodName);

        List entityGUIDs = super.getAttachedElementGUIDs(userId,
                                                                 parentDataFieldGUID,
                                                                 dataFieldGUIDParameterName,
                                                                 OpenMetadataAPIMapper.DATA_FIELD_TYPE_NAME,
                                                                 OpenMetadataAPIMapper.DISCOVERED_NESTED_DATA_FIELD_TYPE_GUID,
                                                                 OpenMetadataAPIMapper.DISCOVERED_NESTED_DATA_FIELD_TYPE_NAME,
                                                                 OpenMetadataAPIMapper.DATA_FIELD_TYPE_NAME,
                                                                 false,
                                                                 false,
                                                                 startingFrom,
                                                                 pageSize,
                                                                 null,
                                                                 methodName);

        return this.getDataFields(userId, entityGUIDs, methodName);
    }


    /**
     * Return a list of data field beans from a list of entity GUIDs.
     *
     * @param userId calling user
     * @param dataFieldGUIDs list of guids for entities that represent data fields
     * @param methodName calling method
     * @return list of of data field beans
     * @throws InvalidParameterException one of the parameters is null or invalid.
     * @throws UserNotAuthorizedException user not authorized to issue this request.
     * @throws PropertyServerException there was a problem that occurred within the property server.
     */
    private List getDataFields(String       userId,
                                  List dataFieldGUIDs,
                                  String       methodName) throws InvalidParameterException,
                                                                  UserNotAuthorizedException,
                                                                  PropertyServerException
    {
        List results = new ArrayList<>();

        if (dataFieldGUIDs != null)
        {
            for (String entityGUID : dataFieldGUIDs)
            {
                if (entityGUID != null)
                {
                    B bean = this.getDataField(userId, entityGUID, methodName);

                    if (bean != null)
                    {
                        results.add(bean);
                    }
                }
            }

            if (! results.isEmpty())
            {
                return results;
            }
        }

        return null;
    }



    /**
     * Return a specific data field stored in the metadata repositories.  This includes information from the
     * entity
     *
     * @param userId calling user
     * @param dataFieldGUID unique identifier of the data field
     * @param methodName calling method
     *
     * @return data field object
     *
     * @throws InvalidParameterException one of the parameters is invalid
     * @throws UserNotAuthorizedException the user id not authorized to issue this request
     * @throws PropertyServerException there was a problem retrieving the data field from the annotation store.
     */
    public B  getDataField(String userId,
                           String dataFieldGUID,
                           String methodName) throws InvalidParameterException,
                                                     UserNotAuthorizedException,
                                                     PropertyServerException
    {
        final String   dataFieldGUIDParameterName = "dataFieldGUID";

        invalidParameterHandler.validateUserId(userId, methodName);
        invalidParameterHandler.validateGUID(dataFieldGUID, dataFieldGUIDParameterName, methodName);

        EntityDetail entity = super.getEntityFromRepository(userId,
                                                            dataFieldGUID,
                                                            dataFieldGUIDParameterName,
                                                            OpenMetadataAPIMapper.DATA_FIELD_TYPE_NAME,
                                                            null,
                                                            null,
                                                            false,
                                                            false,
                                                            supportedZones,
                                                            new Date(),
                                                            methodName);

        List relationships = super.getAllAttachmentLinks(userId,
                                                                       dataFieldGUID,
                                                                       dataFieldGUIDParameterName,
                                                                       OpenMetadataAPIMapper.DATA_FIELD_TYPE_NAME,
                                                                       false,
                                                                       null,
                                                                       methodName);

        return converter.getNewComplexBean(beanClass, entity, relationships, methodName);
    }



    /**
     * Save a new data field as an entity.  The calling method will link it to its asset via the
     * discovery analysis report.
     *
     * @param userId identifier of calling user
     * @param externalSourceGUID unique identifier of the external source (null for local)
     * @param externalSourceName unique name of the external source (null for local)
     * @param parentEntityGUID unique identifier of the entity that the new data field will be attached to
     * @param parentEntityParameterName name of parameter supplying parentEntityGUID
     * @param parentEntityType type of entity that the new data field will be attached to
     * @param dataFieldName the name of the data field
     * @param dataFieldType the type of the data field
     * @param dataFieldDescription a description of the data field
     * @param dataFieldAliases any aliases associated with the data field
     * @param dataFieldSortOrder any sort order
     * @param defaultValue default value of the field
     * @param additionalProperties any additional properties
     * @param methodName calling method
     * @return unique identifier of the data field
     * @throws InvalidParameterException one of the parameters is invalid
     * @throws UserNotAuthorizedException the user id not authorized to issue this request
     * @throws PropertyServerException there was a problem saving annotations in the annotation store.
     */
    private String addDataField(String              userId,
                                String              externalSourceGUID,
                                String              externalSourceName,
                                String              parentEntityGUID,
                                String              parentEntityParameterName,
                                String              parentEntityType,
                                String              relationshipTypeGUID,
                                String              relationshipTypeName,
                                int                 dataFieldPosition,
                                String              dataFieldName,
                                String              dataFieldType,
                                String              dataFieldDescription,
                                List        dataFieldAliases,
                                int                 dataFieldSortOrder,
                                String              defaultValue,
                                Map additionalProperties,
                                String              methodName) throws InvalidParameterException,
                                                                       UserNotAuthorizedException,
                                                                       PropertyServerException
    {
        final String dataFieldNameParameterName = "dataFieldName";
        final String dataFieldGUIDParameterName = "dataFieldGUID";

        invalidParameterHandler.validateUserId(userId, methodName);
        invalidParameterHandler.validateGUID(parentEntityGUID, parentEntityParameterName, methodName);
        invalidParameterHandler.validateName(dataFieldName, dataFieldNameParameterName, methodName);

        String       assetGUID    = null;
        EntityDetail anchorEntity = this.validateAnchorEntity(userId,
                                                              parentEntityGUID,
                                                              parentEntityParameterName,
                                                              parentEntityType,
                                                              false,
                                                              false,
                                                              false,
                                                              supportedZones,
                                                              new Date(),
                                                              methodName);

        if (anchorEntity != null)
        {
            assetGUID = anchorEntity.getGUID();
        }

        DataFieldBuilder builder = new DataFieldBuilder(dataFieldName,
                                                        dataFieldType,
                                                        dataFieldDescription,
                                                        dataFieldAliases,
                                                        dataFieldSortOrder,
                                                        defaultValue,
                                                        additionalProperties,
                                                        OpenMetadataAPIMapper.DATA_FIELD_TYPE_GUID,
                                                        OpenMetadataAPIMapper.DATA_FIELD_TYPE_NAME,
                                                        null,
                                                        repositoryHelper,
                                                        serviceName,
                                                        serverName);

        if (assetGUID != null)
        {
            builder.setAnchors(userId, assetGUID, methodName);
        }

        String dataFieldGUID = this.createBeanInRepository(userId,
                                                           externalSourceGUID,
                                                           externalSourceName,
                                                           OpenMetadataAPIMapper.DATA_FIELD_TYPE_GUID,
                                                           OpenMetadataAPIMapper.DATA_FIELD_TYPE_NAME,
                                                           null,
                                                           null,
                                                           builder,
                                                           methodName);

        if (dataFieldGUID != null)
        {
            InstanceProperties relationshipProperties = repositoryHelper.addIntPropertyToInstance(serviceName,
                                                                                                  null,
                                                                                                  OpenMetadataAPIMapper.DATA_FIELD_POSITION_PROPERTY_NAME,
                                                                                                  dataFieldPosition,
                                                                                                  methodName);
            this.linkElementToElement(userId,
                                      externalSourceGUID,
                                      externalSourceName,
                                      parentEntityGUID,
                                      parentEntityParameterName,
                                      parentEntityType,
                                      dataFieldGUID,
                                      dataFieldGUIDParameterName,
                                      OpenMetadataAPIMapper.DATA_FIELD_TYPE_NAME,
                                      false,
                                      false,
                                      supportedZones,
                                      relationshipTypeGUID,
                                      relationshipTypeName,
                                      relationshipProperties,
                                      methodName);
        }

        return dataFieldGUID;
    }


    /**
     * Add a new data field to the Annotation store linked off of an annotation (typically SchemaAnalysisAnnotation).
     *
     * @param userId identifier of calling user
     * @param externalSourceGUID unique identifier of the external source (null for local)
     * @param externalSourceName unique name of the external source (null for local)
     * @param annotationGUID unique identifier of the annotation that the data field is to be linked to
     * @param dataFieldPosition the position of the data field in the schema (if there is ordering of fields)
     * @param dataFieldName the name of the data field
     * @param dataFieldType the type of the data field
     * @param dataFieldDescription a description of the data field
     * @param dataFieldAliases any aliases associated with the data field
     * @param dataFieldSortOrder any sort order
     * @param defaultValue default value of the field
     * @param additionalProperties any additional properties
     * @param methodName calling method
     * @return unique identifier of new data field
     * @throws InvalidParameterException the dataField is invalid or the annotation GUID points to an annotation
     *                                   that can not be associated with a data field.
     * @throws UserNotAuthorizedException the user id not authorized to issue this request
     * @throws PropertyServerException there was a problem  adding the data field to the Annotation store.
     */
    public String  addDataFieldToDiscoveryReport(String              userId,
                                                 String              externalSourceGUID,
                                                 String              externalSourceName,
                                                 String              annotationGUID,
                                                 int                 dataFieldPosition,
                                                 String              dataFieldName,
                                                 String              dataFieldType,
                                                 String              dataFieldDescription,
                                                 List        dataFieldAliases,
                                                 int                 dataFieldSortOrder,
                                                 String              defaultValue,
                                                 Map additionalProperties,
                                                 String              methodName) throws InvalidParameterException,
                                                                                        UserNotAuthorizedException,
                                                                                        PropertyServerException
    {
        final String annotationGUIDParameterName = "annotationGUID";

        return this.addDataField(userId,
                                 externalSourceGUID,
                                 externalSourceName,
                                 annotationGUID,
                                 annotationGUIDParameterName,
                                 OpenMetadataAPIMapper.ANNOTATION_TYPE_NAME,
                                 OpenMetadataAPIMapper.DISCOVERED_DATA_FIELD_TYPE_GUID,
                                 OpenMetadataAPIMapper.DISCOVERED_DATA_FIELD_TYPE_NAME,
                                 dataFieldPosition,
                                 dataFieldName,
                                 dataFieldType,
                                 dataFieldDescription,
                                 dataFieldAliases,
                                 dataFieldSortOrder,
                                 defaultValue,
                                 additionalProperties,
                                 methodName);
    }


    /**
     * Add a new data field and link it to an existing data field.
     *
     * @param userId identifier of calling user
     * @param externalSourceGUID unique identifier of the external source (null for local)
     * @param externalSourceName unique name of the external source (null for local)
     * @param parentDataFieldGUID unique identifier of the data field that this new one is to be attached to
     * @param dataFieldPosition the position of the data field in the schema (if there is ordering of fields)
     * @param dataFieldName the name of the data field
     * @param dataFieldType the type of the data field
     * @param dataFieldDescription a description of the data field
     * @param dataFieldAliases any aliases associated with the data field
     * @param dataFieldSortOrder any sort order
     * @param defaultValue default value of the field
     * @param additionalProperties any additional properties
     * @param methodName calling method
     *
     * @return unique identifier of new data field
     *
     * @throws InvalidParameterException one of the parameters is invalid
     * @throws UserNotAuthorizedException the user id not authorized to issue this request
     * @throws PropertyServerException there was a problem saving data fields in the annotation store.
     */
    public String  addDataFieldToDataField(String              userId,
                                           String              externalSourceGUID,
                                           String              externalSourceName,
                                           String              parentDataFieldGUID,
                                           int                 dataFieldPosition,
                                           String              dataFieldName,
                                           String              dataFieldType,
                                           String              dataFieldDescription,
                                           List        dataFieldAliases,
                                           int                 dataFieldSortOrder,
                                           String              defaultValue,
                                           Map additionalProperties,
                                           String              methodName) throws InvalidParameterException,
                                                                                  UserNotAuthorizedException,
                                                                                  PropertyServerException
    {
        final String   parentDataFieldGUIDParameterName = "parentDataFieldGUID";

        return this.addDataField(userId,
                                 externalSourceGUID,
                                 externalSourceName,
                                 parentDataFieldGUID,
                                 parentDataFieldGUIDParameterName,
                                 OpenMetadataAPIMapper.DATA_FIELD_TYPE_NAME,
                                 OpenMetadataAPIMapper.DISCOVERED_NESTED_DATA_FIELD_TYPE_GUID,
                                 OpenMetadataAPIMapper.DISCOVERED_NESTED_DATA_FIELD_TYPE_NAME,
                                 dataFieldPosition,
                                 dataFieldName,
                                 dataFieldType,
                                 dataFieldDescription,
                                 dataFieldAliases,
                                 dataFieldSortOrder,
                                 defaultValue,
                                 additionalProperties,
                                 methodName);
    }




    /**
     * Replace the current properties of a data field.
     *
     * @param userId identifier of calling user
     * @param externalSourceGUID unique identifier of the external source (null for local)
     * @param externalSourceName unique name of the external source (null for local)
     * @param dataFieldGUID unique identifier of the data field
     * @param isMergeUpdate flag to indicate whether all properties should be updated, or just the properties specified.
     * @param dataFieldName the name of the data field
     * @param dataFieldType the type of the data field
     * @param dataFieldDescription a description of the data field
     * @param dataFieldAliases any aliases associated with the data field
     * @param dataFieldSortOrder any sort order
     * @param defaultValue default value of the field
     * @param additionalProperties any additional properties
     * @param methodName calling method
     *
     * @throws InvalidParameterException one of the parameters is invalid
     * @throws UserNotAuthorizedException the user id not authorized to issue this request
     * @throws PropertyServerException there was a problem updating the data field in the annotation store.
     */
    public void  updateDataField(String              userId,
                                 String              externalSourceGUID,
                                 String              externalSourceName,
                                 String              dataFieldGUID,
                                 boolean             isMergeUpdate,
                                 String              dataFieldName,
                                 String              dataFieldType,
                                 String              dataFieldDescription,
                                 List        dataFieldAliases,
                                 int                 dataFieldSortOrder,
                                 String              defaultValue,
                                 Map additionalProperties,
                                 String              methodName) throws InvalidParameterException,
                                                                        UserNotAuthorizedException,
                                                                        PropertyServerException
    {
        final String   dataFieldGUIDParameterName = "dataFieldGUID";

        invalidParameterHandler.validateUserId(userId, methodName);

        DataFieldBuilder builder = new DataFieldBuilder(dataFieldName,
                                                        dataFieldType,
                                                        dataFieldDescription,
                                                        dataFieldAliases,
                                                        dataFieldSortOrder,
                                                        defaultValue,
                                                        additionalProperties,
                                                        OpenMetadataAPIMapper.DATA_FIELD_TYPE_GUID,
                                                        OpenMetadataAPIMapper.DATA_FIELD_TYPE_NAME,
                                                        null,
                                                        repositoryHelper,
                                                        serviceName,
                                                        serverName);

        super.updateBeanInRepository(userId,
                                     externalSourceGUID,
                                     externalSourceName,
                                     dataFieldGUID,
                                     dataFieldGUIDParameterName,
                                     OpenMetadataAPIMapper.DATA_FIELD_TYPE_GUID,
                                     OpenMetadataAPIMapper.DATA_FIELD_TYPE_NAME,
                                     false,
                                     false,
                                     supportedZones,
                                     builder.getInstanceProperties(methodName),
                                     isMergeUpdate,
                                     new Date(),
                                     methodName);
    }


    /**
     * Remove a data field from the metadata repositories.
     *
     * @param userId identifier of calling user
     * @param externalSourceGUID unique identifier of the external source (null for local)
     * @param externalSourceName unique name of the external source (null for local)
     * @param dataFieldGUID unique identifier of the data field
     * @param methodName calling method
     *
     * @throws InvalidParameterException one of the parameters is invalid
     * @throws UserNotAuthorizedException the user id not authorized to issue this request
     * @throws PropertyServerException there was a problem deleting the data field from the annotation store.
     */
    public void  deleteDataField(String userId,
                                 String externalSourceGUID,
                                 String externalSourceName,
                                 String dataFieldGUID,
                                 String methodName) throws InvalidParameterException,
                                                              UserNotAuthorizedException,
                                                              PropertyServerException
    {
        final String dataFieldGUIDParameterName = "dataFieldGUID";

        invalidParameterHandler.validateUserId(userId, methodName);
        invalidParameterHandler.validateGUID(dataFieldGUID, dataFieldGUIDParameterName, methodName);

        super.deleteBeanInRepository(userId,
                                     externalSourceGUID,
                                     externalSourceName,
                                     dataFieldGUID,
                                     dataFieldGUIDParameterName,
                                     OpenMetadataAPIMapper.DATA_FIELD_TYPE_GUID,
                                     OpenMetadataAPIMapper.DATA_FIELD_TYPE_NAME,
                                     null,
                                     null,
                                     false,
                                     false,
                                     new Date(),
                                     methodName);
    }
}