All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pl.edu.icm.unity.engine.bulkops.BulkProcessingInternal Maven / Gradle / Ivy

/*
 * Copyright (c) 2016 ICM Uniwersytet Warszawski All rights reserved.
 * See LICENCE.txt file for licensing information.
 */
package pl.edu.icm.unity.engine.bulkops;

import pl.edu.icm.unity.exceptions.EngineException;

/**
 * Group bulk processing actions which are used internally and not exposed with the engine API.
 * @author K. Benedyczak
 */
public interface BulkProcessingInternal
{
	/**
	 * Undeploys all scheduled rules, and removes them from database.
	 * 
	 * @throws EngineException
	 */
	void removeAllRules() throws EngineException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy