Index

A C D E F G H I J K L M O P R S U V W 
Alle Klassen und Schnittstellen|Alle Packages|Serialisierte Form

A

addInterceptors(InterceptorRegistry) - Methode in Klasse de.dlr.proseo.ui.gui.GUIConfiguration
Adds the locale change interceptor to the interceptor registry.
addSpaceCraft() - Methode in Klasse de.dlr.proseo.ui.gui.GUISpaceCraftController
Show the spacecraft addition view
attemptAuthentication(HttpServletRequest, HttpServletResponse) - Methode in Klasse de.dlr.proseo.ui.gui.SpringAuthenticationFilter
Performs authentication by checking the request method and creating an Authentication object with the username, password, and mission.
authenticate(Authentication) - Methode in Klasse de.dlr.proseo.ui.gui.GUIAuthenticationProvider
Authenticates the user based on the provided credentials.

C

checkClearCache() - Methode in Klasse de.dlr.proseo.ui.gui.GUIBaseController
Checks if the cache needs to be cleared based on the user's login status.
clear() - Methode in Klasse de.dlr.proseo.ui.gui.DataCache
Clears the data cache
compare(Object, Object) - Methode in Klasse de.dlr.proseo.ui.gui.service.MapComparator
Compares two objects, checks whether they are instances of HashMap and then extracts the values associated with the specified keys from each HashMap.
configure(AuthenticationManagerBuilder) - Methode in Klasse de.dlr.proseo.ui.gui.SpringSecurityConfig
Configures the authentication manager builder to use the GUIAuthenticationProvider for authentication.
configure(HttpSecurity) - Methode in Klasse de.dlr.proseo.ui.gui.SpringSecurityConfig
Configures the HTTP security settings, including the authentication filter, URL permissions, login and logout pages, and CSRF protection.
configuredProcessors() - Methode in Klasse de.dlr.proseo.ui.gui.GUIBaseController
Retrieve the configured processors of mission
countOrders(String, String) - Methode in Klasse de.dlr.proseo.ui.gui.GUIOrderController
Count the number of orders
countOrdersL(String, String, String, String, String, Long, Long, String, Boolean) - Methode in Klasse de.dlr.proseo.ui.gui.GUIOrderController
Count the orders specified by following parameters

D

dashboard() - Methode in Klasse de.dlr.proseo.ui.gui.GUIStatisticsController
Show the dashboard view
DataCache - Klasse in de.dlr.proseo.ui.gui
prosEO data cache for authenticated user
DataCache() - Konstruktor für Klasse de.dlr.proseo.ui.gui.DataCache
 
de.dlr.proseo.ui.gui - Package de.dlr.proseo.ui.gui
Top-level classes for the prosEO Graphical User Interface component
de.dlr.proseo.ui.gui.service - Package de.dlr.proseo.ui.gui.service
Service classes for the prosEO Graphical User Interface component
delete(String) - Methode in Klasse de.dlr.proseo.ui.gui.service.ProcessorService
Delete a processor class by id

E

editOrder() - Methode in Klasse de.dlr.proseo.ui.gui.GUIOrderController
Show the order edit view

F

facilities() - Methode in Klasse de.dlr.proseo.ui.gui.GUIBaseController
Retrieve the processing facilities
fileClasses() - Methode in Klasse de.dlr.proseo.ui.gui.GUIBaseController
Retrieve the file classes of mission

G

