| java.lang.Object org.fao.geonet.kernel.harvest.harvester.AbstractHarvester org.fao.geonet.kernel.harvest.harvester.geonet20.Geonet20Harvester
Method Summary | |
public void | addHarvestInfo(Element info, String id, String uuid) | protected String | doAdd(Dbms dbms, Element node) | protected void | doAddInfo(Element node) | protected void | doDestroy(Dbms dbms) | protected void | doHarvest(Logger log, ResourceManager rm) | protected void | doInit(Element node) | protected void | doUpdate(Dbms dbms, String id, Element node) | public AbstractParams | getParams() | public String | getType() | public static void | init(ServiceContext context) | protected void | storeNodeExtra(Dbms dbms, AbstractParams p, String path, String siteId, String optionsId) |
doAddInfo | protected void doAddInfo(Element node)(Code) | | |
doHarvest | protected void doHarvest(Logger log, ResourceManager rm) throws Exception(Code) | | |
doInit | protected void doInit(Element node) throws BadInputEx(Code) | | |
Methods inherited from org.fao.geonet.kernel.harvest.harvester.AbstractHarvester | public void add(Dbms dbms, Element node) throws BadInputEx, SQLException(Code)(Java Doc) protected void add(Element el, String name, int value)(Code)(Java Doc) public void addHarvestInfo(Element info, String id, String uuid)(Code)(Java Doc) public void addInfo(Element node)(Code)(Java Doc) public static AbstractHarvester create(String type, ServiceContext context, SettingManager sm, DataManager dm) throws BadParameterEx, OperationAbortedEx(Code)(Java Doc) public synchronized void destroy(Dbms dbms) throws Exception(Code)(Java Doc) abstract protected String doAdd(Dbms dbms, Element node) throws BadInputEx, SQLException(Code)(Java Doc) abstract protected void doAddInfo(Element node)(Code)(Java Doc) abstract protected void doDestroy(Dbms dbms) throws SQLException(Code)(Java Doc) abstract protected void doHarvest(Logger l, ResourceManager rm) throws Exception(Code)(Java Doc) abstract protected void doInit(Element entry) throws BadInputEx(Code)(Java Doc) abstract protected void doUpdate(Dbms dbms, String id, Element node) throws BadInputEx, SQLException(Code)(Java Doc) public String getID()(Code)(Java Doc) abstract public AbstractParams getParams()(Code)(Java Doc) abstract public String getType()(Code)(Java Doc) public void init(Element node) throws BadInputEx(Code)(Java Doc) public synchronized OperResult run()(Code)(Java Doc) protected void setValue(Map<String, Object> values, String path, Element el, String name)(Code)(Java Doc) public synchronized OperResult start(Dbms dbms) throws SQLException(Code)(Java Doc) public static void staticInit(ServiceContext context) throws Exception(Code)(Java Doc) public synchronized OperResult stop(Dbms dbms) throws SQLException(Code)(Java Doc) protected void storeCategories(Dbms dbms, AbstractParams params, String path) throws SQLException(Code)(Java Doc) protected void storeNode(Dbms dbms, AbstractParams params, String path) throws SQLException(Code)(Java Doc) protected void storeNodeExtra(Dbms dbms, AbstractParams params, String path, String siteId, String optionsId) throws SQLException(Code)(Java Doc) protected void storePrivileges(Dbms dbms, AbstractParams params, String path) throws SQLException(Code)(Java Doc) public synchronized void update(Dbms dbms, Element node) throws BadInputEx, SQLException(Code)(Java Doc)
|
|
|