Interface HarvestType

  • All Superinterfaces:
    EObject, Notifier, RequestBaseType
    All Known Implementing Classes:
    HarvestTypeImpl

    public interface HarvestType
    extends RequestBaseType
    A representation of the model object 'Harvest Type'. Requests that the catalogue attempt to harvest a resource from some network location identified by the source URL. Source - a URL from which the resource is retrieved ResourceType - normally a URI that specifies the type of the resource (DCMES v1.1) being harvested if it is known. ResourceFormat - a media type indicating the format of the resource being harvested. The default is "application/xml". ResponseHandler - a reference to some endpoint to which the response shall be forwarded when the harvest operation has been completed HarvestInterval - an interval expressed using the ISO 8601 syntax; it specifies the interval between harvest attempts (e.g., P6M indicates an interval of six months).

    The following features are supported:

    See Also:
    Csw20Package.getHarvestType()