Project

General

Profile

« Previous | Next » 

Revision 50937

Refactoring and deprecation for registration on catalogue and registry

View differences:

RegistryClient.java
18 18
 *
19 19
 * @author Alessia Bardi
20 20
 */
21
@Deprecated
21 22
public class RegistryClient extends JRRClient{
22 23

  
23 24
	private static final Log log = LogFactory.getLog(RegistryClient.class);
......
48 49
	}
49 50

  
50 51
	public void doRegister(final String recordRDF, final String objIdentifier) throws ParthenosPublisherException, IOException {
51
		gCubeResourceRegistrator.register(recordRDF, objIdentifier);
52
		//gCubeResourceRegistrator.register(recordRDF, objIdentifier);
52 53
	}
53 54

  
54 55
	public void dropRegistry() throws ParthenosPublisherException {

Also available in: Unified diff