net.simplace.pipe.processors.DeleteCacheProcessor

Deletes one cachedir - using system key. And with this the scenarios saved in the resultdatabase are deleted. Called outside a system (systemid not set)
Parameter Description
SYSTEM_ID (optional) system to be deleted, otherwise



public final class DeleteCacheProcessor extends DeleteFilesProcessor {
// Public Constructors
public DeleteCacheProcessor();


// Public Instance Methods
public boolean process() throws PipeLineException;
// Overrides DeleteFilesProcessor


Must be overidden to implemnt concrete pipe procedure.

// Protected Instance Methods
protected boolean checkInParameterMap(); // Overrides DeleteFilesProcessor



}



Hierarchy: java.lang.Object - net.simplace.pipe.control.FWProcessor - DeleteFilesProcessor - DeleteCacheProcessor