| java.lang.Object org.fao.geonet.lib.SourcesLib
SourcesLib | public class SourcesLib (Code) | | |
Method Summary | |
public void | copyLogo(ServiceContext context, String icon, String uuid) | public void | copyUnknownLogo(ServiceContext context, String uuid) | public void | delete(Dbms dbms, String uuid) | public void | retrieveLogo(ServiceContext context, String host, int port, String servlet, String uuid) | public void | update(Dbms dbms, String uuid, String name, boolean isLocal) isLocal: means that the source is local to the node. |
copyUnknownLogo | public void copyUnknownLogo(ServiceContext context, String uuid)(Code) | | |
update | public void update(Dbms dbms, String uuid, String name, boolean isLocal) throws SQLException(Code) | | isLocal: means that the source is local to the node. That is:
- the source is the site-id of the node
- the source has been generated by CSW, WEBDAV or Z39.50 harvesting
|
|
|