Klasse DataCache

java.lang.Object
de.dlr.proseo.ui.gui.DataCache

public class DataCache extends Object
prosEO data cache for authenticated user
Autor:
Ernst Melchinger
  • Konstruktordetails

    • DataCache

      public DataCache()
  • Methodendetails

    • clear

      public void clear()
      Clears the data cache
    • getConfiguredProcessors

      public List<String> getConfiguredProcessors()
      Get the configured processors
      Gibt zurück:
      the configuredProcessors
    • getFacilities

      public List<String> getFacilities()
      Get the facilities
      Gibt zurück:
      the facilities
    • getFileClasses

      public List<String> getFileClasses()
      Get the file classes
      Gibt zurück:
      the fileClasses
    • getProcessingModes

      public List<String> getProcessingModes()
      Get the processing modes
      Gibt zurück:
      the processingModes
    • getProcessorclasses

      public List<String> getProcessorclasses()
      Get the processor classes
      Gibt zurück:
      the processor classes
    • getProductclasses

      public List<String> getProductclasses()
      Get the product classes
      Gibt zurück:
      the product classes
    • getSpaceCrafts

      public List<String> getSpaceCrafts()
      Get the spacecrafts
      Gibt zurück:
      the spaceCrafts
    • getWorkflows

      public List<String> getWorkflows()
      Get the workflows
      Gibt zurück:
      the workflows
    • setConfiguredProcessors

      public void setConfiguredProcessors(List<String> configuredProcessors)
      Set the configured processors
      Parameter:
      configuredProcessors - the configuredProcessors to set
    • setFacilities

      public void setFacilities(List<String> facilities)
      Set the facilities
      Parameter:
      facilities - the facilities to set
    • setFileClasses

      public void setFileClasses(List<String> fileClasses)
      Set the file classes
      Parameter:
      fileClasses - the fileClasses to set
    • setProcessingModes

      public void setProcessingModes(List<String> processingModes)
      Set the processing modes
      Parameter:
      processingModes - the processingModes to set
    • setProcessorclasses

      public void setProcessorclasses(List<String> processorclasses)
      Set the processor classes
      Parameter:
      processorclasses - the processor classes to set
    • setProductclasses

      public void setProductclasses(List<String> productclasses)
      Set the product classes
      Parameter:
      productclasses - the product classes to set
    • setSpaceCrafts

      public void setSpaceCrafts(List<String> spaceCrafts)
      Set the spacecrafts
      Parameter:
      spaceCrafts - the spaceCrafts to set
    • setWorkflows

      public void setWorkflows(List<String> workflows)
      Set the workflows
      Parameter:
      workflows - the workflows to set