Project

General

Profile

« Previous | Next » 

Revision 57149

Purge catalogue items

View differences:

ParthenosPublisherHelper.java
87 87
		return deletedTriples;
88 88
	}
89 89

  
90
	public void dropRegistry(){
90
	public int dropRegistry(final int bulkSize) throws ParthenosPublisherException {
91 91
		log.debug("Dropping JRR");
92
		//TODO: implement me
93
		throw new UnsupportedOperationException("Not implemented yet");
92
		return jrrPublisher.purgeFromCatalogue(bulkSize);
94 93
	}
95 94

  
96 95

  

Also available in: Unified diff