Package de.dlr.proseo.ui.gui
Klasse DataCache
java.lang.Object
de.dlr.proseo.ui.gui.DataCache
prosEO data cache for authenticated user
- Autor:
- Ernst Melchinger
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidclear()Clears the data cacheGet the configured processorsGet the facilitiesGet the file classesGet the processing modesGet the processor classesGet the product archivesGet the product classesGet the spacecraftsGet the workflowsvoidsetConfiguredProcessors(List<String> configuredProcessors) Set the configured processorsvoidsetFacilities(List<String> facilities) Set the facilitiesvoidsetFileClasses(List<String> fileClasses) Set the file classesvoidsetProcessingModes(List<String> processingModes) Set the processing modesvoidsetProcessorclasses(List<String> processorclasses) Set the processor classesvoidsetProductarchives(List<String> productarchives) Set the product archivesvoidsetProductclasses(List<String> productclasses) Set the product classesvoidsetSpaceCrafts(List<String> spaceCrafts) Set the spacecraftsvoidsetWorkflows(List<String> workflows) Set the workflows
-
Konstruktordetails
-
DataCache
public DataCache()
-
-
Methodendetails
-
clear
public void clear()Clears the data cache -
getConfiguredProcessors
Get the configured processors- Gibt zurück:
- the configuredProcessors
-
getFacilities
Get the facilities- Gibt zurück:
- the facilities
-
getFileClasses
Get the file classes- Gibt zurück:
- the fileClasses
-
getProcessingModes
Get the processing modes- Gibt zurück:
- the processingModes
-
getProcessorclasses
Get the processor classes- Gibt zurück:
- the processor classes
-
getProductclasses
Get the product classes- Gibt zurück:
- the product classes
-
getSpaceCrafts
Get the spacecrafts- Gibt zurück:
- the spaceCrafts
-
getWorkflows
Get the workflows- Gibt zurück:
- the workflows
-
getProductArchives
Get the product archives- Gibt zurück:
- the product archives
-
setConfiguredProcessors
Set the configured processors- Parameter:
configuredProcessors- the configuredProcessors to set
-
setFacilities
Set the facilities- Parameter:
facilities- the facilities to set
-
setFileClasses
Set the file classes- Parameter:
fileClasses- the fileClasses to set
-
setProcessingModes
Set the processing modes- Parameter:
processingModes- the processingModes to set
-
setProcessorclasses
Set the processor classes- Parameter:
processorclasses- the processor classes to set
-
setProductclasses
Set the product classes- Parameter:
productclasses- the product classes to set
-
setSpaceCrafts
Set the spacecrafts- Parameter:
spaceCrafts- the spaceCrafts to set
-
setWorkflows
Set the workflows- Parameter:
workflows- the workflows to set
-
setProductarchives
Set the product archives- Parameter:
productarchives- the product archive to set
-