get(String) - Methode in Klasse de.dlr.proseo.ui.gui.service.ProcessorService
Gets a processor class by its name
get(String, String, String) - Methode in Klasse de.dlr.proseo.ui.gui.service.ProcessorService
Get a processor by processor class name and processor version
get(String, String, String, String, String, Long, Long, String, Boolean) - Methode in Klasse de.dlr.proseo.ui.gui.service.OrderService
Retrieves a list of orders based on various search parameters
getAuthorities() - Methode in Klasse de.dlr.proseo.ui.gui.GUIAuthenticationToken
Returns the granted authorities, which are roles or permissions for the user.
getById(String) - Methode in Klasse de.dlr.proseo.ui.gui.service.ProcessorService
Get a processor class by its database ID
getCompletedJobsteps(Integer, Model) - Methode in Klasse de.dlr.proseo.ui.gui.GUIStatisticsController
Gets the latest job steps completed successfully
getConfigurations(String, Boolean, Model) - Methode in Klasse de.dlr.proseo.ui.gui.GUIConfigurationController
Retrieve the configurations of a mission
getConfiguredProcessors() - Methode in Klasse de.dlr.proseo.ui.gui.DataCache
Get the configured processors
getConfiguredProcessors(String, String, Boolean, Model) - Methode in Klasse de.dlr.proseo.ui.gui.GUIProcessorController
Retrieve the configured processors of a processor or all if processor is null
getCredentials() - Methode in Klasse de.dlr.proseo.ui.gui.GUIAuthenticationToken
Returns the credentials, usually the password.
getDataCache() - Methode in Klasse de.dlr.proseo.ui.gui.GUIAuthenticationToken
Returns the data cache.
getDetails() - Methode in Klasse de.dlr.proseo.ui.gui.GUIAuthenticationToken
Returns additional details, in this case, the mission.
getFacilities() - Methode in Klasse de.dlr.proseo.ui.gui.DataCache
Get the facilities
getFacilities(String, Boolean, Model) - Methode in Klasse de.dlr.proseo.ui.gui.GUIFacilityController
Retrieve the defined processing facilities
getFailedJobsteps(Integer, Model) - Methode in Klasse de.dlr.proseo.ui.gui.GUIStatisticsController
Gets the latest failed job steps
getFileClasses() - Methode in Klasse de.dlr.proseo.ui.gui.DataCache
Get the file classes
getGraphOfJob(String) - Methode in Klasse de.dlr.proseo.ui.gui.service.OrderService
Retrieves the graph of a specific job
getGraphOfJob(String, GUIAuthenticationToken) - Methode in Klasse de.dlr.proseo.ui.gui.service.OrderService
Retrieves the graph of a specific job
getGraphOfJob(String, Model) - Methode in Klasse de.dlr.proseo.ui.gui.GUIOrderController
Return the job graph
getId(String) - Methode in Klasse de.dlr.proseo.ui.gui.service.OrderService
Retrieves information about a specific order based on its ID
getId(String, Model) - Methode in Klasse de.dlr.proseo.ui.gui.GUIOrderController
Retrieve a single order
getIdentifier(String, String, String, String, String, Long, Long, String, Boolean, Model) - Methode in Klasse de.dlr.proseo.ui.gui.GUIOrderController
Retrieve the order list filtered by the specified parameters.
getIdForEdit(String, Model) - Methode in Klasse de.dlr.proseo.ui.gui.GUIOrderController
Retrieve a single order
getJobsOfOrder(String, Long, Long, String) - Methode in Klasse de.dlr.proseo.ui.gui.service.OrderService
Retrieves the jobs associated with a specific order
getJobsOfOrder(String, Long, Long, String, String, String, Boolean, Model) - Methode in Klasse de.dlr.proseo.ui.gui.GUIOrderController
Retrieve the jobs of an order filtered by following criteria.
getJobsteps(String, Long) - Methode in Klasse de.dlr.proseo.ui.gui.service.StatisticsService
Retrieves job steps based on a specified status and optional last parameter
getMessage() - Methode in Klasse de.dlr.proseo.ui.gui.OrderInfo
Returns the error message
getMission() - Methode in Klasse de.dlr.proseo.ui.gui.GUIAuthenticationToken
Return the mission of the user
getMissions(String, Boolean, Model) - Methode in Klasse de.dlr.proseo.ui.gui.GUIMissionController
Retrieve the defined missions
getName() - Methode in Klasse de.dlr.proseo.ui.gui.GUIAuthenticationToken
Returns the username of the principal.
getOrbits(String, String, String, Long, Long, Long, Long, String, Boolean, Model) - Methode in Klasse de.dlr.proseo.ui.gui.GUIOrbitController
Retrieve the orbits of a spacecraft
getOrderId() - Methode in Klasse de.dlr.proseo.ui.gui.OrderInfo
Returns the order id
getOrderIdentifierOfJob(String, GUIAuthenticationToken) - Methode in Klasse de.dlr.proseo.ui.gui.service.StatisticsService
Retrieves the order identifier associated with a job based on its ID
getOrderIdOfIdentifier(String, GUIAuthenticationToken) - Methode in Klasse de.dlr.proseo.ui.gui.service.StatisticsService
Retrieves the order ID based on its identifier
getOrderManager() - Methode in Klasse de.dlr.proseo.ui.gui.GUIConfiguration
Gets the Order Manager base URI.
getOrderState(String) - Methode in Klasse de.dlr.proseo.ui.gui.service.OrderService
Retrieves the state of a specific order
getPassword() - Methode in Klasse de.dlr.proseo.ui.gui.GUIAuthenticationToken
Return the password of the principal
getPrincipal() - Methode in Klasse de.dlr.proseo.ui.gui.GUIAuthenticationToken
Returns the principal, which represents the user's details.
getProcessingModes() - Methode in Klasse de.dlr.proseo.ui.gui.DataCache
Get the processing modes
getProcessorclasses() - Methode in Klasse de.dlr.proseo.ui.gui.DataCache
Get the processor classes
getProcessorClassName(String, Model) - Methode in Klasse de.dlr.proseo.ui.gui.GUIProcessorClassController
Get a processor class by name
getProcessorManager() - Methode in Klasse de.dlr.proseo.ui.gui.GUIConfiguration
Gets the Processor Manager base URI.
getProcessors(String, String, Boolean, Model) - Methode in Klasse de.dlr.proseo.ui.gui.GUIProcessorController
Retrieve the processor with name or all if name is null
getProductclasses() - Methode in Klasse de.dlr.proseo.ui.gui.DataCache
Get the product classes
getProductClasses(String, String, String, String, String, Boolean, Long, Long, Model) - Methode in Klasse de.dlr.proseo.ui.gui.GUIProductClassController
Fetch and return product classes from the product class manager
getProductFiles(Long, String, Boolean, Model) - Methode in Klasse de.dlr.proseo.ui.gui.GUIProductController
Retrieve the product file with id or all if id is null
getProductionPlanner() - Methode in Klasse de.dlr.proseo.ui.gui.GUIConfiguration
Gets the Production Planner base URI.
getProducts(Long, String, String, String, String, String, String, String, String, Long, Long, Long, String, Boolean, Model) - Methode in Klasse de.dlr.proseo.ui.gui.GUIProductController
Retrieve products matching the provided parameters
getProseoName() - Methode in Klasse de.dlr.proseo.ui.gui.GUIAuthenticationToken
Returns the combined prosEO user name, which is a concatenation of mission name and username.
getSpaceCrafts() - Methode in Klasse de.dlr.proseo.ui.gui.DataCache
Get the spacecrafts
getStatus() - Methode in Klasse de.dlr.proseo.ui.gui.OrderInfo
Returns the HTTP status
getTimeout() - Methode in Klasse de.dlr.proseo.ui.gui.GUIConfiguration
Gets the timeout for asynchronous requests in milliseconds.
getUserRoles() - Methode in Klasse de.dlr.proseo.ui.gui.GUIAuthenticationToken
Returns the list of user roles.
getWorkflows() - Methode in Klasse de.dlr.proseo.ui.gui.DataCache
Get the workflows
getWorkflows(Long, String, String, String, Long, Long, Long, Long, Model) - Methode in Klasse de.dlr.proseo.ui.gui.GUIWorkflowController
Fetch and return workflows from the processor manager
globalSettings() - Methode in Klasse de.dlr.proseo.ui.gui.GUISettingsController
Show the global settings view
GraphicalUserInterface - Klasse in de.dlr.proseo.ui.gui
prosEO Graphical User Interface application
GraphicalUserInterface() - Konstruktor für Klasse de.dlr.proseo.ui.gui.GraphicalUserInterface
 
GUIAuthenticationProvider - Klasse in de.dlr.proseo.ui.gui
Implementation of the AuthenticationProvider interface provided by Spring Security, handling the authentication process for the GUI users.
GUIAuthenticationProvider() - Konstruktor für Klasse de.dlr.proseo.ui.gui.GUIAuthenticationProvider
 
GUIAuthenticationToken - Klasse in de.dlr.proseo.ui.gui
Represents a token for an authentication within a Graphical User Interface.
GUIAuthenticationToken() - Konstruktor für Klasse de.dlr.proseo.ui.gui.GUIAuthenticationToken
 
GUIBaseController - Klasse in de.dlr.proseo.ui.gui
A base controller for the prosEO GUI, to be extended for specific entities
GUIBaseController() - Konstruktor für Klasse de.dlr.proseo.ui.gui.GUIBaseController
A no-argument constructor
GUIConfiguration - Klasse in de.dlr.proseo.ui.gui
Configuration properties and beans related to the GUI (Graphical User Interface) of an application, used to configure various aspects of the GUI, such as the base URIs for different services and components, timeout settings, and localization.
GUIConfiguration() - Konstruktor für Klasse de.dlr.proseo.ui.gui.GUIConfiguration
 
GUIConfigurationController - Klasse in de.dlr.proseo.ui.gui
GUI controller that handles requests related to displaying and retrieving configurations, interacts with the service layer, and populates the model with the necessary data for rendering the views
GUIConfigurationController() - Konstruktor für Klasse de.dlr.proseo.ui.gui.GUIConfigurationController
 
GUIController - Klasse in de.dlr.proseo.ui.gui
A bridge between the GUI application and the prosEO backend services, used for testing purposes, displaying custom login pages, and retrieving missions
GUIController() - Konstruktor für Klasse de.dlr.proseo.ui.gui.GUIController
 
GUIFacilityController - Klasse in de.dlr.proseo.ui.gui
A controller for retrieving and handling facility data
GUIFacilityController() - Konstruktor für Klasse de.dlr.proseo.ui.gui.GUIFacilityController
 
GUIMissionController - Klasse in de.dlr.proseo.ui.gui
A controller for retrieving and handling mission data
GUIMissionController() - Konstruktor für Klasse de.dlr.proseo.ui.gui.GUIMissionController
 
GUIOrbitController - Klasse in de.dlr.proseo.ui.gui
A controller for retrieving and handling orbit data
GUIOrbitController() - Konstruktor für Klasse de.dlr.proseo.ui.gui.GUIOrbitController
 
GUIOrderController - Klasse in de.dlr.proseo.ui.gui
A controller for retrieving and handling order data
GUIOrderController() - Konstruktor für Klasse de.dlr.proseo.ui.gui.GUIOrderController
 
GUIProcessorClassController - Klasse in de.dlr.proseo.ui.gui
A controller for retrieving and handling processor class data
GUIProcessorClassController() - Konstruktor für Klasse de.dlr.proseo.ui.gui.GUIProcessorClassController
 
GUIProcessorController - Klasse in de.dlr.proseo.ui.gui
A controller for retrieving and handling processors
GUIProcessorController() - Konstruktor für Klasse de.dlr.proseo.ui.gui.GUIProcessorController
 
GUIProductClassController - Klasse in de.dlr.proseo.ui.gui
A controller for retrieving and handling product classes
GUIProductClassController() - Konstruktor für Klasse de.dlr.proseo.ui.gui.GUIProductClassController
 
GUIProductController - Klasse in de.dlr.proseo.ui.gui
A controller for retrieving and handling products
GUIProductController() - Konstruktor für Klasse de.dlr.proseo.ui.gui.GUIProductController
 
GUISettingsController - Klasse in de.dlr.proseo.ui.gui
A controller for retrieving and handling settings
GUISettingsController() - Konstruktor für Klasse de.dlr.proseo.ui.gui.GUISettingsController
 
GUISpaceCraftController - Klasse in de.dlr.proseo.ui.gui
A controller for retrieving and handling spacecrafts
GUISpaceCraftController() - Konstruktor für Klasse de.dlr.proseo.ui.gui.GUISpaceCraftController
 
GUIStatisticsController - Klasse in de.dlr.proseo.ui.gui
A controller for retrieving the dashboard and prosEO home view, as well as the latest successful and failed job steps
GUIStatisticsController() - Konstruktor für Klasse de.dlr.proseo.ui.gui.GUIStatisticsController
 
GUIWorkflowController - Klasse in de.dlr.proseo.ui.gui
A controller for retrieving and handling workflows
GUIWorkflowController() - Konstruktor für Klasse de.dlr.proseo.ui.gui.GUIWorkflowController
 

H

handleHTTPError(ClientResponse, Model) - Methode in Klasse de.dlr.proseo.ui.gui.GUIBaseController
Handles HTTP errors and sets the appropriate error message in the model.
handleHTTPWarning(ClientResponse, Model, HttpServletResponse) - Methode in Klasse de.dlr.proseo.ui.gui.GUIBaseController
Handles HTTP warnings and sets the appropriate warning message in the model and HTTP response headers.
handleWebClientResponseException(WebClientResponseException) - Methode in Klasse de.dlr.proseo.ui.gui.GUIProcessorClassController
Handler for web client exceptions
hasorbits(String, Long, Long) - Methode in Klasse de.dlr.proseo.ui.gui.GUIOrderController
Return whether a spacecraft has orbits between the numbers denoted by from and to
hasOrder(String, String) - Methode in Klasse de.dlr.proseo.ui.gui.GUIOrderController
Checks if there is an order with the specified identifier and id.
hasroleconfigurationmgr() - Methode in Klasse de.dlr.proseo.ui.gui.GUIBaseController
Create, update and delete access to configurations and configured processors
hasroleconfigurationreader() - Methode in Klasse de.dlr.proseo.ui.gui.GUIBaseController
Read access to configurations and configured processors
hasrolefacilitymgr() - Methode in Klasse de.dlr.proseo.ui.gui.GUIBaseController
Create, update and delete access to processing facilities
hasrolefacilitymonitor() - Methode in Klasse de.dlr.proseo.ui.gui.GUIBaseController
Read access to facility monitoring data
hasrolefacilityreader() - Methode in Klasse de.dlr.proseo.ui.gui.GUIBaseController
Read access to processing facilities
hasrolejobstepprocessor() - Methode in Klasse de.dlr.proseo.ui.gui.GUIBaseController
Notify of job step completion
hasrolemissionmgr() - Methode in Klasse de.dlr.proseo.ui.gui.GUIBaseController
Read and update access to missions, spacecrafts and orbits
hasrolemissionreader() - Methode in Klasse de.dlr.proseo.ui.gui.GUIBaseController
Read access to missions, spacecrafts and orbits
hasroleorderapprover() - Methode in Klasse de.dlr.proseo.ui.gui.GUIBaseController
Approve orders
hasroleordermgr() - Methode in Klasse de.dlr.proseo.ui.gui.GUIBaseController
Create, update, close and delete orders
hasroleordermonitor() - Methode in Klasse de.dlr.proseo.ui.gui.GUIBaseController
Read access to order monitoring data
hasroleorderplanner() - Methode in Klasse de.dlr.proseo.ui.gui.GUIBaseController
Plan, release, suspend, cancel and retry orders, jobs and job steps
hasroleorderreader() - Methode in Klasse de.dlr.proseo.ui.gui.GUIBaseController
Read access to processing order, jobs and job steps
hasroleprocessorclassmgr() - Methode in Klasse de.dlr.proseo.ui.gui.GUIBaseController
Create, update and delete access to processor classes, processors and tasks
hasroleprocessorreader() - Methode in Klasse de.dlr.proseo.ui.gui.GUIBaseController
Read access to processor classes, processors, configurations, configured processors and any sub-objects of them
hasroleproductclassmgr() - Methode in Klasse de.dlr.proseo.ui.gui.GUIBaseController
Create, update and delete access to product classes and selection rules
hasroleproductclassreader() - Methode in Klasse de.dlr.proseo.ui.gui.GUIBaseController
Read access to product classes and selection rules
hasroleproductmgr() - Methode in Klasse de.dlr.proseo.ui.gui.GUIBaseController
Update and delete products and product files
hasroleproductreader() - Methode in Klasse de.dlr.proseo.ui.gui.GUIBaseController
Query and download public products
hasroleproductreaderall() - Methode in Klasse de.dlr.proseo.ui.gui.GUIBaseController
Query and download all products
hasroleproductrestrictedreader() - Methode in Klasse de.dlr.proseo.ui.gui.GUIBaseController
Query and download public and restricted products

I

index(Model) - Methode in Klasse de.dlr.proseo.ui.gui.GUIStatisticsController
Show the prosEO home view
index1() - Methode in Klasse de.dlr.proseo.ui.gui.GUIController
Show the test view
index12(Model) - Methode in Klasse de.dlr.proseo.ui.gui.GUIController
Show the custom login view
isAuthenticated() - Methode in Klasse de.dlr.proseo.ui.gui.GUIAuthenticationToken
Returns whether the user is authenticated.
isNewLogin() - Methode in Klasse de.dlr.proseo.ui.gui.GUIAuthenticationToken
Returns whether it's a new login or not.

J

jobStepLog(String) - Methode in Klasse de.dlr.proseo.ui.gui.GUIOrderController
Retrieves the job step log for the specified id.

K

key - Variable in Klasse de.dlr.proseo.ui.gui.service.MapComparator
the first key to compare
key2 - Variable in Klasse de.dlr.proseo.ui.gui.service.MapComparator
the second key to compare

L

localChangeInterceptor() - Methode in Klasse de.dlr.proseo.ui.gui.GUIConfiguration
Creates a locale change interceptor bean for handling language change.
localeResolver() - Methode in Klasse de.dlr.proseo.ui.gui.GUIConfiguration
Creates a locale resolver bean for handling localization.

M

main(String[]) - Statische Methode in Klasse de.dlr.proseo.ui.gui.GraphicalUserInterface
The entry point of the Graphical User Interface application.
MapComparator - Klasse in de.dlr.proseo.ui.gui.service
A class for comparing HashMap objects based on one or two specified keys
MapComparator(String, Boolean) - Konstruktor für Klasse de.dlr.proseo.ui.gui.service.MapComparator
Constructor that takes a key and a boolean argument for the sorting order
MapComparator(String, String, Boolean) - Konstruktor für Klasse de.dlr.proseo.ui.gui.service.MapComparator
Constructor that takes two keys and a boolean argument for the sorting order
message - Variable in Klasse de.dlr.proseo.ui.gui.OrderInfo
An error message
missioncode() - Methode in Klasse de.dlr.proseo.ui.gui.GUIBaseController
Returns the mission code of the authenticated user
missioncodes() - Methode in Klasse de.dlr.proseo.ui.gui.GUIController
Retrieve the defined missions.

O

order() - Methode in Klasse de.dlr.proseo.ui.gui.GUIOrderController
Show the order view
orderId - Variable in Klasse de.dlr.proseo.ui.gui.OrderInfo
The order id
OrderInfo - Klasse in de.dlr.proseo.ui.gui
A collector for information on orders, namely order status, order id, and an error message
OrderInfo(HttpStatus, String, String) - Konstruktor für Klasse de.dlr.proseo.ui.gui.OrderInfo
A constructor which sets the order's status, id and error message
OrderService - Klasse in de.dlr.proseo.ui.gui.service
A bridge between the GUI frontend and the order management backend, providing methods to retrieve, manipulate, and update order-related data and entities
OrderService() - Konstruktor für Klasse de.dlr.proseo.ui.gui.service.OrderService
 

P

parametertypes() - Methode in Klasse de.dlr.proseo.ui.gui.GUIBaseController
Retrieves the list of parameter types and returns it as a list of Strings.
patch(String, String, String, String[]) - Methode in Klasse de.dlr.proseo.ui.gui.service.ProcessorService
Update a processor class by id
personalSettings() - Methode in Klasse de.dlr.proseo.ui.gui.GUISettingsController
Show the personal settings view
post(String, String, String[]) - Methode in Klasse de.dlr.proseo.ui.gui.service.ProcessorService
Create a processor class
processinglevels() - Methode in Klasse de.dlr.proseo.ui.gui.GUIBaseController
Retrieve the processing level enum
processingModes() - Methode in Klasse de.dlr.proseo.ui.gui.GUIBaseController
Retrieve the processing modes of mission
processorclassnames() - Methode in Klasse de.dlr.proseo.ui.gui.GUIBaseController
Retrieve the product classes of mission
ProcessorService - Klasse in de.dlr.proseo.ui.gui.service
A bridge between the GUI frontend and the backend services related to processors.
ProcessorService() - Konstruktor für Klasse de.dlr.proseo.ui.gui.service.ProcessorService
 
