org.fao.geonet.kernel.harvest.harvester.wfsfeatures
Class WfsFeaturesParams

java.lang.Object
  extended by org.fao.geonet.kernel.harvest.harvester.AbstractParams
      extended by org.fao.geonet.kernel.harvest.harvester.wfsfeatures.WfsFeaturesParams

public class WfsFeaturesParams
extends AbstractParams


Field Summary
 boolean createSubtemplates
           
 String icon
           
 String lang
           
 String outputSchema
           
 String query
           
 String recordsCategory
           
 boolean streamFeatures
           
 String stylesheet
           
 String templateId
           
 String url
           
 
Fields inherited from class org.fao.geonet.kernel.harvest.harvester.AbstractParams
dm, importXslt, name, node, oneRunOnly, ownerId, ownerIdGroup, password, useAccount, username, uuid, validate
 
Constructor Summary
WfsFeaturesParams(DataManager dm)
           
 
Method Summary
 WfsFeaturesParams copy()
           
 void create(org.jdom.Element node)
           
 void update(org.jdom.Element node)
           
 
Methods inherited from class org.fao.geonet.kernel.harvest.harvester.AbstractParams
checkPort, copyTo, getCategories, getJob, getPrivileges, getTrigger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

url

public String url

icon

public String icon

lang

public String lang

query

public String query

outputSchema

public String outputSchema

stylesheet

public String stylesheet

streamFeatures

public boolean streamFeatures

createSubtemplates

public boolean createSubtemplates

templateId

public String templateId

recordsCategory

public String recordsCategory
Constructor Detail

WfsFeaturesParams

public WfsFeaturesParams(DataManager dm)
Method Detail

create

public void create(org.jdom.Element node)
            throws BadInputEx
Overrides:
create in class AbstractParams
Throws:
BadInputEx

update

public void update(org.jdom.Element node)
            throws BadInputEx
Overrides:
update in class AbstractParams
Throws:
BadInputEx

copy

public WfsFeaturesParams copy()


Copyright © 2003-2013. All Rights Reserved.