org.fao.geonet.kernel.harvest.harvester.csw
Class CswParams
java.lang.Object
org.fao.geonet.kernel.harvest.harvester.AbstractParams
org.fao.geonet.kernel.harvest.harvester.csw.CswParams
public class CswParams
- extends AbstractParams
| Fields inherited from class org.fao.geonet.kernel.harvest.harvester.AbstractParams |
dm, importXslt, name, node, oneRunOnly, ownerId, ownerIdGroup, password, useAccount, username, uuid, validate |
|
Method Summary |
CswParams |
copy()
|
void |
create(org.jdom.Element node)
called when a new entry must be added. |
Iterable<org.fao.geonet.kernel.harvest.harvester.csw.Search> |
getSearches()
|
boolean |
isSearchEmpty()
|
void |
update(org.jdom.Element node)
called when an entry has changed and variables must be updated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
capabUrl
public String capabUrl
icon
public String icon
rejectDuplicateResource
public boolean rejectDuplicateResource
eltSearches
public List<org.jdom.Element> eltSearches
CswParams
public CswParams(DataManager dm)
create
public void create(org.jdom.Element node)
throws BadInputEx
- called when a new entry must be added. Reads values from the provided entry, providing default values.
- Overrides:
create in class AbstractParams
- Parameters:
node -
- Throws:
BadInputEx
update
public void update(org.jdom.Element node)
throws BadInputEx
- called when an entry has changed and variables must be updated.
- Overrides:
update in class AbstractParams
- Parameters:
node -
- Throws:
BadInputEx
getSearches
public Iterable<org.fao.geonet.kernel.harvest.harvester.csw.Search> getSearches()
- Returns:
isSearchEmpty
public boolean isSearchEmpty()
- Returns:
copy
public CswParams copy()
- Returns:
Copyright © 2003-2013. All Rights Reserved.