productclasses() - Methode in Klasse de.dlr.proseo.ui.gui.GUIBaseController
Retrieve the product classes of mission
productiontypes() - Methode in Klasse de.dlr.proseo.ui.gui.GUIBaseController
Retrieve the production type enum
productqualities() - Methode in Klasse de.dlr.proseo.ui.gui.GUIBaseController
Retrieve the product quality levels
proseoversion() - Methode in Klasse de.dlr.proseo.ui.gui.GUIBaseController
Gets the current version of prosEO

R

removeSpaceCraft() - Methode in Klasse de.dlr.proseo.ui.gui.GUISpaceCraftController
Show the spacecraft removal view
requiresAuthentication(HttpServletRequest, HttpServletResponse) - Methode in Klasse de.dlr.proseo.ui.gui.SpringAuthenticationFilter
Determines if authentication is required for the given request.

S

setAuthenticated(boolean) - Methode in Klasse de.dlr.proseo.ui.gui.GUIAuthenticationToken
Sets the authenticated flag.
setConfiguredProcessors(List<String>) - Methode in Klasse de.dlr.proseo.ui.gui.DataCache
Set the configured processors
setCredentials(Object) - Methode in Klasse de.dlr.proseo.ui.gui.GUIAuthenticationToken
Sets the credentials.
setDataCache(DataCache) - Methode in Klasse de.dlr.proseo.ui.gui.GUIAuthenticationToken
Sets the data cache.
setDetails(String) - Methode in Klasse de.dlr.proseo.ui.gui.GUIAuthenticationToken
Sets the mission details.
setFacilities(List<String>) - Methode in Klasse de.dlr.proseo.ui.gui.DataCache
Set the facilities
setFileClasses(List<String>) - Methode in Klasse de.dlr.proseo.ui.gui.DataCache
Set the file classes
setJobState(String, String) - Methode in Klasse de.dlr.proseo.ui.gui.service.OrderService
Changes the state of a job based on its ID and the desired state
setJobState(String, String, Model, HttpServletResponse) - Methode in Klasse de.dlr.proseo.ui.gui.GUIOrderController
Set the new state of a job
setJobStepState(String, String) - Methode in Klasse de.dlr.proseo.ui.gui.service.OrderService
Changes the state of a job step based on its ID and the desired state
setJobStepState(String, String, Model, HttpServletResponse) - Methode in Klasse de.dlr.proseo.ui.gui.GUIOrderController
Set the new state of a job step
setMessage(String) - Methode in Klasse de.dlr.proseo.ui.gui.OrderInfo
Sets the error message
setNewLogin(boolean) - Methode in Klasse de.dlr.proseo.ui.gui.GUIAuthenticationToken
Sets the new login flag.
setOrderId(String) - Methode in Klasse de.dlr.proseo.ui.gui.OrderInfo
Sets the order id
setPrincipal(UserDetails) - Methode in Klasse de.dlr.proseo.ui.gui.GUIAuthenticationToken
Sets the principal, which represents the user's details.
setProcessingModes(List<String>) - Methode in Klasse de.dlr.proseo.ui.gui.DataCache
Set the processing modes
setProcessorclasses(List<String>) - Methode in Klasse de.dlr.proseo.ui.gui.DataCache
Set the processor classes
setProductclasses(List<String>) - Methode in Klasse de.dlr.proseo.ui.gui.DataCache
Set the product classes
setSpaceCrafts(List<String>) - Methode in Klasse de.dlr.proseo.ui.gui.DataCache
Set the spacecrafts
setState(String, String, String) - Methode in Klasse de.dlr.proseo.ui.gui.service.OrderService
Changes the state of an order based on its ID and the desired state
setState(String, String, String, Model, HttpServletResponse) - Methode in Klasse de.dlr.proseo.ui.gui.GUIOrderController
Set the new state of an order.
setStatus(HttpStatus) - Methode in Klasse de.dlr.proseo.ui.gui.OrderInfo
Sets the order's status
setUserRoles(List<String>) - Methode in Klasse de.dlr.proseo.ui.gui.GUIAuthenticationToken
Sets the list of user roles.
setWorkflows(List<String>) - Methode in Klasse de.dlr.proseo.ui.gui.DataCache
Set the workflows
showConfiguration() - Methode in Klasse de.dlr.proseo.ui.gui.GUIConfigurationController
Display the configuration show page
showConfiguration() - Methode in Klasse de.dlr.proseo.ui.gui.GUIMissionController
Show the mission view
showConfiguredProcessor() - Methode in Klasse de.dlr.proseo.ui.gui.GUIProcessorController
Show the configured processor view
showFacility() - Methode in Klasse de.dlr.proseo.ui.gui.GUIFacilityController
Show the facility view
showOrbit() - Methode in Klasse de.dlr.proseo.ui.gui.GUIOrbitController
Show the orbit view
showOrder() - Methode in Klasse de.dlr.proseo.ui.gui.GUIOrderController
Show the order view
showProcessor() - Methode in Klasse de.dlr.proseo.ui.gui.GUIProcessorController
Show the processor view
showProcessorClass() - Methode in Klasse de.dlr.proseo.ui.gui.GUIProcessorClassController
Show the processor class view
showProduct() - Methode in Klasse de.dlr.proseo.ui.gui.GUIProductController
Show the product view
showProductClass() - Methode in Klasse de.dlr.proseo.ui.gui.GUIProductClassController
Show the product class view
showProductFile() - Methode in Klasse de.dlr.proseo.ui.gui.GUIProductController
Show the product file view
showWorkflow() - Methode in Klasse de.dlr.proseo.ui.gui.GUIWorkflowController
Show the workflow view
slicingtypes() - Methode in Klasse de.dlr.proseo.ui.gui.GUIBaseController
Retrieve the slicing type enum
spaceCrafts() - Methode in Klasse de.dlr.proseo.ui.gui.GUIBaseController
Retrieve the space crafts of mission
SpringAuthenticationFilter - Klasse in de.dlr.proseo.ui.gui
Custom authentication filter that handles authentication based on the provided username, password, and mission values in an HTTP request.
SpringAuthenticationFilter() - Konstruktor für Klasse de.dlr.proseo.ui.gui.SpringAuthenticationFilter
 
