Uses of Class
dk.netarkivet.harvester.datamodel.extendedfield.ExtendableEntity

Packages that use ExtendableEntity
dk.netarkivet.harvester.datamodel   
dk.netarkivet.harvester.webinterface   
 

Uses of ExtendableEntity in dk.netarkivet.harvester.datamodel
 

Subclasses of ExtendableEntity in dk.netarkivet.harvester.datamodel
 class Domain
          Represents known information about a domain A domain is identified by a domain name (ex: kb.dk)
 class FullHarvest
          This class contains the specific properties and operations of snapshot harvest definitions.
 class HarvestDefinition
          This abstract class models the general properties of a harvest definition, i.e.
 class PartialHarvest
          This class contains the specific properties and operations of harvest definitions which are not snapshot harvest definitions.
 class SparseFullHarvest
          Sparse version of FullHarvest to be used for GUI purposes only.
 class SparsePartialHarvest
          Sparse version of PartialHarvest to be used for GUI purposes only.
 

Uses of ExtendableEntity in dk.netarkivet.harvester.webinterface
 

Methods in dk.netarkivet.harvester.webinterface with parameters of type ExtendableEntity
static void ExtendedFieldValueDefinition.processRequest(javax.servlet.jsp.PageContext context, I18n i18n, ExtendableEntity entity, int type)