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 TypMethodeBeschreibungvoid
clear()
Clears the data cacheGet the configured processorsGet the facilitiesGet the file classesGet the processing modesGet the processor classesGet the product classesGet the spacecraftsGet the workflowsvoid
setConfiguredProcessors
(List<String> configuredProcessors) Set the configured processorsvoid
setFacilities
(List<String> facilities) Set the facilitiesvoid
setFileClasses
(List<String> fileClasses) Set the file classesvoid
setProcessingModes
(List<String> processingModes) Set the processing modesvoid
setProcessorclasses
(List<String> processorclasses) Set the processor classesvoid
setProductclasses
(List<String> productclasses) Set the product classesvoid
setSpaceCrafts
(List<String> spaceCrafts) Set the spacecraftsvoid
setWorkflows
(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
-
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
-