Project

General

Profile

« Previous | Next » 

Revision 57149

Purge catalogue items

View differences:

ParthenosPublisherController.java
44 44
	}
45 45

  
46 46
	@RequestMapping(value = "/dropRegistry", method = RequestMethod.GET)
47
	public void unpublish() throws ParthenosPublisherException {
48
		getParthenosPublisherHelper().dropRegistry();
47
	public void unpublish(@RequestParam final int bulkSize) throws ParthenosPublisherException {
48
		getParthenosPublisherHelper().dropRegistry(bulkSize);
49 49
	}
50 50

  
51 51
	private ParthenosTargets getTarget(String value) {

Also available in: Unified diff