Package net.simplace.pipe.processors
Klasse DeleteCacheProcessor
java.lang.Object
net.simplace.pipe.control.FWProcessor
net.simplace.pipe.processors.DeleteFilesProcessor
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 |
- Autor:
- Andreas Enders
-
Feldübersicht
Von Klasse geerbte Felder net.simplace.pipe.control.FWProcessor
iAllreadyLoopedCount, iContainer, iInObservable, iObservable, iProgressTasks -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanCan be overridden to perform semantic checks on the pipeline Input.booleanprocess()Must be overidden to implemnt concrete pipe procedure.Von Klasse geerbte Methoden net.simplace.pipe.processors.DeleteFilesProcessor
checkOutParameterMapVon Klasse geerbte Methoden net.simplace.pipe.control.FWProcessor
clone, containsParameter, createProcessor, createProcessor, fireTaskEvent, getAllStringInParameters, getConfiguration, getInitialParameters, getInParameter, getInParameter, getInParameters, getNewProgressTask, getOutParameter, getOutParameterKeys, getPipeLine, getProgressTask, getStringInParameter, getStringInParameter, getSystemID, hasConfiguration, isEndOfPipe, pipe, removeOutParameter, setConfiguration, setEndOfPipeFlag, setInitialParameters, setInParameterMap, setLoopedCount, setOutParameter, setStateOfTask, setStateProgressing, toXML
-
Konstruktordetails
-
DeleteCacheProcessor
public DeleteCacheProcessor()
-
-
Methodendetails
-
process
Must be overidden to implemnt concrete pipe procedure.- Setzt außer Kraft:
processin KlasseDeleteFilesProcessor- Gibt zurück:
- success
- Löst aus:
PipeLineException
-
checkInParameterMap
protected boolean checkInParameterMap()Beschreibung aus Klasse kopiert:FWProcessorCan be overridden to perform semantic checks on the pipeline Input.- Setzt außer Kraft:
checkInParameterMapin KlasseDeleteFilesProcessor- Gibt zurück:
- true if not overridden by implementations
-