SpringSecurityConfig - Klasse in de.dlr.proseo.ui.gui
Configuration class for Spring Security.
SpringSecurityConfig() - Konstruktor für Klasse de.dlr.proseo.ui.gui.SpringSecurityConfig
 
StatisticsService - Klasse in de.dlr.proseo.ui.gui.service
A bridge between the GUI frontend and the backend services, providing methods to retrieve statistics related to job steps and orders by making HTTP requests to the appropriate endpoints
StatisticsService() - Konstruktor für Klasse de.dlr.proseo.ui.gui.service.StatisticsService
 
status - Variable in Klasse de.dlr.proseo.ui.gui.OrderInfo
The status of request
submitOrder(RestOrder) - Methode in Klasse de.dlr.proseo.ui.gui.GUIOrderController
Submit a single order
supports(Class<?>) - Methode in Klasse de.dlr.proseo.ui.gui.GUIAuthenticationProvider
Checks if the authentication provider supports the specified authentication class.

U

up - Variable in Klasse de.dlr.proseo.ui.gui.service.MapComparator
the sorting order
user() - Methode in Klasse de.dlr.proseo.ui.gui.GUIBaseController
Returns the authenticated user
userroles() - Methode in Klasse de.dlr.proseo.ui.gui.GUIBaseController
Returns the roles of the authenticated user

V

visibilities() - Methode in Klasse de.dlr.proseo.ui.gui.GUIBaseController
Retrieve the product visibility enum

W

workflows() - Methode in Klasse de.dlr.proseo.ui.gui.GUIBaseController
Retrieve the workflows of mission
A C D E F G H I J K L M O P R S U V W 
Alle Klassen und Schnittstellen|Alle Packages|Serialisierte Form