Class EML2DataCiteFactory

java.lang.Object
edu.ucsb.nceas.metacat.doi.datacite.DataCiteMetadataFactory
edu.ucsb.nceas.metacat.doi.datacite.EML2DataCiteFactory

public class EML2DataCiteFactory extends DataCiteMetadataFactory
A factory to generate data cite meta data for the scientific meta data standards - eml-2.*
Author:
tao
  • Constructor Details

    • EML2DataCiteFactory

      public EML2DataCiteFactory()
  • Method Details

    • canProcess

      public boolean canProcess(String namespace)
      Determine if the given name space can be handled by this factory
      Specified by:
      canProcess in class DataCiteMetadataFactory
      Parameters:
      namespace - the name space of the meta data
      Returns:
      true if this factory can process it; false otherwise.
    • generateMetadata

      public String generateMetadata(org.dataone.service.types.v1.Identifier identifier, org.dataone.service.types.v2.SystemMetadata sysmeta) throws org.dataone.service.exceptions.InvalidRequest, org.dataone.service.exceptions.ServiceFailure
      Method to generate the data cite xml document
      Specified by:
      generateMetadata in class DataCiteMetadataFactory
      sysmeta - the system meta data information of an given object
      Returns:
      the xml string of the datacite meta data.
      Throws:
      org.dataone.service.exceptions.InvalidRequest
      org.dataone.service.exceptions.ServiceFailure