Index
Alle Klassen und Schnittstellen|Alle Packages|Konstantenfeldwerte
A
- addSimpleRules(Collection<SimpleSelectionRule>) - Methode in Klasse de.dlr.proseo.model.util.SelectionRule
-
Adds a collection of simple selection rules to this rule
- asJpqlQuery(Instant, Instant, Map<String, Parameter>) - Methode in Klasse de.dlr.proseo.model.SimpleSelectionRule
-
Format this rule as a JPQL (Java Persistence Query Language) query.
- asJpqlQueryCondition(ProductClass, Instant, Instant, Map<String, Parameter>) - Methode in Klasse de.dlr.proseo.model.SimplePolicy
-
Format this policy as a query condition in JPQL (Java Persistence Query Language).
- asSelectionItems(Collection<Product>) - Statische Methode in Klasse de.dlr.proseo.model.util.SelectionItem
-
Creates a list of selection items from a collection of products
- asSqlQuery(Instant, Instant, Map<String, Parameter>, Map<String, String>, String, String) - Methode in Klasse de.dlr.proseo.model.SimpleSelectionRule
-
Format this rule as a native SQL query.
- asSqlQueryCondition(ProductClass, Instant, Instant, Map<String, Parameter>, Map<String, String>, String) - Methode in Klasse de.dlr.proseo.model.SimplePolicy
-
Format this policy as a query condition in native SQL.
B
- BestCenteredCover - Enum-Konstante in Enum-Klasse de.dlr.proseo.model.SimplePolicy.PolicyType
C
- checkStateChange() - Methode in Klasse de.dlr.proseo.model.Job
-
Check whether a job state change is required based on the current state of the contained job steps, and if so, propagate the state change to the processing order
- checkStateChange() - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Check whether a processing order state change is required based on the current state of the contained jobs
- ClassOutputParameter - Klasse in de.dlr.proseo.model
-
A set of parameters to apply to a generated product of a processing order
- ClassOutputParameter() - Konstruktor für Klasse de.dlr.proseo.model.ClassOutputParameter
- ClassOutputParameterRepository - Schnittstelle in de.dlr.proseo.model.dao
-
Data Access Object for the Task class
- clearSimpleRules() - Methode in Klasse de.dlr.proseo.model.util.SelectionRule
-
Removes all simple selection rules from this rule
- CLOSED - Enum-Konstante in Enum-Klasse de.dlr.proseo.model.Job.JobState
- CLOSED - Enum-Konstante in Enum-Klasse de.dlr.proseo.model.JobStep.JobStepState
- ClosestStartValidity - Enum-Konstante in Enum-Klasse de.dlr.proseo.model.SimplePolicy.PolicyType
- ClosestStopValidity - Enum-Konstante in Enum-Klasse de.dlr.proseo.model.SimplePolicy.PolicyType
- compareTo(SimplePolicy.DeltaTime) - Methode in Klasse de.dlr.proseo.model.SimplePolicy.DeltaTime
- COMPLETED - Enum-Konstante in Enum-Klasse de.dlr.proseo.model.Job.JobState
- COMPLETED - Enum-Konstante in Enum-Klasse de.dlr.proseo.model.JobStep.JobStepState
- Configuration - Klasse in de.dlr.proseo.model
-
A specific processor configuration, tied to a specific ConfiguredProcessor object.
- Configuration() - Konstruktor für Klasse de.dlr.proseo.model.Configuration
- ConfigurationFile - Klasse in de.dlr.proseo.model
-
A processor configuration file
- ConfigurationFile() - Konstruktor für Klasse de.dlr.proseo.model.ConfigurationFile
- ConfigurationInputFile - Klasse in de.dlr.proseo.model
-
An additional input file for a processor configuration for inclusion in generated Job Order Files
- ConfigurationInputFile() - Konstruktor für Klasse de.dlr.proseo.model.ConfigurationInputFile
- ConfigurationRepository - Schnittstelle in de.dlr.proseo.model.dao
-
Data Access Object for the Processor class
- ConfiguredProcessor - Klasse in de.dlr.proseo.model
-
A specific version of a Processor combined with a specific Configuration object (i. e. a specific set of configuration data for the given processor version).
- ConfiguredProcessor() - Konstruktor für Klasse de.dlr.proseo.model.ConfiguredProcessor
- ConfiguredProcessorRepository - Schnittstelle in de.dlr.proseo.model.dao
-
Data Access Object for the ConfiguredProcessor class
- countAllByJobStateAndProcessingOrder(Job.JobState, long) - Methode in Schnittstelle de.dlr.proseo.model.dao.JobRepository
- countJobFailedByProcessingOrderId(long) - Methode in Schnittstelle de.dlr.proseo.model.dao.JobRepository
- countJobNotFinishedByProcessingOrderId(long) - Methode in Schnittstelle de.dlr.proseo.model.dao.JobRepository
- countJobOnHoldByProcessingOrderId(long) - Methode in Schnittstelle de.dlr.proseo.model.dao.JobRepository
- countJobStepByOrderId(long) - Methode in Schnittstelle de.dlr.proseo.model.dao.JobStepRepository
- countJobStepCompletedByJobId(long) - Methode in Schnittstelle de.dlr.proseo.model.dao.JobStepRepository
- countJobStepCompletedByOrderId(long) - Methode in Schnittstelle de.dlr.proseo.model.dao.JobStepRepository
- countJobStepFailedByJobId(long) - Methode in Schnittstelle de.dlr.proseo.model.dao.JobStepRepository
- countJobStepFailedByOrderId(long) - Methode in Schnittstelle de.dlr.proseo.model.dao.JobStepRepository
- countJobStepNotFinishedByJobId(long) - Methode in Schnittstelle de.dlr.proseo.model.dao.JobStepRepository
- countJobStepNotFinishedByOrderId(long) - Methode in Schnittstelle de.dlr.proseo.model.dao.JobStepRepository
- countJobStepRunningByJobId(long) - Methode in Schnittstelle de.dlr.proseo.model.dao.JobStepRepository
- countJobStepRunningByOrderId(long) - Methode in Schnittstelle de.dlr.proseo.model.dao.JobStepRepository
- countJobStepStatesByOrderId(long) - Methode in Schnittstelle de.dlr.proseo.model.dao.JobStepRepository
D
- DATENUMBER - Enum-Konstante in Enum-Klasse de.dlr.proseo.model.WorkflowOption.WorkflowOptionType
-
Assumption is that this type means the day of year, i. e. it must be an integer number in the range 1..366
- de.dlr.proseo.model - Package de.dlr.proseo.model
-
The de.dlr.proseo.model package contains all classes required for the modelling of the persistent state of prosEO, the Processing System for Earth Observation Data
- de.dlr.proseo.model.dao - Package de.dlr.proseo.model.dao
-
This package contains data access object (DAO) classes for the common data model of prosEO.
- de.dlr.proseo.model.service - Package de.dlr.proseo.model.service
-
The de.dlr.proseo.model.service package contains all classes providing services for the use of the model classes of prosEO, the Processing System for Earth Observation Data
- de.dlr.proseo.model.util - Package de.dlr.proseo.model.util
-
The de.dlr.proseo.model.util package contains utility classes to assist the handling of the persistent state of prosEO, the Processing System for Earth Observation Data
- DEBUG - Enum-Konstante in Enum-Klasse de.dlr.proseo.model.JobStep.StdLogLevel
- DeltaTime() - Konstruktor für Klasse de.dlr.proseo.model.SimplePolicy.DeltaTime
-
No-argument constructor sets delta time to zero days
- DeltaTime(long, TimeUnit) - Konstruktor für Klasse de.dlr.proseo.model.SimplePolicy.DeltaTime
-
Create a delta time with duration and unit
- DownloadHistory - Klasse in de.dlr.proseo.model
-
History of product downloads; while originially bound to a ProductFile, the entry persists even after deletion of the ProductFile to give a full history of the Product downloads
- DownloadHistory() - Konstruktor für Klasse de.dlr.proseo.model.DownloadHistory
- duration - Variable in Klasse de.dlr.proseo.model.SimplePolicy.DeltaTime
-
The duration of the time period in time units (non-negative)
E
- equals(Object) - Methode in Klasse de.dlr.proseo.model.ClassOutputParameter
- equals(Object) - Methode in Klasse de.dlr.proseo.model.Configuration
- equals(Object) - Methode in Klasse de.dlr.proseo.model.ConfigurationFile
- equals(Object) - Methode in Klasse de.dlr.proseo.model.ConfiguredProcessor
- equals(Object) - Methode in Klasse de.dlr.proseo.model.DownloadHistory
- equals(Object) - Methode in Klasse de.dlr.proseo.model.InputFilter
- equals(Object) - Methode in Klasse de.dlr.proseo.model.InputProductReference
- equals(Object) - Methode in Klasse de.dlr.proseo.model.Job
- equals(Object) - Methode in Klasse de.dlr.proseo.model.JobStep
- equals(Object) - Methode in Klasse de.dlr.proseo.model.Mission
- equals(Object) - Methode in Klasse de.dlr.proseo.model.NotificationEndpoint
- equals(Object) - Methode in Klasse de.dlr.proseo.model.Orbit
- equals(Object) - Methode in Klasse de.dlr.proseo.model.Parameter
- equals(Object) - Methode in Klasse de.dlr.proseo.model.Payload
- equals(Object) - Methode in Klasse de.dlr.proseo.model.PersistentObject
-
Test equality of persistent objects based on their unique ID.
- equals(Object) - Methode in Klasse de.dlr.proseo.model.ProcessingFacility
- equals(Object) - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
- equals(Object) - Methode in Klasse de.dlr.proseo.model.Processor
- equals(Object) - Methode in Klasse de.dlr.proseo.model.ProcessorClass
- equals(Object) - Methode in Klasse de.dlr.proseo.model.Product
-
Tests equality of products based on their attribute values.
- equals(Object) - Methode in Klasse de.dlr.proseo.model.ProductArchive
- equals(Object) - Methode in Klasse de.dlr.proseo.model.ProductClass
- equals(Object) - Methode in Klasse de.dlr.proseo.model.ProductFile
- equals(Object) - Methode in Klasse de.dlr.proseo.model.ProductQuery
- equals(Object) - Methode in Klasse de.dlr.proseo.model.SimplePolicy.DeltaTime
- equals(Object) - Methode in Klasse de.dlr.proseo.model.SimplePolicy
- equals(Object) - Methode in Klasse de.dlr.proseo.model.SimpleSelectionRule
-
Test equality of selection rules based on source and target product classes and processing mode (i. e. there must be only one selection rule for the same source and target classes and the same processing mode).
- equals(Object) - Methode in Klasse de.dlr.proseo.model.Spacecraft
- equals(Object) - Methode in Klasse de.dlr.proseo.model.Task
- equals(Object) - Methode in Klasse de.dlr.proseo.model.util.SelectionItem
- equals(Object) - Methode in Klasse de.dlr.proseo.model.Workflow
- equals(Object) - Methode in Klasse de.dlr.proseo.model.WorkflowOption
- ERROR - Enum-Konstante in Enum-Klasse de.dlr.proseo.model.JobStep.StdLogLevel
- executeQuery(ProductQuery, boolean) - Methode in Klasse de.dlr.proseo.model.service.ProductQueryService
-
Execute the query of the given product query and check additional conditions (e. g. selection time interval coverage).
F
- FACILITY_QUERY_SQL - Statische Variable in Klasse de.dlr.proseo.model.service.ProductQueryService
- FACILITY_QUERY_SQL_SUBSELECT - Statische Variable in Klasse de.dlr.proseo.model.service.ProductQueryService
- FacilityRepository - Schnittstelle in de.dlr.proseo.model.dao
-
Data Access Object for the ProcessingFacility class
- FAILED - Enum-Konstante in Enum-Klasse de.dlr.proseo.model.Job.JobState
- FAILED - Enum-Konstante in Enum-Klasse de.dlr.proseo.model.JobStep.JobStepState
- findAllByJobState(Job.JobState) - Methode in Schnittstelle de.dlr.proseo.model.dao.JobRepository
- findAllByJobStateAndProcessingOrder(Job.JobState, long) - Methode in Schnittstelle de.dlr.proseo.model.dao.JobRepository
-
Veraltet.
- findAllByJobStepState(JobStep.JobStepState) - Methode in Schnittstelle de.dlr.proseo.model.dao.JobStepRepository
- findAllByJobStepStateAndMissionOrderByDate(JobStep.JobStepState, String) - Methode in Schnittstelle de.dlr.proseo.model.dao.JobStepRepository
- findAllByJobStepStateAndOrderIdByDate(JobStep.JobStepState, long) - Methode in Schnittstelle de.dlr.proseo.model.dao.JobStepRepository
- findAllByProcessingFacilityAndJobStepStateIn(long, List<JobStep.JobStepState>) - Methode in Schnittstelle de.dlr.proseo.model.dao.JobStepRepository
- findAllByProcessingFacilityAndJobStepStateInAndOrderBySensingStartTime(long, List<JobStep.JobStepState>) - Methode in Schnittstelle de.dlr.proseo.model.dao.JobStepRepository
- findAllByProcessingFacilityAndJobStepStateInAndOrderBySubmissionTime(long, List<JobStep.JobStepState>) - Methode in Schnittstelle de.dlr.proseo.model.dao.JobStepRepository
- findAllByProcessingOrder(long) - Methode in Schnittstelle de.dlr.proseo.model.dao.JobRepository
- findArchivesByCode(String) - Methode in Schnittstelle de.dlr.proseo.model.dao.ProductArchiveRepository
-
Get the product archives with the given code
- findByCode(String) - Methode in Schnittstelle de.dlr.proseo.model.dao.MissionRepository
-
Get the mission with the given code
- findByCode(String) - Methode in Schnittstelle de.dlr.proseo.model.dao.ProductArchiveRepository
-
Get the product archive with the given code
- findByDateTimeBetween(Instant, Instant, long) - Methode in Schnittstelle de.dlr.proseo.model.dao.MonExtServiceStateOperationDayRepository
-
Get a list of entries
- findByDateTimeBetween(Instant, Instant, long) - Methode in Schnittstelle de.dlr.proseo.model.dao.MonExtServiceStateOperationMonthRepository
-
Get a list of entries
- findByDateTimeBetween(Instant, Instant, long) - Methode in Schnittstelle de.dlr.proseo.model.dao.MonServiceStateOperationDayRepository
-
Get a list of entries
- findByDateTimeBetween(Instant, Instant, long) - Methode in Schnittstelle de.dlr.proseo.model.dao.MonServiceStateOperationMonthRepository
-
Get a list of entries
- findByEvictionTimeBeforeNow() - Methode in Schnittstelle de.dlr.proseo.model.dao.ProductRepository
-
Get a list of products with eviction times in the past
- findByEvictionTimeLessThan(Instant) - Methode in Schnittstelle de.dlr.proseo.model.dao.ProductRepository
-
Get a list of products with eviction times older than evictionTime
- findByExecutionTimeBetween(Instant, Instant) - Methode in Schnittstelle de.dlr.proseo.model.dao.OrderRepository
-
Get all processing orders scheduled for execution within the given time range
- findByFileName(String) - Methode in Schnittstelle de.dlr.proseo.model.dao.ProductFileRepository
-
Get all product files for a given file name
- findByJobStep(JobStep) - Methode in Schnittstelle de.dlr.proseo.model.dao.ProductRepository
-
Get the product which is produced by a job step
- findByMissionAndCode(String, String) - Methode in Schnittstelle de.dlr.proseo.model.dao.SpacecraftRepository
-
Get the spacecraft with the given mission and code
- findByMissionCode(String) - Methode in Schnittstelle de.dlr.proseo.model.dao.ProductClassRepository
-
Find all product classes for a given mission code
- findByMissionCode(String) - Methode in Schnittstelle de.dlr.proseo.model.dao.WorkflowRepository
-
Get all workflows for the given mission
- findByMissionCodeAndIdentifier(String, String) - Methode in Schnittstelle de.dlr.proseo.model.dao.ConfiguredProcessorRepository
-
Get the configured processor associated with the given mission code and identifier
- findByMissionCodeAndIdentifier(String, String) - Methode in Schnittstelle de.dlr.proseo.model.dao.OrderRepository
-
Get the processing order with the given mission code and identifier
- findByMissionCodeAndIdentifierAndLatestExecutionTime(String, String) - Methode in Schnittstelle de.dlr.proseo.model.dao.OrderRepository
-
Get the latest execution time of processing orders with the given mission code and identifier pattern
- findByMissionCodeAndName(String, String) - Methode in Schnittstelle de.dlr.proseo.model.dao.WorkflowRepository
-
Get all workflows within a mission with the given name
- findByMissionCodeAndNameAndVersion(String, String, String) - Methode in Schnittstelle de.dlr.proseo.model.dao.WorkflowRepository
-
Get the workflow with the given mission, name and version
- findByMissionCodeAndProcessorName(String, String) - Methode in Schnittstelle de.dlr.proseo.model.dao.ProcessorClassRepository
-
Get the processor class in the given mission with the given name
- findByMissionCodeAndProcessorNameAndConfigurationVersion(String, String, String) - Methode in Schnittstelle de.dlr.proseo.model.dao.ConfigurationRepository
-
Get the configuration with the given mission, class name and version
- findByMissionCodeAndProcessorNameAndProcessorVersion(String, String, String) - Methode in Schnittstelle de.dlr.proseo.model.dao.ProcessorRepository
-
Get the processor with the given mission, class name and version
- findByMissionCodeAndProductionTypeAndDateTimeBetween(long, String, Instant, Instant) - Methode in Schnittstelle de.dlr.proseo.model.dao.MonProductProductionDayRepository
-
Get a list of products
- findByMissionCodeAndProductionTypeAndDateTimeBetween(long, String, Instant, Instant) - Methode in Schnittstelle de.dlr.proseo.model.dao.MonProductProductionHourRepository
-
Get a list of products
- findByMissionCodeAndProductionTypeAndDateTimeBetween(long, String, Instant, Instant) - Methode in Schnittstelle de.dlr.proseo.model.dao.MonProductProductionMonthRepository
-
Get a list of products
- findByMissionCodeAndProductionTypeAndGeneratedAndGenerationTimeBetween(String, ProductionType, Instant, Instant) - Methode in Schnittstelle de.dlr.proseo.model.dao.ProductRepository
-
Get all products of a given mission and class with their publication times in the given time interval
- findByMissionCodeAndProductionTypeAndPublicatedAndPublicationTimeBetween(String, ProductionType, Instant, Instant) - Methode in Schnittstelle de.dlr.proseo.model.dao.ProductRepository
-
Get all products of a given mission and class with their publication times in the given time interval
- findByMissionCodeAndProductType(String, String) - Methode in Schnittstelle de.dlr.proseo.model.dao.ProductClassRepository
-
Find a product class by mission code and product type
- findByMissionCodeAndProductTypeAndOrbitNumberBetween(String, String, Integer, Integer) - Methode in Schnittstelle de.dlr.proseo.model.dao.ProductRepository
-
Get all products of a given mission and class with their orbit numbers in the given range
- findByMissionCodeAndProductTypeAndRequestedStartTimeBetween(String, String, Instant, Instant) - Methode in Schnittstelle de.dlr.proseo.model.dao.ProductRepository
-
Get all products of a given mission and class with their requested start times in the given time interval
- findByMissionCodeAndProductTypeAndRequestedStartTimeLessAndRequestedStopTimeGreater(String, String, Instant, Instant) - Methode in Schnittstelle de.dlr.proseo.model.dao.ProductRepository
-
Get all products of a given mission and class with their sensing start time before the end of a time interval and the sensing stop time after the beginning of that interval (including border values); this results in a check for intersection with the time interval, if latestSensingStartTime after earliestSensingStopTime, and a check for coverage of the time interval, if latestSensingStartTime before earliestSensingStopTime
- findByMissionCodeAndProductTypeAndSensingStartTimeBetween(String, String, Instant, Instant) - Methode in Schnittstelle de.dlr.proseo.model.dao.ProductRepository
-
Get all products of a given mission and class with their sensing start times in the given time interval
- findByMissionCodeAndProductTypeAndSensingStartTimeLessAndSensingStopTimeGreater(String, String, Instant, Instant) - Methode in Schnittstelle de.dlr.proseo.model.dao.ProductRepository
-
Get all products of a given mission and class with their sensing start time before the end of a time interval and the sensing stop time after the beginning of that interval (including border values); this results in a check for intersection with the time interval, if latestSensingStartTime after earliestSensingStopTime, and a check for coverage of the time interval, if latestSensingStartTime before earliestSensingStopTime
- findByMissionCodeAndSpacecraftCodeAndOrbitNumber(String, String, Integer) - Methode in Schnittstelle de.dlr.proseo.model.dao.OrbitRepository
-
Get the orbit with the given spacecraft and orbit number
- findByMissionCodeAndSpacecraftCodeAndOrbitNumberBetween(String, String, Integer, Integer) - Methode in Schnittstelle de.dlr.proseo.model.dao.OrbitRepository
-
Get all orbits for the given spacecraft and orbit number range
- findByMissionCodeAndSpacecraftCodeAndStartTimeBetween(String, String, Instant, Instant) - Methode in Schnittstelle de.dlr.proseo.model.dao.OrbitRepository
-
Get all orbits for a given spacecraft that start in the given time interval (inclusive)
- findByMissionCodeAndSpacecraftCodeAndTimeIntersect(String, String, Instant, Instant) - Methode in Schnittstelle de.dlr.proseo.model.dao.OrbitRepository
-
Get all orbits for a given spacecraft that start and stop time intersects the given time interval (inclusive)
- findByName(String) - Methode in Schnittstelle de.dlr.proseo.model.dao.FacilityRepository
-
Get the processing facility with the given name
- findByName(String) - Methode in Schnittstelle de.dlr.proseo.model.dao.MonOrderStateRepository
-
Get the mon service state with the given name
- findByName(String) - Methode in Schnittstelle de.dlr.proseo.model.dao.MonServiceStateRepository
-
Get the mon service state with the given name
- findByNameAndWorkflowName(String, String) - Methode in Schnittstelle de.dlr.proseo.model.dao.WorkflowOptionRepository
-
Get the workflow option with the given name and workflow name
- findByNameId(String) - Methode in Schnittstelle de.dlr.proseo.model.dao.MonExtServiceRepository
-
Get the mon service with the given name
- findByNameId(String) - Methode in Schnittstelle de.dlr.proseo.model.dao.MonServiceRepository
-
Get the mon service with the given name
- findByOrderState(OrderState) - Methode in Schnittstelle de.dlr.proseo.model.dao.OrderRepository
-
Get the processing order with the given order state
- findByOrderStateAndEvictionTimeLessThan(OrderState, Instant) - Methode in Schnittstelle de.dlr.proseo.model.dao.OrderRepository
-
Get all processing orders of state orderState and eviction time older (less) than evictionTime
- findByProcessingFacilityId(long) - Methode in Schnittstelle de.dlr.proseo.model.dao.ProductFileRepository
-
Get all product files for a given processing facility id
- findByProductClassAndConfiguredProcessorAndSensingStartTimeAndSensingStopTime(long, long, Instant, Instant) - Methode in Schnittstelle de.dlr.proseo.model.dao.ProductRepository
-
Get a list of products of a given product class, configured process and sensing times
- findByProductId(long) - Methode in Schnittstelle de.dlr.proseo.model.dao.ProductFileRepository
-
Get all product files for a given product id
- findByProductionTypeAndDatetime(long, String, Instant) - Methode in Schnittstelle de.dlr.proseo.model.dao.MonProductProductionDayRepository
-
Get a list of products
- findByProductionTypeAndDatetime(long, String, Instant) - Methode in Schnittstelle de.dlr.proseo.model.dao.MonProductProductionHourRepository
-
Get a list of products
- findByProductionTypeAndDatetime(long, String, Instant) - Methode in Schnittstelle de.dlr.proseo.model.dao.MonProductProductionMonthRepository
-
Get a list of products
- findByProductType(String) - Methode in Schnittstelle de.dlr.proseo.model.dao.ProductClassRepository
-
Find all product classes for a given product type (at most one per mission)
- findByUuid(UUID) - Methode in Schnittstelle de.dlr.proseo.model.dao.ConfiguredProcessorRepository
-
Get the configured processor associated with the given UUID
- findByUuid(UUID) - Methode in Schnittstelle de.dlr.proseo.model.dao.OrderRepository
-
Get the processing order with the given UUID
- findByUuid(UUID) - Methode in Schnittstelle de.dlr.proseo.model.dao.ProductRepository
-
Get the product with the given universally unique product identifier
- findByUuid(UUID) - Methode in Schnittstelle de.dlr.proseo.model.dao.WorkflowRepository
-
Get the workflow with the given UUID
- findDistinctJobStepStatesByOrderId(long) - Methode in Schnittstelle de.dlr.proseo.model.dao.JobStepRepository
- findIdsByOrderStateAndEvictionTimeLessThan(OrderState, Instant) - Methode in Schnittstelle de.dlr.proseo.model.dao.OrderRepository
-
Get the IDs of all processing orders of state orderState and eviction time older (less) than evictionTime
- findLastDatetime() - Methode in Schnittstelle de.dlr.proseo.model.dao.MonExtServiceStateOperationDayRepository
-
Get a latest datetime
- findLastDatetime() - Methode in Schnittstelle de.dlr.proseo.model.dao.MonExtServiceStateOperationMonthRepository
-
Get a latest datetime
- findLastDatetime() - Methode in Schnittstelle de.dlr.proseo.model.dao.MonProductProductionDayRepository
-
Get a list of products
- findLastDatetime() - Methode in Schnittstelle de.dlr.proseo.model.dao.MonProductProductionHourRepository
-
Get a list of products
- findLastDatetime() - Methode in Schnittstelle de.dlr.proseo.model.dao.MonProductProductionMonthRepository
-
Get a list of products
- findLastDatetime() - Methode in Schnittstelle de.dlr.proseo.model.dao.MonServiceStateOperationDayRepository
-
Get a latest datetime
- findLastDatetime() - Methode in Schnittstelle de.dlr.proseo.model.dao.MonServiceStateOperationMonthRepository
-
Get a latest datetime
- findUnsatisfiedByProductClass(long) - Methode in Schnittstelle de.dlr.proseo.model.dao.ProductQueryRepository
-
Get all unsatisfied product queries for a given product class
- fromProduct(Product) - Statische Methode in Klasse de.dlr.proseo.model.util.SelectionItem
-
Create a selection item wrapped around the given product
- fromSimpleSelectionRule(SimpleSelectionRule, JobStep, Map<String, String>, String, String) - Statische Methode in Klasse de.dlr.proseo.model.ProductQuery
-
Create a product query from a simple selection rule for a given job step
G
- generateFilename() - Methode in Klasse de.dlr.proseo.model.Product
-
Generates a product filename according to the file name template given for the enclosing mission
- generationTime - Variable in Klasse de.dlr.proseo.model.util.SelectionItem
-
The generation time of the item
- get(String) - Statische Methode in Enum-Klasse de.dlr.proseo.model.WorkflowOption.WorkflowOptionType
-
Reverse lookup of enums from their value
- getActualCompletionTime() - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Gets the date and time the order was actually completed
- getAllJobSteps() - Methode in Klasse de.dlr.proseo.model.MonOrderProgress
- getArchiveType() - Methode in Klasse de.dlr.proseo.model.ProductArchive
-
Gets the archive type
- getAuxFileNames() - Methode in Klasse de.dlr.proseo.model.ProductFile
-
Gets the set of auxiliary file names
- getAvailableProductClasses() - Methode in Klasse de.dlr.proseo.model.ProductArchive
-
Gets the list of product classes available from this archive
- getBaseUri() - Methode in Klasse de.dlr.proseo.model.ProductArchive
-
Gets the base URI for the archive endpoint
- getBooleanParameter(String) - Methode in Klasse de.dlr.proseo.model.Product
-
Get a named Boolean parameter
- getBooleanValue() - Methode in Klasse de.dlr.proseo.model.Parameter
-
Gets the parameter value as Boolean, if it has the appropriate type
- getBreakpointFileNames() - Methode in Klasse de.dlr.proseo.model.Task
-
Gets the breakpoint file names
- getChecksum() - Methode in Klasse de.dlr.proseo.model.ProductFile
-
Gets the MD5 checksum for the primary product file
- getChecksumTime() - Methode in Klasse de.dlr.proseo.model.ProductFile
-
Gets the computation time for the product file checksum
- getClassOutputParameterRepository() - Statische Methode in Klasse de.dlr.proseo.model.service.RepositoryService
-
Gets the repository for the ClassOutputParameter class
- getClassOutputParameters() - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Gets the class-specific output parameters
- getClassOutputParameters() - Methode in Klasse de.dlr.proseo.model.Workflow
-
Gets the class-specific output parameters
- getClientId() - Methode in Klasse de.dlr.proseo.model.ProductArchive
-
Gets the client ID for OpenID token requests
- getClientSecret() - Methode in Klasse de.dlr.proseo.model.ProductArchive
-
Gets the client secret for OpenID token requests
- getCode() - Methode in Klasse de.dlr.proseo.model.Mission
-
Gets the mission code
- getCode() - Methode in Klasse de.dlr.proseo.model.ProductArchive
-
Gets the archive short code
- getCode() - Methode in Klasse de.dlr.proseo.model.Spacecraft
-
Gets the spacecraft code
- getCompletedJobSteps() - Methode in Klasse de.dlr.proseo.model.MonOrderProgress
- getComponentClasses() - Methode in Klasse de.dlr.proseo.model.ProductClass
-
Gets the product classes of component products
- getComponentProducts() - Methode in Klasse de.dlr.proseo.model.Product
-
Gets the sub-products of this product
- getConfiguration() - Methode in Klasse de.dlr.proseo.model.ConfiguredProcessor
-
Gets the associated processor configuration
- getConfigurationFiles() - Methode in Klasse de.dlr.proseo.model.Configuration
-
Gets the configuration files
- getConfigurationRepository() - Statische Methode in Klasse de.dlr.proseo.model.service.RepositoryService
-
Gets the repository for the Configuration class
- getConfigurationVersion() - Methode in Klasse de.dlr.proseo.model.Configuration
-
Gets the configuration version
- getConfiguredProcessor() - Methode in Klasse de.dlr.proseo.model.Product
-
Gets the configured processor that generated this product
- getConfiguredProcessor() - Methode in Klasse de.dlr.proseo.model.Workflow
-
Gets the configured processor for this workflow
- getConfiguredProcessorRepository() - Statische Methode in Klasse de.dlr.proseo.model.service.RepositoryService
-
Gets the repository for the ConfiguredProcessor class
- getConfiguredProcessors() - Methode in Klasse de.dlr.proseo.model.Configuration
-
Gets the associated configured processors
- getConfiguredProcessors() - Methode in Klasse de.dlr.proseo.model.Processor
-
Gets the associated processor configurations
- getConfiguredProcessors() - Methode in Klasse de.dlr.proseo.model.SimpleSelectionRule
-
Gets the applicable processor configurations
- getContext() - Methode in Klasse de.dlr.proseo.model.ProductArchive
-
Gets the URI context for the archive endpoint
- getCount() - Methode in Klasse de.dlr.proseo.model.MonProductProduction
- getCriticalityLevel() - Methode in Klasse de.dlr.proseo.model.Task
-
Gets the criticality level
- getDatetime() - Methode in Klasse de.dlr.proseo.model.MonExtServiceStateOperation
- getDatetime() - Methode in Klasse de.dlr.proseo.model.MonExtServiceStateOperationDay
- getDatetime() - Methode in Klasse de.dlr.proseo.model.MonExtServiceStateOperationMonth
- getDatetime() - Methode in Klasse de.dlr.proseo.model.MonOrderProgress
- getDatetime() - Methode in Klasse de.dlr.proseo.model.MonProductProduction
- getDatetime() - Methode in Klasse de.dlr.proseo.model.MonServiceStateOperation
- getDatetime() - Methode in Klasse de.dlr.proseo.model.MonServiceStateOperationDay
- getDatetime() - Methode in Klasse de.dlr.proseo.model.MonServiceStateOperationMonth
- getDateTime() - Methode in Klasse de.dlr.proseo.model.DownloadHistory
-
Gets the timestamp of the download
- getDefaultSliceDuration() - Methode in Klasse de.dlr.proseo.model.ProductClass
-
Gets the default slice duration (if the default slicing type is TIME_SLICE)
- getDefaultSlicingType() - Methode in Klasse de.dlr.proseo.model.ProductClass
-
Gets the default slicing type to apply in orders
- getDefaultStorageType() - Methode in Klasse de.dlr.proseo.model.ProcessingFacility
-
Gets the default storage type of the facility
- getDefaultValue() - Methode in Klasse de.dlr.proseo.model.WorkflowOption
-
Gets the default value for the option
- getDeltaTimes() - Methode in Klasse de.dlr.proseo.model.SimplePolicy
-
Gets the delta times
- getDeltaTimeT0() - Methode in Klasse de.dlr.proseo.model.SimplePolicy
-
Gets the delta time to apply to the beginning of the interval (T0)
- getDeltaTimeT1() - Methode in Klasse de.dlr.proseo.model.SimplePolicy
-
Gets the delta time to apply to the end of the interval (T1)
- getDescription() - Methode in Klasse de.dlr.proseo.model.Payload
-
Gets the payload description
- getDescription() - Methode in Klasse de.dlr.proseo.model.ProcessingFacility
-
Gets the description of the processing facility
- getDescription() - Methode in Klasse de.dlr.proseo.model.ProductClass
-
Gets the product class description
- getDescription() - Methode in Klasse de.dlr.proseo.model.Workflow
-
Gets the workflow description
- getDescription() - Methode in Klasse de.dlr.proseo.model.WorkflowOption
-
Gets the option description
- getDockerImage() - Methode in Klasse de.dlr.proseo.model.Processor
-
Gets the docker image name and tag
- getDockerRunParameters() - Methode in Klasse de.dlr.proseo.model.Configuration
-
Gets the configuration-specific "docker run" parameters
- getDockerRunParameters() - Methode in Klasse de.dlr.proseo.model.Processor
-
Gets the run parameters for the docker image
- getDoubleParameter(String) - Methode in Klasse de.dlr.proseo.model.Product
-
Get a named Double parameter
- getDoubleValue() - Methode in Klasse de.dlr.proseo.model.Parameter
-
Gets the parameter value as Double, if it has the appropriate type
- getDownloadHistory() - Methode in Klasse de.dlr.proseo.model.Product
-
Gets the product download history
- getDynamicProcessingParameters() - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Gets the dynamic processing parameters to be set for the Job Orders in this order
- getDynProcParameters() - Methode in Klasse de.dlr.proseo.model.Configuration
-
Gets the dynamic processing parameters
- getEnabled() - Methode in Klasse de.dlr.proseo.model.ConfiguredProcessor
-
Gets the enabled status
- getEnabled() - Methode in Klasse de.dlr.proseo.model.Workflow
-
Gets the status of the "enabled" flag
- getEnclosingClass() - Methode in Klasse de.dlr.proseo.model.ProductClass
-
Gets the product classes of an enclosing product
- getEnclosingProduct() - Methode in Klasse de.dlr.proseo.model.Product
-
Gets the enclosing product of this product
- getEstimatedCompletionTime() - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Gets the date and time the order is expected to be completed
- getEvictionTime() - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Gets the order eviction time (if any)
- getEvictionTime() - Methode in Klasse de.dlr.proseo.model.Product
-
Gets the product eviction time
- getExecutionTime() - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Gets the scheduled execution time (if any)
- getExternalStorageManagerUrl() - Methode in Klasse de.dlr.proseo.model.ProcessingFacility
-
Gets the URL of the facility's storage manager for external clients
- getFacilityRepository() - Statische Methode in Klasse de.dlr.proseo.model.service.RepositoryService
-
Gets the repository for the Facility class
- getFacilityState() - Methode in Klasse de.dlr.proseo.model.ProcessingFacility
-
Gets the run state of the processing facility
- getFailedJobSteps() - Methode in Klasse de.dlr.proseo.model.MonOrderProgress
- getFileClass() - Methode in Klasse de.dlr.proseo.model.Product
-
Gets the product file class
- getFileClasses() - Methode in Klasse de.dlr.proseo.model.Mission
-
Gets the allowed file classes
- getFileName() - Methode in Klasse de.dlr.proseo.model.ConfigurationFile
-
Gets the configuration file path
- getFileNames() - Methode in Klasse de.dlr.proseo.model.ConfigurationInputFile
-
Gets the input file names
- getFileNameType() - Methode in Klasse de.dlr.proseo.model.ConfigurationInputFile
-
Gets the input file name type
- getFilePath() - Methode in Klasse de.dlr.proseo.model.ProductFile
-
Gets the file path for data file and auxiliary files
- getFileSize() - Methode in Klasse de.dlr.proseo.model.MonProductProduction
- getFileSize() - Methode in Klasse de.dlr.proseo.model.ProductFile
-
Gets the size in bytes of the primary product file
- getFileType() - Methode in Klasse de.dlr.proseo.model.ConfigurationInputFile
-
Gets the input file type
- getFileVersion() - Methode in Klasse de.dlr.proseo.model.ConfigurationFile
-
Gets the configuration file version
- getFilterConditions() - Methode in Klasse de.dlr.proseo.model.InputFilter
-
Gets the filter conditions
- getFilterConditions() - Methode in Klasse de.dlr.proseo.model.ProductQuery
-
Gets the additional filtering conditions
- getFilterConditions() - Methode in Klasse de.dlr.proseo.model.SimpleSelectionRule
-
Gets the additional filtering conditions
- getFilteredSourceProductType() - Methode in Klasse de.dlr.proseo.model.SimpleSelectionRule
-
Gets the source product type with filter conditions
- getFinishedJobSteps() - Methode in Klasse de.dlr.proseo.model.MonOrderProgress
- getGeneratingRule() - Methode in Klasse de.dlr.proseo.model.ProductQuery
-
Gets the selection rule that generated this product query
- getGenerationTime() - Methode in Klasse de.dlr.proseo.model.Product
-
Gets the product generation time
- getHasFailedJobSteps() - Methode in Klasse de.dlr.proseo.model.Job
-
Checks whether the job has failed steps
- getHasFailedJobSteps() - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Checks whether the order has failed job steps
- getId() - Methode in Klasse de.dlr.proseo.model.PersistentObject
-
Gets the id of the persistent object
- getIdentifier() - Methode in Klasse de.dlr.proseo.model.ConfiguredProcessor
-
Gets the identifier of the configured processor
- getIdentifier() - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Gets the user-defined identifier
- getInDownload() - Methode in Klasse de.dlr.proseo.model.ProductQuery
- getInputFileName() - Methode in Klasse de.dlr.proseo.model.InputProductReference
-
Gets the input file name
- getInputFilterRepository() - Statische Methode in Klasse de.dlr.proseo.model.service.RepositoryService
-
Gets the repository for the InputFilter class
- getInputFilters() - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Gets the input filters
- getInputFilters() - Methode in Klasse de.dlr.proseo.model.Workflow
-
Gets the input filters
- getInputProductClass() - Methode in Klasse de.dlr.proseo.model.Workflow
-
Gets the input product class
- getInputProductClasses() - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Gets the input product classes provided to the order
- getInputProductQueries() - Methode in Klasse de.dlr.proseo.model.JobStep
-
Gets the product queries for the input products
- getInputProductReference() - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
- getInstantParameter(String) - Methode in Klasse de.dlr.proseo.model.Product
-
Get a named Instant parameter
- getInstantValue() - Methode in Klasse de.dlr.proseo.model.Parameter
-
Gets the parameter value as Instant, if it has the appropriate type
- getIntegerParameter(String) - Methode in Klasse de.dlr.proseo.model.Product
-
Get a named Integer parameter
- getIntegerValue() - Methode in Klasse de.dlr.proseo.model.Parameter
-
Gets the parameter value as Integer, if it has the appropriate type
- getIsCritical() - Methode in Klasse de.dlr.proseo.model.Task
-
Checks whether this task is critical
- getIsFailed() - Methode in Klasse de.dlr.proseo.model.JobStep
- getIsMandatory() - Methode in Klasse de.dlr.proseo.model.SimpleSelectionRule
-
Check whether the selected product is mandatory
- getIsSatisfied() - Methode in Klasse de.dlr.proseo.model.ProductQuery
-
Check whether this product query is satisfied
- getIsTest() - Methode in Klasse de.dlr.proseo.model.Processor
-
Checks whether this processor version is a test/evaluation version
- getJob() - Methode in Klasse de.dlr.proseo.model.JobStep
-
Gets the enclosing job
- getJobOrderFilename() - Methode in Klasse de.dlr.proseo.model.JobStep
-
Gets the Job Order filename
- getJobOrderVersion() - Methode in Klasse de.dlr.proseo.model.Processor
-
Gets the Job Order file specification version
- getJobRepository() - Statische Methode in Klasse de.dlr.proseo.model.service.RepositoryService
-
Gets the repository for the Job class
- getJobs() - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Gets the processing jobs
- getJobState() - Methode in Klasse de.dlr.proseo.model.Job
-
Gets the processing state of the job
- getJobStep() - Methode in Klasse de.dlr.proseo.model.Product
-
Gets the job step that created this product
- getJobStep() - Methode in Klasse de.dlr.proseo.model.ProductQuery
-
Gets the job step issuing the query
- getJobStepRepository() - Statische Methode in Klasse de.dlr.proseo.model.service.RepositoryService
-
Gets the repository for the JobStep class
- getJobSteps() - Methode in Klasse de.dlr.proseo.model.Job
-
Gets the job steps
- getJobStepState() - Methode in Klasse de.dlr.proseo.model.JobStep
-
Gets the state of the job step
- getJpqlQueryCondition() - Methode in Klasse de.dlr.proseo.model.ProductQuery
-
Gets the JPQL query condition
- getLocalStorageManagerUrl() - Methode in Klasse de.dlr.proseo.model.ProcessingFacility
-
Gets the URL of the facility's storage manager for local worker nodes
- getMaxJobsPerNode() - Methode in Klasse de.dlr.proseo.model.ProcessingFacility
-
Gets the maximum number of jobs schedulable per worker node
- getMaxTime() - Methode in Klasse de.dlr.proseo.model.Processor
-
Gets the maximum execution time in seconds
- getMinDiskSpace() - Methode in Klasse de.dlr.proseo.model.Processor
-
Gets the minimum required disk space in MB
- getMinimumCoverage() - Methode in Klasse de.dlr.proseo.model.ProductQuery
-
Veraltet.
- getMinimumCoverage() - Methode in Klasse de.dlr.proseo.model.SimpleSelectionRule
-
Gets the minimum percentage of coverage of the desired validity period
- getMinMemory() - Methode in Klasse de.dlr.proseo.model.Task
-
Gets the minimum required memory in GiB
- getMission() - Methode in Klasse de.dlr.proseo.model.MonProductProduction
- getMission() - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Gets the owning mission
- getMission() - Methode in Klasse de.dlr.proseo.model.ProcessorClass
-
Gets the mission this processor class belongs to
- getMission() - Methode in Klasse de.dlr.proseo.model.ProductClass
-
Gets the mission this product class belongs to
- getMission() - Methode in Klasse de.dlr.proseo.model.service.SecurityService
-
Gets the code of the logged in mission
- getMission() - Methode in Klasse de.dlr.proseo.model.Spacecraft
-
Gets the mission of this spacecraft
- getMission() - Methode in Klasse de.dlr.proseo.model.Workflow
-
Gets the mission this workflow belongs to
- getMissionRepository() - Statische Methode in Klasse de.dlr.proseo.model.service.RepositoryService
-
Gets the repository for the Mission class
- getMode() - Methode in Klasse de.dlr.proseo.model.Configuration
-
Gets the processing mode
- getMode() - Methode in Klasse de.dlr.proseo.model.Product
-
Gets the processing mode
- getMode() - Methode in Klasse de.dlr.proseo.model.SimpleSelectionRule
-
Gets the applicable processing mode
- getMonExtService() - Methode in Klasse de.dlr.proseo.model.MonExtServiceStateOperation
- getMonExtServiceId() - Methode in Klasse de.dlr.proseo.model.MonExtServiceStateOperationDay
- getMonExtServiceId() - Methode in Klasse de.dlr.proseo.model.MonExtServiceStateOperationMonth
- getMonExtServiceRepository() - Statische Methode in Klasse de.dlr.proseo.model.service.RepositoryService
-
Gets the repository for the MonService class
- getMonExtServiceStateOperationDayRepository() - Statische Methode in Klasse de.dlr.proseo.model.service.RepositoryService
- getMonExtServiceStateOperationMonthRepository() - Statische Methode in Klasse de.dlr.proseo.model.service.RepositoryService
- getMonExtServiceStateOperationRepository() - Statische Methode in Klasse de.dlr.proseo.model.service.RepositoryService
-
Gets the repository for the MonServiceStateOperation class
- getMonOrderProgress() - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Gets the order progress monitoring data
- getMonOrderState() - Methode in Klasse de.dlr.proseo.model.MonOrderProgress
- getMonOrderStateRepository() - Statische Methode in Klasse de.dlr.proseo.model.service.RepositoryService
-
Gets the repository for the MonOrderStateOperation class
- getMonProductProductionDayRepository() - Statische Methode in Klasse de.dlr.proseo.model.service.RepositoryService
- getMonProductProductionHourRepository() - Statische Methode in Klasse de.dlr.proseo.model.service.RepositoryService
- getMonProductProductionMonthRepository() - Statische Methode in Klasse de.dlr.proseo.model.service.RepositoryService
- getMonService() - Methode in Klasse de.dlr.proseo.model.MonServiceStateOperation
- getMonServiceId() - Methode in Klasse de.dlr.proseo.model.MonServiceStateOperationDay
- getMonServiceId() - Methode in Klasse de.dlr.proseo.model.MonServiceStateOperationMonth
- getMonServiceRepository() - Statische Methode in Klasse de.dlr.proseo.model.service.RepositoryService
-
Gets the repository for the MonService class
- getMonServiceState() - Methode in Klasse de.dlr.proseo.model.MonExtServiceStateOperation
- getMonServiceState() - Methode in Klasse de.dlr.proseo.model.MonServiceStateOperation
- getMonServiceStateOperationDayRepository() - Statische Methode in Klasse de.dlr.proseo.model.service.RepositoryService
- getMonServiceStateOperationMonthRepository() - Statische Methode in Klasse de.dlr.proseo.model.service.RepositoryService
- getMonServiceStateOperationRepository() - Statische Methode in Klasse de.dlr.proseo.model.service.RepositoryService
-
Gets the repository for the MonServiceStateOperation class
- getMonServiceStateRepository() - Statische Methode in Klasse de.dlr.proseo.model.service.RepositoryService
-
Gets the repository for the MonServiceStates class
- getName() - Methode in Klasse de.dlr.proseo.model.Mission
-
Gets the mission name
- getName() - Methode in Klasse de.dlr.proseo.model.MonExtService
- getName() - Methode in Klasse de.dlr.proseo.model.MonOrderState
- getName() - Methode in Klasse de.dlr.proseo.model.MonService
- getName() - Methode in Klasse de.dlr.proseo.model.MonServiceState
- getName() - Methode in Klasse de.dlr.proseo.model.Payload
-
Gets the payload name
- getName() - Methode in Klasse de.dlr.proseo.model.ProcessingFacility
-
Gets the name of the processing facility
- getName() - Methode in Klasse de.dlr.proseo.model.ProductArchive
-
Gets the descriptive name for the archive
- getName() - Methode in Klasse de.dlr.proseo.model.Spacecraft
-
Gets the spacecraft name
- getName() - Methode in Klasse de.dlr.proseo.model.Workflow
-
Gets the workflow name
- getName() - Methode in Klasse de.dlr.proseo.model.WorkflowOption
-
Gets the option name
- getNameId() - Methode in Klasse de.dlr.proseo.model.MonExtService
- getNameId() - Methode in Klasse de.dlr.proseo.model.MonService
- getNotificationEndpoint() - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
- getNumberOfCpus() - Methode in Klasse de.dlr.proseo.model.Task
-
Gets the suggested number of CPUs
- getOrbit() - Methode in Klasse de.dlr.proseo.model.Job
-
Gets the related orbit (if any)
- getOrbit() - Methode in Klasse de.dlr.proseo.model.Product
-
Gets the orbit for this product
- getOrbitNumber() - Methode in Klasse de.dlr.proseo.model.Orbit
-
Gets the orbit number
- getOrbitRepository() - Statische Methode in Klasse de.dlr.proseo.model.service.RepositoryService
-
Gets the repository for the Orbit class
- getOrbits() - Methode in Klasse de.dlr.proseo.model.Spacecraft
-
Get the orbits of the spacecraft
- getOrderRepository() - Statische Methode in Klasse de.dlr.proseo.model.service.RepositoryService
-
Gets the repository for the ProcessingOrder class
- getOrderRetentionPeriod() - Methode in Klasse de.dlr.proseo.model.Mission
-
Gets the default order retention period
- getOrderSource() - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Gets the source application for the order
- getOrderState() - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Gets the state of the processing order
- getOutputFileClass() - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Gets the file class of the output products
- getOutputFileClass() - Methode in Klasse de.dlr.proseo.model.Workflow
-
Gets the output file class
- getOutputParameters() - Methode in Klasse de.dlr.proseo.model.ClassOutputParameter
- getOutputParameters() - Methode in Klasse de.dlr.proseo.model.JobStep
-
Gets the output parameters
- getOutputParameters() - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Gets the output parameters
- getOutputParameters() - Methode in Klasse de.dlr.proseo.model.Workflow
-
Gets the output parameters
- getOutputParameters(ProductClass) - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Gets the output parameters for a specific product class (class-specific, if available, general otherwise)
- getOutputProduct() - Methode in Klasse de.dlr.proseo.model.JobStep
-
Gets the output product
- getOutputProductClass() - Methode in Klasse de.dlr.proseo.model.Workflow
-
Gets the output product class
- getParameters() - Methode in Klasse de.dlr.proseo.model.Product
-
Gets the product parameters
- getParameterType() - Methode in Klasse de.dlr.proseo.model.Parameter
-
Gets the type of the parameter
- getParameterValue() - Methode in Klasse de.dlr.proseo.model.Parameter
-
Gets the value of the parameter
- getPassword() - Methode in Klasse de.dlr.proseo.model.NotificationEndpoint
-
Gets the password (as stored, i. e. encrypted, if it was stored encrypted, clear text otherwise)
- getPassword() - Methode in Klasse de.dlr.proseo.model.ProductArchive
-
Gets the password for Basic Authentication
- getPayloads() - Methode in Klasse de.dlr.proseo.model.Spacecraft
-
Gets the list of payloads
- getPolicyType() - Methode in Klasse de.dlr.proseo.model.SimplePolicy
-
Gets the policy type
- getPriority() - Methode in Klasse de.dlr.proseo.model.Job
-
Gets the processing priority
- getPriority() - Methode in Klasse de.dlr.proseo.model.JobStep
-
Gets the processing priority
- getPriority() - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Gets the priority value for scheduling
- getProcessingCentre() - Methode in Klasse de.dlr.proseo.model.Mission
-
Gets the processing centre
- getProcessingCompletionTime() - Methode in Klasse de.dlr.proseo.model.JobStep
-
Gets the completion time of the processing job
- getProcessingEngineToken() - Methode in Klasse de.dlr.proseo.model.ProcessingFacility
-
Gets the authentication token for the processing engine
- getProcessingEngineUrl() - Methode in Klasse de.dlr.proseo.model.ProcessingFacility
-
Gets the URL of the facility's processing engine (Kubernetes instance)
- getProcessingFacility() - Methode in Klasse de.dlr.proseo.model.Job
-
Gets the processing facility for this job
- getProcessingFacility() - Methode in Klasse de.dlr.proseo.model.ProductFile
-
Gets the associated processing facility
- getProcessingLevel() - Methode in Klasse de.dlr.proseo.model.ProductClass
-
Gets the processing level
- getProcessingMode() - Methode in Klasse de.dlr.proseo.model.JobStep
-
Gets the processing mode to run the processor in
- getProcessingMode() - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Gets the processing mode for the processors
- getProcessingMode() - Methode in Klasse de.dlr.proseo.model.Workflow
-
Gets the processing mode
- getProcessingModes() - Methode in Klasse de.dlr.proseo.model.Mission
-
Gets the processing mode tags defined for the mission
- getProcessingOrder() - Methode in Klasse de.dlr.proseo.model.Job
-
Gets the order this job belongs to
- getProcessingOrders() - Methode in Klasse de.dlr.proseo.model.Mission
-
Gets the processing orders issued for this mission
- getProcessingStartTime() - Methode in Klasse de.dlr.proseo.model.JobStep
-
Gets the start time of the processing job
- getProcessingStdErr() - Methode in Klasse de.dlr.proseo.model.JobStep
-
Gets the standard error output of the processing job
- getProcessingStdOut() - Methode in Klasse de.dlr.proseo.model.JobStep
-
Gets the standard output of the processing job
- getProcessor() - Methode in Klasse de.dlr.proseo.model.ConfiguredProcessor
-
Gets the associated versioned processor
- getProcessor() - Methode in Klasse de.dlr.proseo.model.Task
-
Gets the processor this task belongs to
- getProcessorClass() - Methode in Klasse de.dlr.proseo.model.Configuration
-
Gets the associated processor class
- getProcessorClass() - Methode in Klasse de.dlr.proseo.model.Processor
-
Gets the processor class
- getProcessorClass() - Methode in Klasse de.dlr.proseo.model.ProductClass
-
Gets the processor class capable of generating products of this class
- getProcessorClasses() - Methode in Klasse de.dlr.proseo.model.Mission
-
Gets the processor classes defined for this mission
- getProcessorClassRepository() - Statische Methode in Klasse de.dlr.proseo.model.service.RepositoryService
-
Gets the repository for the ProcessorClass class
- getProcessorName() - Methode in Klasse de.dlr.proseo.model.ProcessorClass
-
Gets the processor (class) name
- getProcessorRepository() - Statische Methode in Klasse de.dlr.proseo.model.service.RepositoryService
-
Gets the repository for the Processor class
- getProcessors() - Methode in Klasse de.dlr.proseo.model.ProcessorClass
-
Gets the processor versions for this class
- getProcessorVersion() - Methode in Klasse de.dlr.proseo.model.Processor
-
Gets the processor version
- getProduct() - Methode in Klasse de.dlr.proseo.model.ProductFile
-
Gets the associated product
- getProductArchiveRepository() - Statische Methode in Klasse de.dlr.proseo.model.service.RepositoryService
-
Gets the repository for the ProductArchive class
- getProductClass() - Methode in Klasse de.dlr.proseo.model.Product
-
Gets the product class
- getProductClasses() - Methode in Klasse de.dlr.proseo.model.Mission
-
Gets the product classes defined for this mission
- getProductClasses() - Methode in Klasse de.dlr.proseo.model.ProcessorClass
-
Gets the product classes processors of this class can generate
- getProductClassRepository() - Statische Methode in Klasse de.dlr.proseo.model.service.RepositoryService
-
Gets the repository for the ProductClass class
- getProductColumnMapping() - Methode in Klasse de.dlr.proseo.model.service.ProductQueryService
-
Provides a mapping of Product attributes to SQL column names
- getProductFile() - Methode in Klasse de.dlr.proseo.model.DownloadHistory
-
Gets the product file, which was downloaded
- getProductFile() - Methode in Klasse de.dlr.proseo.model.Product
-
Gets the set of product files (at most one per existing processing facility)
- getProductFileName() - Methode in Klasse de.dlr.proseo.model.DownloadHistory
-
Gets the file name of the download product
- getProductFileName() - Methode in Klasse de.dlr.proseo.model.ProductFile
-
Gets the name of the data file
- getProductFileRepository() - Statische Methode in Klasse de.dlr.proseo.model.service.RepositoryService
-
Gets the repository for the ProductFile class
- getProductFileSize() - Methode in Klasse de.dlr.proseo.model.DownloadHistory
-
Gets the download product file size in bytes
- getProductFileTemplate() - Methode in Klasse de.dlr.proseo.model.Mission
-
Gets the product filename template
- getProductFileTemplate() - Methode in Klasse de.dlr.proseo.model.ProductClass
-
Gets the template for product file naming for this product class (if no template is set, returns the template of the associated mission)
- getProductionLatencyAvg() - Methode in Klasse de.dlr.proseo.model.MonProductProduction
- getProductionLatencyMax() - Methode in Klasse de.dlr.proseo.model.MonProductProduction
- getProductionLatencyMin() - Methode in Klasse de.dlr.proseo.model.MonProductProduction
- getProductionType() - Methode in Klasse de.dlr.proseo.model.MonProductProduction
- getProductionType() - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Gets the production type context
- getProductionType() - Methode in Klasse de.dlr.proseo.model.Product
-
Gets the production type of the product
- getProductQuality() - Methode in Klasse de.dlr.proseo.model.Configuration
-
Gets the product quality expected with this configuration
- getProductQuality() - Methode in Klasse de.dlr.proseo.model.Product
-
Gets the product quality indicator
- getProductQueryRepository() - Statische Methode in Klasse de.dlr.proseo.model.service.RepositoryService
-
Gets the repository for the ProductQuery class
- getProductRepository() - Statische Methode in Klasse de.dlr.proseo.model.service.RepositoryService
-
Gets the repository for the Product class
- getProductRetentionPeriod() - Methode in Klasse de.dlr.proseo.model.Mission
-
Gets the default product retention period
- getProductRetentionPeriod() - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Gets the retention period for products generated by this processing order
- getProductType() - Methode in Klasse de.dlr.proseo.model.ProductClass
-
Gets the prosEO-internal product type (product class identifier)
- getPublicationTime() - Methode in Klasse de.dlr.proseo.model.Product
-
Gets the product publication (= ingestion) time
- getRawDataAvailabilityTime() - Methode in Klasse de.dlr.proseo.model.Product
-
Gets the time of the availability of the satellite raw data
- getReleaseTime() - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Gets the date and time the order was released for processing
- getRequestedConfiguredProcessors() - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Gets the requested configured processors
- getRequestedOrbits() - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Gets the requested orbits
- getRequestedProductClass() - Methode in Klasse de.dlr.proseo.model.ProductQuery
-
Gets the requested product class
- getRequestedProductClasses() - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Gets the requested product classes
- getRequestedStartTime() - Methode in Klasse de.dlr.proseo.model.Product
-
Gets the requested start time
- getRequestedStopTime() - Methode in Klasse de.dlr.proseo.model.Product
-
Gets the requested stop time
- getRequiredSelectionRules() - Methode in Klasse de.dlr.proseo.model.ProductClass
-
Gets the set of required selection rules
- getRunningJobSteps() - Methode in Klasse de.dlr.proseo.model.MonOrderProgress
- getSatisfiedProductQueries() - Methode in Klasse de.dlr.proseo.model.Product
-
Gets the set of satisfied product queries
- getSatisfyingProducts() - Methode in Klasse de.dlr.proseo.model.ProductQuery
-
Get the products satisfying this query
- getSendAuthInBody() - Methode in Klasse de.dlr.proseo.model.ProductArchive
-
Indicates whether credentials for OpenID-based token requests shall be sent in request body
- getSensingStartTime() - Methode in Klasse de.dlr.proseo.model.InputProductReference
-
Gets the sensing start time of the input product
- getSensingStartTime() - Methode in Klasse de.dlr.proseo.model.Product
-
Gets the sensing start time
- getSensingStopTime() - Methode in Klasse de.dlr.proseo.model.InputProductReference
-
Gets the sensing stop time of the input product
- getSensingStopTime() - Methode in Klasse de.dlr.proseo.model.Product
-
Gets the sensing stop time
- getSensingTimeFlag() - Methode in Klasse de.dlr.proseo.model.Processor
-
Checks whether this processor is executed on time intervals
- getSimplePolicies() - Methode in Klasse de.dlr.proseo.model.SimpleSelectionRule
-
Gets the simple selection policies
- getSimpleRules() - Methode in Klasse de.dlr.proseo.model.util.SelectionRule
-
Gets all simple selection rules contained in the selection rule
- getSliceDuration() - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Gets the duration for a single slice
- getSliceDuration() - Methode in Klasse de.dlr.proseo.model.Workflow
-
Gets the slice duration for sliced orders
- getSliceOverlap() - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Gets the overlap time between slices
- getSliceOverlap() - Methode in Klasse de.dlr.proseo.model.Workflow
-
Gets the overlap between adjacent slices
- getSlicingType() - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Gets the method for partitioning the orbit time interval
- getSlicingType() - Methode in Klasse de.dlr.proseo.model.Workflow
-
Gets the order slicing type
- getSourceProductClass() - Methode in Klasse de.dlr.proseo.model.SimpleSelectionRule
-
Gets the source product classes (the input products selected by this rule)
- getSpacecraft() - Methode in Klasse de.dlr.proseo.model.Orbit
-
Gets the related spacecraft
- getSpacecraftRepository() - Statische Methode in Klasse de.dlr.proseo.model.service.RepositoryService
-
Gets the repository for the Spacecraft class
- getSpacecrafts() - Methode in Klasse de.dlr.proseo.model.Mission
-
Gets the set of spacecrafts
- getSqlQueryCondition() - Methode in Klasse de.dlr.proseo.model.ProductQuery
-
Gets the SQL query condition
- getStartTime() - Methode in Klasse de.dlr.proseo.model.Job
-
Gets the start time of the processing time interval
- getStartTime() - Methode in Klasse de.dlr.proseo.model.Orbit
-
Gets the orbit start time
- getStartTime() - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Gets the (earliest) start time of the processing time interval
- getStateMessage() - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Gets a message explaining the latest state change
- getStaticInputFiles() - Methode in Klasse de.dlr.proseo.model.Configuration
-
Gets the static input files
- getStderrLogLevel() - Methode in Klasse de.dlr.proseo.model.JobStep
- getStdoutLogLevel() - Methode in Klasse de.dlr.proseo.model.JobStep
- getStopTime() - Methode in Klasse de.dlr.proseo.model.Job
-
Gets the end time of the processing time interval
- getStopTime() - Methode in Klasse de.dlr.proseo.model.Orbit
-
Gets the orbit stop time
- getStopTime() - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Gets the (latest) stop time of the processing time interval
- getStorageManagerPassword() - Methode in Klasse de.dlr.proseo.model.ProcessingFacility
- getStorageManagerUrl() - Methode in Klasse de.dlr.proseo.model.ProcessingFacility
-
Gets the URL of the facility's storage manager
- getStorageManagerUser() - Methode in Klasse de.dlr.proseo.model.ProcessingFacility
- getStorageType() - Methode in Klasse de.dlr.proseo.model.ProductFile
-
Gets the type of storage used at the processing facility
- getStringParameter(String) - Methode in Klasse de.dlr.proseo.model.Product
-
Get a named String parameter
- getStringValue() - Methode in Klasse de.dlr.proseo.model.Parameter
-
Gets the parameter value as String
- getSubmissionTime() - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Gets the date and time the order was received
- getSupportedSelectionRules() - Methode in Klasse de.dlr.proseo.model.ProductClass
-
Gets the set of supported selection rules
- getTargetProductClass() - Methode in Klasse de.dlr.proseo.model.SimpleSelectionRule
-
Gets the target product class (the one for which input products are selected by this rule)
- getTaskName() - Methode in Klasse de.dlr.proseo.model.Task
-
Gets the task name
- getTaskRepository() - Statische Methode in Klasse de.dlr.proseo.model.service.RepositoryService
-
Gets the repository for the Task class
- getTasks() - Methode in Klasse de.dlr.proseo.model.Processor
-
Gets the task list
- getTaskVersion() - Methode in Klasse de.dlr.proseo.model.Task
-
Gets the task version
- getTokenRequired() - Methode in Klasse de.dlr.proseo.model.ProductArchive
-
Indicates whether token-based authentication shall be used
- getTokenUri() - Methode in Klasse de.dlr.proseo.model.ProductArchive
-
Gets the URI for the token request endpoint
- getTotalLatencyAvg() - Methode in Klasse de.dlr.proseo.model.MonProductProduction
- getTotalLatencyMax() - Methode in Klasse de.dlr.proseo.model.MonProductProduction
- getTotalLatencyMin() - Methode in Klasse de.dlr.proseo.model.MonProductProduction
- getType() - Methode in Klasse de.dlr.proseo.model.WorkflowOption
-
Gets the option type
- getUpTime() - Methode in Klasse de.dlr.proseo.model.MonExtServiceStateOperationDay
- getUpTime() - Methode in Klasse de.dlr.proseo.model.MonExtServiceStateOperationMonth
- getUpTime() - Methode in Klasse de.dlr.proseo.model.MonServiceStateOperationDay
- getUpTime() - Methode in Klasse de.dlr.proseo.model.MonServiceStateOperationMonth
- getUri() - Methode in Klasse de.dlr.proseo.model.NotificationEndpoint
-
Gets the notification endpoint URI
- getUseInputFileTimeIntervals() - Methode in Klasse de.dlr.proseo.model.Processor
-
Gets the indicator for generation of input file time intervals
- getUser() - Methode in Klasse de.dlr.proseo.model.service.SecurityService
-
Gets the name of the logged in user
- getUsername() - Methode in Klasse de.dlr.proseo.model.DownloadHistory
-
Gets the user initiating the download
- getUsername() - Methode in Klasse de.dlr.proseo.model.NotificationEndpoint
-
Gets the username
- getUsername() - Methode in Klasse de.dlr.proseo.model.ProductArchive
-
Gets the user name for Basic Authentication
- getUuid() - Methode in Klasse de.dlr.proseo.model.ConfiguredProcessor
-
Gets the universally unique identifier (UUID) of this processor configuration
- getUuid() - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Gets the universally unique identifier (UUID)
- getUuid() - Methode in Klasse de.dlr.proseo.model.Product
-
Gets the universally unique product identifier
- getUuid() - Methode in Klasse de.dlr.proseo.model.Workflow
-
Gets the workflow UUID
- getValue() - Methode in Enum-Klasse de.dlr.proseo.model.WorkflowOption.WorkflowOptionType
-
Returns the string value associated with this enum
- getValueRange() - Methode in Klasse de.dlr.proseo.model.WorkflowOption
-
Gets the available option values
- getVersion() - Methode in Klasse de.dlr.proseo.model.PersistentObject
-
Gets the version of the persistent object
- getVisibility() - Methode in Klasse de.dlr.proseo.model.ProductClass
-
Gets the product visibility to external users
- getWorkflow() - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Get the workflow
- getWorkflow() - Methode in Klasse de.dlr.proseo.model.WorkflowOption
-
Gets the owning workflow
- getWorkflowOptionRepository() - Statische Methode in Klasse de.dlr.proseo.model.service.RepositoryService
- getWorkflowOptions() - Methode in Klasse de.dlr.proseo.model.Workflow
-
Gets the available workflow options
- getWorkflowRepository() - Statische Methode in Klasse de.dlr.proseo.model.service.RepositoryService
- getWorkflowVersion() - Methode in Klasse de.dlr.proseo.model.Workflow
-
Gets the workflow version
- getZipChecksum() - Methode in Klasse de.dlr.proseo.model.ProductFile
-
Gets the MD5 checksum of the ZIP archive
- getZipChecksumTime() - Methode in Klasse de.dlr.proseo.model.ProductFile
-
Gets the computation time for the ZIP archive file checksum
- getZipFileName() - Methode in Klasse de.dlr.proseo.model.ProductFile
-
Gets the name of the ZIP archive
- getZipFileSize() - Methode in Klasse de.dlr.proseo.model.ProductFile
-
Gets the size of the ZIP archive in bytes
H
- hasFailedJobSteps() - Methode in Klasse de.dlr.proseo.model.Job
-
Checks whether the job has failed steps (convenience method for getHasFailedJobSteps())
- hasFailedJobSteps() - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Checks whether the order has failed job steps (convenience method for getHasFailedJobSteps())
- hashCode() - Methode in Klasse de.dlr.proseo.model.ClassOutputParameter
- hashCode() - Methode in Klasse de.dlr.proseo.model.Configuration
- hashCode() - Methode in Klasse de.dlr.proseo.model.ConfigurationFile
- hashCode() - Methode in Klasse de.dlr.proseo.model.ConfiguredProcessor
- hashCode() - Methode in Klasse de.dlr.proseo.model.DownloadHistory
- hashCode() - Methode in Klasse de.dlr.proseo.model.InputFilter
- hashCode() - Methode in Klasse de.dlr.proseo.model.InputProductReference
- hashCode() - Methode in Klasse de.dlr.proseo.model.Job
- hashCode() - Methode in Klasse de.dlr.proseo.model.JobStep
- hashCode() - Methode in Klasse de.dlr.proseo.model.Mission
- hashCode() - Methode in Klasse de.dlr.proseo.model.NotificationEndpoint
- hashCode() - Methode in Klasse de.dlr.proseo.model.Orbit
- hashCode() - Methode in Klasse de.dlr.proseo.model.Parameter
- hashCode() - Methode in Klasse de.dlr.proseo.model.Payload
- hashCode() - Methode in Klasse de.dlr.proseo.model.PersistentObject
- hashCode() - Methode in Klasse de.dlr.proseo.model.ProcessingFacility
- hashCode() - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
- hashCode() - Methode in Klasse de.dlr.proseo.model.Processor
- hashCode() - Methode in Klasse de.dlr.proseo.model.ProcessorClass
- hashCode() - Methode in Klasse de.dlr.proseo.model.Product
- hashCode() - Methode in Klasse de.dlr.proseo.model.ProductArchive
- hashCode() - Methode in Klasse de.dlr.proseo.model.ProductClass
- hashCode() - Methode in Klasse de.dlr.proseo.model.ProductFile
- hashCode() - Methode in Klasse de.dlr.proseo.model.ProductQuery
- hashCode() - Methode in Klasse de.dlr.proseo.model.SimplePolicy.DeltaTime
- hashCode() - Methode in Klasse de.dlr.proseo.model.SimplePolicy
- hashCode() - Methode in Klasse de.dlr.proseo.model.SimpleSelectionRule
- hashCode() - Methode in Klasse de.dlr.proseo.model.Spacecraft
- hashCode() - Methode in Klasse de.dlr.proseo.model.Task
- hashCode() - Methode in Klasse de.dlr.proseo.model.util.SelectionItem
- hashCode() - Methode in Klasse de.dlr.proseo.model.Workflow
- hashCode() - Methode in Klasse de.dlr.proseo.model.WorkflowOption
- hasPolicyFor(String) - Methode in Klasse de.dlr.proseo.model.util.SelectionRule
-
Tests whether this rule has a selection policy for the given item type (aux product type)
- hasRole(UserRole) - Methode in Klasse de.dlr.proseo.model.service.SecurityService
-
Check, whether the logged in user has the given role
- hasSendAuthInBody() - Methode in Klasse de.dlr.proseo.model.ProductArchive
-
Indicates whether credentials for OpenID-based token requests shall be sent in request body (alias for
ProductArchive.getSendAuthInBody()
) - hasSensingTimeFlag() - Methode in Klasse de.dlr.proseo.model.Processor
-
Checks whether this processor is executed on time intervals (convenience alias for getSensingTimeFlag())
I
- incrementVersion() - Methode in Klasse de.dlr.proseo.model.PersistentObject
-
Increments the version of the persistent object
- INFO - Enum-Konstante in Enum-Klasse de.dlr.proseo.model.JobStep.StdLogLevel
- init(ParameterType, Serializable) - Methode in Klasse de.dlr.proseo.model.Parameter
-
Initializer with type and value (values of type Short and Float are converted to Integer and Double, respectively)
- INITIAL - Enum-Konstante in Enum-Klasse de.dlr.proseo.model.Job.JobState
- InputFilter - Klasse in de.dlr.proseo.model
-
Filter conditions to apply to an order input product of a specific product class in addition to filter conditions contained in the applicable selection rule
- InputFilter() - Konstruktor für Klasse de.dlr.proseo.model.InputFilter
- InputFilterRepository - Schnittstelle in de.dlr.proseo.model.dao
-
Data Access Object for the InputFilter class
- InputProductReference - Klasse in de.dlr.proseo.model
-
Identification of the input product to use for On-Demand Production; its intention is to be unambiguous (as per ODPRIP ICD), however this is not guaranteed given the limited number of specification options (uniqueness may be guaranteed when specifying a file name, but it is not, when only specifying a sensing time range).
- InputProductReference() - Konstruktor für Klasse de.dlr.proseo.model.InputProductReference
- isAuthorizedForMission(String) - Methode in Klasse de.dlr.proseo.model.service.SecurityService
-
Check, whether the logged in user is authorized for the given mission
- isCritical() - Methode in Klasse de.dlr.proseo.model.Task
-
Checks whether this task is critical (convenience alias for getIsCritical())
- isEnabled() - Methode in Klasse de.dlr.proseo.model.Workflow
-
Indicates, whether the workflow is available for use
- isFailed() - Methode in Klasse de.dlr.proseo.model.JobStep
- isLegalTransition(Job.JobState) - Methode in Enum-Klasse de.dlr.proseo.model.Job.JobState
- isLegalTransition(JobStep.JobStepState) - Methode in Enum-Klasse de.dlr.proseo.model.JobStep.JobStepState
- isMandatory() - Methode in Klasse de.dlr.proseo.model.SimpleSelectionRule
-
Check whether the selected product is mandatory (convenience alias for getIsMandatory())
- isSatisfied() - Methode in Klasse de.dlr.proseo.model.ProductQuery
-
Check whether this product query is satisfied (convenience alias for getIsSatisfied())
- isTest() - Methode in Klasse de.dlr.proseo.model.Processor
-
Checks whether this processor version is a test/evaluation version (convenience alias for getIsTest())
- isTokenRequired() - Methode in Klasse de.dlr.proseo.model.ProductArchive
-
Indicates whether token-based authentication shall be used (alias for
ProductArchive.getTokenRequired()
) - itemObject - Variable in Klasse de.dlr.proseo.model.util.SelectionItem
-
The original object belonging to the item
- itemType - Variable in Klasse de.dlr.proseo.model.util.SelectionItem
-
The product type of the item
J
- Job - Klasse in de.dlr.proseo.model
-
A collection of job steps required to fulfil an order for a specific period of time (e. g. one orbit).
- Job() - Konstruktor für Klasse de.dlr.proseo.model.Job
- Job.JobState - Enum-Klasse in de.dlr.proseo.model
-
Enumeration describing possible job states.
- JobRepository - Schnittstelle in de.dlr.proseo.model.dao
-
Data Access Object for the Job class
- JobStep - Klasse in de.dlr.proseo.model
-
A single processor execution to produce a defined output product based on a defined set of required input product (modelled as ProductQuery objects).
- JobStep() - Konstruktor für Klasse de.dlr.proseo.model.JobStep
- JobStep.JobStepState - Enum-Klasse in de.dlr.proseo.model
-
The possible processing states for a job step
- JobStep.StdLogLevel - Enum-Klasse in de.dlr.proseo.model
-
The possible log levels for stdout and stderr
- JobStepRepository - Schnittstelle in de.dlr.proseo.model.dao
-
Data Access Object for the JobStep class
L
- LargestOverlap - Enum-Konstante in Enum-Klasse de.dlr.proseo.model.SimplePolicy.PolicyType
- LargestOverlap85 - Enum-Konstante in Enum-Klasse de.dlr.proseo.model.SimplePolicy.PolicyType
- LastCreated - Enum-Konstante in Enum-Klasse de.dlr.proseo.model.SimplePolicy.PolicyType
- LatestStartValidity - Enum-Konstante in Enum-Klasse de.dlr.proseo.model.SimplePolicy.PolicyType
- LatestStopValidity - Enum-Konstante in Enum-Klasse de.dlr.proseo.model.SimplePolicy.PolicyType
- LatestValCover - Enum-Konstante in Enum-Klasse de.dlr.proseo.model.SimplePolicy.PolicyType
- LatestValCoverClosest - Enum-Konstante in Enum-Klasse de.dlr.proseo.model.SimplePolicy.PolicyType
- LatestValCoverNewestValidity - Enum-Konstante in Enum-Klasse de.dlr.proseo.model.SimplePolicy.PolicyType
- LatestValidity - Enum-Konstante in Enum-Klasse de.dlr.proseo.model.SimplePolicy.PolicyType
- LatestValidityClosest - Enum-Konstante in Enum-Klasse de.dlr.proseo.model.SimplePolicy.PolicyType
- LatestValIntersect - Enum-Konstante in Enum-Klasse de.dlr.proseo.model.SimplePolicy.PolicyType
M
- merge(SimplePolicy) - Methode in Klasse de.dlr.proseo.model.SimplePolicy
-
Merge two simple policies by creating a new simple policy with merged delta times; for the policy 'LatestValidityClosest' a merge is possible, if and only if both policies have the same delta times (this policy actually refers to a point in time and not to a time interval, therefore a merge can only be done between policies referring to the same point in time).
- merge(SimplePolicy.DeltaTime) - Methode in Klasse de.dlr.proseo.model.SimplePolicy.DeltaTime
-
Merge two delta times by creating a new delta time with the smaller unit and the larger (converted) duration
- merge(SimpleSelectionRule) - Methode in Klasse de.dlr.proseo.model.SimpleSelectionRule
-
Merge two simple rules creating a new simple rule
- merge(SelectionRule) - Methode in Klasse de.dlr.proseo.model.util.SelectionRule
-
Merge this selection rule with another selection rule, thereby extending the validity periods per product type for each policy in such a way that the validity periods of this rule and of the other rule are covered.
- Mission - Klasse in de.dlr.proseo.model
-
An Earth Observation mission.
- Mission() - Konstruktor für Klasse de.dlr.proseo.model.Mission
- MissionRepository - Schnittstelle in de.dlr.proseo.model.dao
-
Data Access Object for the Mission class
- MonExtService - Klasse in de.dlr.proseo.model
- MonExtService() - Konstruktor für Klasse de.dlr.proseo.model.MonExtService
- MonExtServiceRepository - Schnittstelle in de.dlr.proseo.model.dao
-
Data Access Object for the MonService class
- MonExtServiceStateOperation - Klasse in de.dlr.proseo.model
- MonExtServiceStateOperation() - Konstruktor für Klasse de.dlr.proseo.model.MonExtServiceStateOperation
- MonExtServiceStateOperationDay - Klasse in de.dlr.proseo.model
- MonExtServiceStateOperationDay() - Konstruktor für Klasse de.dlr.proseo.model.MonExtServiceStateOperationDay
- MonExtServiceStateOperationDayRepository - Schnittstelle in de.dlr.proseo.model.dao
- MonExtServiceStateOperationMonth - Klasse in de.dlr.proseo.model
- MonExtServiceStateOperationMonth() - Konstruktor für Klasse de.dlr.proseo.model.MonExtServiceStateOperationMonth
- MonExtServiceStateOperationMonthRepository - Schnittstelle in de.dlr.proseo.model.dao
- MonExtServiceStateOperationRepository - Schnittstelle in de.dlr.proseo.model.dao
-
Data Access Object for the MonServiceStateOperation class
- MonOrderProgress - Klasse in de.dlr.proseo.model
- MonOrderProgress() - Konstruktor für Klasse de.dlr.proseo.model.MonOrderProgress
- MonOrderState - Klasse in de.dlr.proseo.model
- MonOrderState() - Konstruktor für Klasse de.dlr.proseo.model.MonOrderState
- MonOrderStateRepository - Schnittstelle in de.dlr.proseo.model.dao
-
Data Access Object for the MonOrderState class
- MonProductProduction - Klasse in de.dlr.proseo.model
- MonProductProduction() - Konstruktor für Klasse de.dlr.proseo.model.MonProductProduction
- MonProductProductionDay - Klasse in de.dlr.proseo.model
- MonProductProductionDay() - Konstruktor für Klasse de.dlr.proseo.model.MonProductProductionDay
- MonProductProductionDayRepository - Schnittstelle in de.dlr.proseo.model.dao
-
Data Access Object for the MonProductProductionDay class
- MonProductProductionHour - Klasse in de.dlr.proseo.model
- MonProductProductionHour() - Konstruktor für Klasse de.dlr.proseo.model.MonProductProductionHour
- MonProductProductionHourRepository - Schnittstelle in de.dlr.proseo.model.dao
-
Data Access Object for the MonProductProductionHour class
- MonProductProductionMonth - Klasse in de.dlr.proseo.model
- MonProductProductionMonth() - Konstruktor für Klasse de.dlr.proseo.model.MonProductProductionMonth
- MonProductProductionMonthRepository - Schnittstelle in de.dlr.proseo.model.dao
-
Data Access Object for the MonProductProductionMonth class
- MonService - Klasse in de.dlr.proseo.model
- MonService() - Konstruktor für Klasse de.dlr.proseo.model.MonService
- MonServiceRepository - Schnittstelle in de.dlr.proseo.model.dao
-
Data Access Object for the MonService class
- MonServiceState - Klasse in de.dlr.proseo.model
- MonServiceState() - Konstruktor für Klasse de.dlr.proseo.model.MonServiceState
- MonServiceStateOperation - Klasse in de.dlr.proseo.model
- MonServiceStateOperation() - Konstruktor für Klasse de.dlr.proseo.model.MonServiceStateOperation
- MonServiceStateOperationDay - Klasse in de.dlr.proseo.model
- MonServiceStateOperationDay() - Konstruktor für Klasse de.dlr.proseo.model.MonServiceStateOperationDay
- MonServiceStateOperationDayRepository - Schnittstelle in de.dlr.proseo.model.dao
- MonServiceStateOperationMonth - Klasse in de.dlr.proseo.model
- MonServiceStateOperationMonth() - Konstruktor für Klasse de.dlr.proseo.model.MonServiceStateOperationMonth
- MonServiceStateOperationMonthRepository - Schnittstelle in de.dlr.proseo.model.dao
- MonServiceStateOperationRepository - Schnittstelle in de.dlr.proseo.model.dao
-
Data Access Object for the MonServiceStateOperation class
- MonServiceStateRepository - Schnittstelle in de.dlr.proseo.model.dao
-
Data Access Object for the MonService class
N
- normalize() - Methode in Klasse de.dlr.proseo.model.SimplePolicy.DeltaTime
-
Normalize delta time to biggest unit, which can be represented with an integer duration
- NotificationEndpoint - Klasse in de.dlr.proseo.model
-
The endpoint to send order completion notifications to
- NotificationEndpoint() - Konstruktor für Klasse de.dlr.proseo.model.NotificationEndpoint
- NUMBER - Enum-Konstante in Enum-Klasse de.dlr.proseo.model.WorkflowOption.WorkflowOptionType
-
The option value must be numeric, but may integer or rational
O
- ON_HOLD - Enum-Konstante in Enum-Klasse de.dlr.proseo.model.Job.JobState
- Orbit - Klasse in de.dlr.proseo.model
-
The description of an orbit identified by its start and stop times (e. g. the "spacecraft midnight" events of the Sentinel-5P satellite).
- Orbit() - Konstruktor für Klasse de.dlr.proseo.model.Orbit
- OrbitRepository - Schnittstelle in de.dlr.proseo.model.dao
-
Data Access Object for the Orbit class
- OrderRepository - Schnittstelle in de.dlr.proseo.model.dao
-
Data Access Object for the ProcessingOrder class
- OrderUtil - Klasse in de.dlr.proseo.model.util
- OrderUtil() - Konstruktor für Klasse de.dlr.proseo.model.util.OrderUtil
P
- Parameter - Klasse in de.dlr.proseo.model
-
This class allows to add mission-specific parameters to any persistent object.
- Parameter() - Konstruktor für Klasse de.dlr.proseo.model.Parameter
- parseSelectionRule(ProductClass, String) - Statische Methode in Klasse de.dlr.proseo.model.util.SelectionRule
-
Parse the given string as a selection rule (see
the grammar definition in the class comment
). - Payload - Klasse in de.dlr.proseo.model
-
The payload of a spacecraft, e. g. the TROPOMI instrument of Sentinel-5P.
- Payload() - Konstruktor für Klasse de.dlr.proseo.model.Payload
- PersistentObject - Klasse in de.dlr.proseo.model
-
Abstract superclass of all persistent classes
- PersistentObject() - Konstruktor für Klasse de.dlr.proseo.model.PersistentObject
-
No-argument constructor that assigns the object id
- PLANNED - Enum-Konstante in Enum-Klasse de.dlr.proseo.model.Job.JobState
- PLANNED - Enum-Konstante in Enum-Klasse de.dlr.proseo.model.JobStep.JobStepState
- ProcessingFacility - Klasse in de.dlr.proseo.model
-
A processing facility for running prosEO jobs and storing prosEO product files, e. g. at a cloud service provider.
- ProcessingFacility() - Konstruktor für Klasse de.dlr.proseo.model.ProcessingFacility
- ProcessingOrder - Klasse in de.dlr.proseo.model
-
A customer order to process a specific set of ProductClasses for a specific period of time using a specific set of ConfiguredProcessors.
- ProcessingOrder() - Konstruktor für Klasse de.dlr.proseo.model.ProcessingOrder
- Processor - Klasse in de.dlr.proseo.model
-
A specific version of a ProcessorClass.
- Processor() - Konstruktor für Klasse de.dlr.proseo.model.Processor
- ProcessorClass - Klasse in de.dlr.proseo.model
-
A type of processor capable of generating products of a specific set of ProductClasses.
- ProcessorClass() - Konstruktor für Klasse de.dlr.proseo.model.ProcessorClass
- ProcessorClassRepository - Schnittstelle in de.dlr.proseo.model.dao
-
Data Access Object for the ProcessorClass class
- ProcessorRepository - Schnittstelle in de.dlr.proseo.model.dao
-
Data Access Object for the Processor class
- Product - Klasse in de.dlr.proseo.model
-
Representation of a data product
- Product() - Konstruktor für Klasse de.dlr.proseo.model.Product
- ProductArchive - Klasse in de.dlr.proseo.model
-
Available archive locations for input products or auxiliary files.
- ProductArchive() - Konstruktor für Klasse de.dlr.proseo.model.ProductArchive
- ProductArchiveRepository - Schnittstelle in de.dlr.proseo.model.dao
-
Data Access Object for the ProductArchive class
- ProductClass - Klasse in de.dlr.proseo.model
-
A class of products pertaining to a specific Mission, e. g. the L2_O3 products of Sentinel-5P.
- ProductClass() - Konstruktor für Klasse de.dlr.proseo.model.ProductClass
- ProductClassRepository - Schnittstelle in de.dlr.proseo.model.dao
-
Data Access Object for the ProductClassRepository class
- ProductFile - Klasse in de.dlr.proseo.model
-
The data file and pertinent auxiliary files for a product at a given processing facility.
- ProductFile() - Konstruktor für Klasse de.dlr.proseo.model.ProductFile
- ProductFileRepository - Schnittstelle in de.dlr.proseo.model.dao
-
Data Access Object for the ProductFile class
- ProductQuery - Klasse in de.dlr.proseo.model
-
A ProductQuery models the need of a JobStep to use a Product of a certain ProductClass for a specific time period.
- ProductQuery() - Konstruktor für Klasse de.dlr.proseo.model.ProductQuery
- ProductQueryRepository - Schnittstelle in de.dlr.proseo.model.dao
-
Data Access Object for the ProductQuery class
- ProductQueryService - Klasse in de.dlr.proseo.model.service
-
Service class to execute a product query on the prosEO database
- ProductQueryService() - Konstruktor für Klasse de.dlr.proseo.model.service.ProductQueryService
- ProductRepository - Schnittstelle in de.dlr.proseo.model.dao
-
Data Access Object for the Product class
- PROGRESS - Enum-Konstante in Enum-Klasse de.dlr.proseo.model.JobStep.StdLogLevel
R
- READY - Enum-Konstante in Enum-Klasse de.dlr.proseo.model.JobStep.JobStepState
- RELEASED - Enum-Konstante in Enum-Klasse de.dlr.proseo.model.Job.JobState
- RepositoryService - Klasse in de.dlr.proseo.model.service
-
This class autowires all available repositories and makes them accessible throughout prosEO by static methods.
- RepositoryService() - Konstruktor für Klasse de.dlr.proseo.model.service.RepositoryService
-
Singleton constructor
- RULE_COMMA - Statische Variable in Klasse de.dlr.proseo.model.util.SelectionRule
- RULE_DELTA_DAYS - Statische Variable in Klasse de.dlr.proseo.model.util.SelectionRule
- RULE_DELTA_HOURS - Statische Variable in Klasse de.dlr.proseo.model.util.SelectionRule
- RULE_DELTA_MILLIS - Statische Variable in Klasse de.dlr.proseo.model.util.SelectionRule
- RULE_DELTA_MINS - Statische Variable in Klasse de.dlr.proseo.model.util.SelectionRule
- RULE_DELTA_SECS - Statische Variable in Klasse de.dlr.proseo.model.util.SelectionRule
- RULE_FOR - Statische Variable in Klasse de.dlr.proseo.model.util.SelectionRule
- RULE_MANDATORY - Statische Variable in Klasse de.dlr.proseo.model.util.SelectionRule
- RULE_MINCOVER - Statische Variable in Klasse de.dlr.proseo.model.util.SelectionRule
- RULE_MINCOVER_PATTERN - Statische Variable in Klasse de.dlr.proseo.model.util.SelectionRule
- RULE_OPTIONAL - Statische Variable in Klasse de.dlr.proseo.model.util.SelectionRule
- RULE_PAREN_CLOSE - Statische Variable in Klasse de.dlr.proseo.model.util.SelectionRule
- RULE_PAREN_OPEN - Statische Variable in Klasse de.dlr.proseo.model.util.SelectionRule
- RULE_POLICY_BESTCENT - Statische Variable in Klasse de.dlr.proseo.model.util.SelectionRule
- RULE_POLICY_CLOSTA - Statische Variable in Klasse de.dlr.proseo.model.util.SelectionRule
- RULE_POLICY_CLOSTO - Statische Variable in Klasse de.dlr.proseo.model.util.SelectionRule
- RULE_POLICY_LASCRE - Statische Variable in Klasse de.dlr.proseo.model.util.SelectionRule
- RULE_POLICY_LATCOVCLO - Statische Variable in Klasse de.dlr.proseo.model.util.SelectionRule
- RULE_POLICY_LATSTA - Statische Variable in Klasse de.dlr.proseo.model.util.SelectionRule
- RULE_POLICY_LATSTO - Statische Variable in Klasse de.dlr.proseo.model.util.SelectionRule
- RULE_POLICY_LATVAL - Statische Variable in Klasse de.dlr.proseo.model.util.SelectionRule
- RULE_POLICY_LATVALCLO - Statische Variable in Klasse de.dlr.proseo.model.util.SelectionRule
- RULE_POLICY_LATVALCOV - Statische Variable in Klasse de.dlr.proseo.model.util.SelectionRule
- RULE_POLICY_LATVALCOVNEW - Statische Variable in Klasse de.dlr.proseo.model.util.SelectionRule
- RULE_POLICY_LATVALINT - Statische Variable in Klasse de.dlr.proseo.model.util.SelectionRule
- RULE_POLICY_OR - Statische Variable in Klasse de.dlr.proseo.model.util.SelectionRule
- RULE_POLICY_OVERLAP - Statische Variable in Klasse de.dlr.proseo.model.util.SelectionRule
- RULE_POLICY_OVERLAP85 - Statische Variable in Klasse de.dlr.proseo.model.util.SelectionRule
- RULE_POLICY_VALCOV - Statische Variable in Klasse de.dlr.proseo.model.util.SelectionRule
- RULE_POLICY_VALINT - Statische Variable in Klasse de.dlr.proseo.model.util.SelectionRule
- RULE_POLICY_VALINTNOD - Statische Variable in Klasse de.dlr.proseo.model.util.SelectionRule
- RULE_SELECT - Statische Variable in Klasse de.dlr.proseo.model.util.SelectionRule
- RULE_SEPARATOR - Statische Variable in Klasse de.dlr.proseo.model.util.SelectionRule
- RUNNING - Enum-Konstante in Enum-Klasse de.dlr.proseo.model.JobStep.JobStepState
S
- SecurityService - Klasse in de.dlr.proseo.model.service
-
Utility method for accessing Spring Security user data
- SecurityService() - Konstruktor für Klasse de.dlr.proseo.model.service.SecurityService
- selectClosestStartValidity(Collection<SelectionItem>, Instant) - Methode in Klasse de.dlr.proseo.model.SimplePolicy
-
Select the latest item (by generation time) from the given collection, whose start time is "nearest" to the start of the given time interval (startTime - deltaTime0).
- selectClosestStopValidity(Collection<SelectionItem>, Instant) - Methode in Klasse de.dlr.proseo.model.SimplePolicy
-
Select the latest item (by generation time) from the given collection, whose stop time is "nearest" to the end of the given time interval (stopTime + deltaTime1).
- SelectionItem - Klasse in de.dlr.proseo.model.util
-
This class describes a selectable item consisting of an item type (auxiliary product type), a validity start time, a validity end time, and the original object for which the selection shall be effected.
- SelectionItem() - Konstruktor für Klasse de.dlr.proseo.model.util.SelectionItem
-
Default constructor
- SelectionItem(String, Instant, Instant, Instant, Object) - Konstruktor für Klasse de.dlr.proseo.model.util.SelectionItem
-
Convenience constructor to create a SelectionItem with all attributes set at once.
- SelectionRule - Klasse in de.dlr.proseo.model.util
-
This class allows to describe temporal selection policies for item types, to manipulate selection policies (combining and chaining), to select valid items from a container of items, and to generate product query objects from a selection rule (the result of the product query can then be fed into the item selection method to filter the actually valid items).
- SelectionRule() - Konstruktor für Klasse de.dlr.proseo.model.util.SelectionRule
- selectItems(String, Collection<SelectionItem>, Instant, Instant) - Methode in Klasse de.dlr.proseo.model.util.SelectionRule
-
Select all items in the given collection of items that fulfil the selection rule with respect to a given time interval.
- selectItems(Collection<SelectionItem>, Instant, Instant) - Methode in Klasse de.dlr.proseo.model.SimplePolicy
-
Select all items from the given collection that fulfil this policy for the given time interval.
- selectItems(Collection<SelectionItem>, Instant, Instant) - Methode in Klasse de.dlr.proseo.model.SimpleSelectionRule
-
Select all items from the given collection that fulfil this rule for the given time interval.
- selectLargestOverlap(Collection<SelectionItem>, Instant, Instant) - Methode in Klasse de.dlr.proseo.model.SimplePolicy
-
Select the item from the given collection that has the largest overlap with the given time interval.
- selectLargestOverlap85(Collection<SelectionItem>, Instant, Instant) - Methode in Klasse de.dlr.proseo.model.SimplePolicy
-
Select the item from the given collection that has the largest overlap with the given time interval, where the item covers at least 85 % of the time interval.
- selectLastCreated(Collection<SelectionItem>) - Methode in Klasse de.dlr.proseo.model.SimplePolicy
-
Select the latest item (by generation time) from the given collection.
- selectLatestStopValidity(Collection<SelectionItem>) - Methode in Klasse de.dlr.proseo.model.SimplePolicy
-
Select the latest item (by validity stop time) from the given collection that covers partly the given time interval.
- selectLatestValCover(Collection<SelectionItem>, Instant, Instant) - Methode in Klasse de.dlr.proseo.model.SimplePolicy
-
Select the latest item (by generation time) from the given collection that fully covers the given time interval.
- selectLatestValidity(Collection<SelectionItem>) - Methode in Klasse de.dlr.proseo.model.SimplePolicy
-
Select the latest item (by validity start time) from the given collection that covers partly the given time interval.
- selectLatestValidityClosest(Collection<SelectionItem>, Instant, Instant) - Methode in Klasse de.dlr.proseo.model.SimplePolicy
-
Select the latest item (by generation time) from the given collection, whose start time is "nearest" to the given time interval.
- selectLatestValIntersect(Collection<SelectionItem>, Instant, Instant) - Methode in Klasse de.dlr.proseo.model.SimplePolicy
-
Select the latest item (by generation time) from the given collection that covers partly the given time interval.
- selectProducts(String, Collection<Product>, Instant, Instant) - Methode in Klasse de.dlr.proseo.model.util.SelectionRule
-
Select all products in the given collection of products that fulfil the selection rule with respect to a given time interval.
- selectUniqueItem(String, Collection<SelectionItem>, Instant, Instant) - Methode in Klasse de.dlr.proseo.model.util.SelectionRule
-
Select the one item in the given collection of items that fulfils the selection rule with respect to a given time interval.
- selectUniqueProduct(String, Collection<Product>, Instant, Instant) - Methode in Klasse de.dlr.proseo.model.util.SelectionRule
-
Select the one product in the given collection of products that fulfils the selection rule with respect to a given time interval.
- selectValIntersect(Collection<SelectionItem>, Instant, Instant) - Methode in Klasse de.dlr.proseo.model.SimplePolicy
-
Select all items from the given collection that cover partly the given time interval.
- setActualCompletionTime(Instant) - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Sets the date and time the order was actually completed
- setAllJobSteps(int) - Methode in Klasse de.dlr.proseo.model.MonOrderProgress
- setArchiveType(ArchiveType) - Methode in Klasse de.dlr.proseo.model.ProductArchive
-
Sets the archive type
- setAuxFileNames(Set<String>) - Methode in Klasse de.dlr.proseo.model.ProductFile
-
Sets the set of auxiliary file names
- setAvailableProductClasses(Set<ProductClass>) - Methode in Klasse de.dlr.proseo.model.ProductArchive
-
Sets the list of product classes available from this archive
- setBaseUri(String) - Methode in Klasse de.dlr.proseo.model.ProductArchive
-
Sets the base URI for the archive endpoint
- setBooleanParameter(String, Boolean) - Methode in Klasse de.dlr.proseo.model.Product
-
Set the named Boolean parameter to the given value
- setBooleanValue(Boolean) - Methode in Klasse de.dlr.proseo.model.Parameter
-
Sets the value of the parameter to the given boolean and the type to ParameterType.BOOLEAN
- setBreakpointFileNames(List<String>) - Methode in Klasse de.dlr.proseo.model.Task
-
Sets the breakpoint file names
- setChecksum(String) - Methode in Klasse de.dlr.proseo.model.ProductFile
-
Sets the MD5 checksum for the primary product file
- setChecksumTime(Instant) - Methode in Klasse de.dlr.proseo.model.ProductFile
-
Sets the computation time for the product file checksum
- setClassOutputParameters(Map<ProductClass, ClassOutputParameter>) - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Sets the class-specific output parameters
- setClassOutputParameters(Map<ProductClass, ClassOutputParameter>) - Methode in Klasse de.dlr.proseo.model.Workflow
-
Sets the class-specific output parameters
- setClientId(String) - Methode in Klasse de.dlr.proseo.model.ProductArchive
-
Sets the client ID for OpenID token requests
- setClientSecret(String) - Methode in Klasse de.dlr.proseo.model.ProductArchive
-
Sets the client secret for OpenID token requests
- setCode(String) - Methode in Klasse de.dlr.proseo.model.Mission
-
Sets the mission code
- setCode(String) - Methode in Klasse de.dlr.proseo.model.ProductArchive
-
Sets the archive short code
- setCode(String) - Methode in Klasse de.dlr.proseo.model.Spacecraft
-
Sets the spacecraft code
- setCompletedJobSteps(int) - Methode in Klasse de.dlr.proseo.model.MonOrderProgress
- setComponentClasses(Set<ProductClass>) - Methode in Klasse de.dlr.proseo.model.ProductClass
-
Sets the product classes for component products
- setComponentProducts(Set<Product>) - Methode in Klasse de.dlr.proseo.model.Product
-
Sets the sub-products of this product
- setConfiguration(Configuration) - Methode in Klasse de.dlr.proseo.model.ConfiguredProcessor
-
Sets the associated processor configuration
- setConfigurationFiles(Set<ConfigurationFile>) - Methode in Klasse de.dlr.proseo.model.Configuration
-
Sets the configuration files
- setConfigurationVersion(String) - Methode in Klasse de.dlr.proseo.model.Configuration
-
Sets the configuration version
- setConfiguredProcessor(ConfiguredProcessor) - Methode in Klasse de.dlr.proseo.model.Product
-
Sets the configured processor that generated this product
- setConfiguredProcessor(ConfiguredProcessor) - Methode in Klasse de.dlr.proseo.model.Workflow
-
Sets the configured processor for this workflow
- setConfiguredProcessors(Set<ConfiguredProcessor>) - Methode in Klasse de.dlr.proseo.model.Configuration
-
Sets the associated configured processors
- setConfiguredProcessors(Set<ConfiguredProcessor>) - Methode in Klasse de.dlr.proseo.model.Processor
-
Sets the associated processor configurations
- setConfiguredProcessors(Set<ConfiguredProcessor>) - Methode in Klasse de.dlr.proseo.model.SimpleSelectionRule
-
Sets the applicable processor configurations
- setContext(String) - Methode in Klasse de.dlr.proseo.model.ProductArchive
-
Sets the URI context for the archive endpoint
- setCount(int) - Methode in Klasse de.dlr.proseo.model.MonProductProduction
- setCriticalityLevel(Integer) - Methode in Klasse de.dlr.proseo.model.Task
-
Sets the criticality level
- setDatetime(Instant) - Methode in Klasse de.dlr.proseo.model.MonExtServiceStateOperation
- setDatetime(Instant) - Methode in Klasse de.dlr.proseo.model.MonExtServiceStateOperationDay
- setDatetime(Instant) - Methode in Klasse de.dlr.proseo.model.MonExtServiceStateOperationMonth
- setDatetime(Instant) - Methode in Klasse de.dlr.proseo.model.MonOrderProgress
- setDatetime(Instant) - Methode in Klasse de.dlr.proseo.model.MonProductProduction
- setDatetime(Instant) - Methode in Klasse de.dlr.proseo.model.MonServiceStateOperation
- setDatetime(Instant) - Methode in Klasse de.dlr.proseo.model.MonServiceStateOperationDay
- setDatetime(Instant) - Methode in Klasse de.dlr.proseo.model.MonServiceStateOperationMonth
- setDateTime(Instant) - Methode in Klasse de.dlr.proseo.model.DownloadHistory
-
Sets the timestamp of the download
- setDefaultSliceDuration(Duration) - Methode in Klasse de.dlr.proseo.model.ProductClass
-
Sets the default slice duration (if the default slicing type is TIME_SLICE)
- setDefaultSlicingType(OrderSlicingType) - Methode in Klasse de.dlr.proseo.model.ProductClass
-
Sets the default slicing type to apply in orders
- setDefaultStorageType(StorageType) - Methode in Klasse de.dlr.proseo.model.ProcessingFacility
-
Sets the default storage type of the facility
- setDefaultValue(String) - Methode in Klasse de.dlr.proseo.model.WorkflowOption
-
Sets the default value for the option
- setDeltaTimes(List<SimplePolicy.DeltaTime>) - Methode in Klasse de.dlr.proseo.model.SimplePolicy
-
Sets the delta times
- setDeltaTimeT0(SimplePolicy.DeltaTime) - Methode in Klasse de.dlr.proseo.model.SimplePolicy
-
Sets the delta time to apply to the beginning of the interval (T0)
- setDeltaTimeT1(SimplePolicy.DeltaTime) - Methode in Klasse de.dlr.proseo.model.SimplePolicy
-
Sets the delta time to apply to the beginning of the interval (T1)
- setDescription(String) - Methode in Klasse de.dlr.proseo.model.Payload
-
Sets the payload description
- setDescription(String) - Methode in Klasse de.dlr.proseo.model.ProcessingFacility
-
Sets the description of the processing facility
- setDescription(String) - Methode in Klasse de.dlr.proseo.model.ProductClass
-
Sets the product class description
- setDescription(String) - Methode in Klasse de.dlr.proseo.model.Workflow
-
Sets the workflow description
- setDescription(String) - Methode in Klasse de.dlr.proseo.model.WorkflowOption
-
Sets the option description
- setDockerImage(String) - Methode in Klasse de.dlr.proseo.model.Processor
-
Sets the docker image name and tag
- setDockerRunParameters(Map<String, String>) - Methode in Klasse de.dlr.proseo.model.Configuration
-
Sets the configuraiton-specific "docker run" parameters
- setDockerRunParameters(Map<String, String>) - Methode in Klasse de.dlr.proseo.model.Processor
-
Sets the run parameters for the docker image
- setDoubleParameter(String, Double) - Methode in Klasse de.dlr.proseo.model.Product
-
Set the named Double parameter to the given value
- setDoubleValue(Double) - Methode in Klasse de.dlr.proseo.model.Parameter
-
Sets the value of the parameter to the given double and the type to ParameterType.DOUBLE
- setDownloadHistory(Set<DownloadHistory>) - Methode in Klasse de.dlr.proseo.model.Product
-
Sets the product download history
- setDynamicProcessingParameters(Map<String, Parameter>) - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Sets the dynamic processing parameters to be set for the Job Orders in this order
- setDynProcParameters(Map<String, Parameter>) - Methode in Klasse de.dlr.proseo.model.Configuration
-
Sets the dynamic processing parameters
- setEnabled(Boolean) - Methode in Klasse de.dlr.proseo.model.ConfiguredProcessor
-
Sets the enabled status
- setEnabled(Boolean) - Methode in Klasse de.dlr.proseo.model.Workflow
-
Sets the status of the "enabled" flag
- setEnclosingClass(ProductClass) - Methode in Klasse de.dlr.proseo.model.ProductClass
-
Sets the product classes for an enclosing product
- setEnclosingProduct(Product) - Methode in Klasse de.dlr.proseo.model.Product
-
Sets the enclosing product of this product
- setEstimatedCompletionTime(Instant) - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Sets the date and time the order is expected to be completed
- setEvictionTime(Instant) - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Sets the order eviction time
- setEvictionTime(Instant) - Methode in Klasse de.dlr.proseo.model.Product
-
Sets the product eviction time
- setExecutionTime(Instant) - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Sets the scheduled execution time
- setExternalStorageManagerUrl(String) - Methode in Klasse de.dlr.proseo.model.ProcessingFacility
-
Sets the URL of the facility's storage manager for external clients
- setFacilityState(FacilityState) - Methode in Klasse de.dlr.proseo.model.ProcessingFacility
-
Sets the run state of the processing facility
- setFailedJobSteps(int) - Methode in Klasse de.dlr.proseo.model.MonOrderProgress
- setFileClass(String) - Methode in Klasse de.dlr.proseo.model.Product
-
Sets the product file class
- setFileClasses(Set<String>) - Methode in Klasse de.dlr.proseo.model.Mission
-
Sets the allowed file classes
- setFileName(String) - Methode in Klasse de.dlr.proseo.model.ConfigurationFile
-
Sets the configuration file path
- setFileNames(List<String>) - Methode in Klasse de.dlr.proseo.model.ConfigurationInputFile
-
Sets the input file names
- setFileNameType(String) - Methode in Klasse de.dlr.proseo.model.ConfigurationInputFile
-
Sets the input file name type
- setFilePath(String) - Methode in Klasse de.dlr.proseo.model.ProductFile
-
Sets the file path for data file and auxiliary files (path name must be consistent with storage type)
- setFileSize(long) - Methode in Klasse de.dlr.proseo.model.MonProductProduction
- setFileSize(Long) - Methode in Klasse de.dlr.proseo.model.ProductFile
-
Sets the size in bytes of the primary product file
- setFileType(String) - Methode in Klasse de.dlr.proseo.model.ConfigurationInputFile
-
Sets the input file type
- setFileVersion(String) - Methode in Klasse de.dlr.proseo.model.ConfigurationFile
-
Sets the configuration file version
- setFilterConditions(Map<String, Parameter>) - Methode in Klasse de.dlr.proseo.model.InputFilter
- setFilterConditions(Map<String, Parameter>) - Methode in Klasse de.dlr.proseo.model.ProductQuery
-
Sets the additional filtering conditions
- setFilterConditions(Map<String, Parameter>) - Methode in Klasse de.dlr.proseo.model.SimpleSelectionRule
-
Sets the additional filtering conditions
- setFilteredSourceProductType(String) - Methode in Klasse de.dlr.proseo.model.SimpleSelectionRule
-
Sets the source product type with filter conditions
- setFinishedJobSteps(int) - Methode in Klasse de.dlr.proseo.model.MonOrderProgress
- setGeneratingRule(SimpleSelectionRule) - Methode in Klasse de.dlr.proseo.model.ProductQuery
-
Sets the selection rule that generated this product query
- setGenerationTime(Instant) - Methode in Klasse de.dlr.proseo.model.Product
-
Sets the product generation time
- setHasFailedJobSteps(Boolean) - Methode in Klasse de.dlr.proseo.model.Job
-
Sets whether the job has failed steps
- setHasFailedJobSteps(Boolean) - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Sets whether the order has failed job steps
- setId(long) - Methode in Klasse de.dlr.proseo.model.PersistentObject
-
Set the id of the persistent object.
- setIdentifier(String) - Methode in Klasse de.dlr.proseo.model.ConfiguredProcessor
-
Sets the identifier of the configured processor
- setIdentifier(String) - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Sets the user-defined identifier
- setInDownload(Boolean) - Methode in Klasse de.dlr.proseo.model.ProductQuery
- setInputFileName(String) - Methode in Klasse de.dlr.proseo.model.InputProductReference
-
Sets the input file name
- setInputFilters(Map<ProductClass, InputFilter>) - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Sets the input filters
- setInputFilters(Map<ProductClass, InputFilter>) - Methode in Klasse de.dlr.proseo.model.Workflow
-
Sets the input filters
- setInputProductClass(ProductClass) - Methode in Klasse de.dlr.proseo.model.Workflow
-
Sets the input product class
- setInputProductClasses(Set<ProductClass>) - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Sets the input product classes provided to the order
- setInputProductQueries(Set<ProductQuery>) - Methode in Klasse de.dlr.proseo.model.JobStep
-
Sets the product queries for the input products
- setInputProductReference(InputProductReference) - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
- setInstantParameter(String, TemporalAccessor) - Methode in Klasse de.dlr.proseo.model.Product
-
Set the named Instant parameter to the given value
- setInstantValue(TemporalAccessor) - Methode in Klasse de.dlr.proseo.model.Parameter
-
Sets the value of the parameter to the given instant and the type to ParameterType.INSTANT
- setIntegerParameter(String, Integer) - Methode in Klasse de.dlr.proseo.model.Product
-
Set the named Integer parameter to the given value
- setIntegerValue(Integer) - Methode in Klasse de.dlr.proseo.model.Parameter
-
Sets the value of the parameter to the given integer and the type to ParameterType.INTEGER
- setIsCritical(Boolean) - Methode in Klasse de.dlr.proseo.model.Task
-
Sets whether this task is critical
- setIsFailed(Boolean) - Methode in Klasse de.dlr.proseo.model.JobStep
- setIsMandatory(Boolean) - Methode in Klasse de.dlr.proseo.model.SimpleSelectionRule
-
Indicate whether the selected product is mandatory
- setIsSatisfied(Boolean) - Methode in Klasse de.dlr.proseo.model.ProductQuery
-
Indicate that this product query is satisfied
- setIsTest(Boolean) - Methode in Klasse de.dlr.proseo.model.Processor
-
Sets whether this processor version is a test/evaluation version
- setJob(Job) - Methode in Klasse de.dlr.proseo.model.JobStep
-
Sets the enclosing job
- setJobOrderFilename(String) - Methode in Klasse de.dlr.proseo.model.JobStep
-
Sets the Job Order filename
- setJobOrderVersion(JobOrderVersion) - Methode in Klasse de.dlr.proseo.model.Processor
-
Sets the Job Order file specification version
- setJobs(Set<Job>) - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Sets the processing jobs
- setJobState(Job.JobState) - Methode in Klasse de.dlr.proseo.model.Job
-
Sets the processing state of the job and propagates it to the processing order
- setJobStep(JobStep) - Methode in Klasse de.dlr.proseo.model.Product
-
Sets the job step that created this product
- setJobStep(JobStep) - Methode in Klasse de.dlr.proseo.model.ProductQuery
-
Sets the job step issuing the query
- setJobSteps(Set<JobStep>) - Methode in Klasse de.dlr.proseo.model.Job
-
Sets the job steps
- setJobStepState(JobStep.JobStepState) - Methode in Klasse de.dlr.proseo.model.JobStep
-
Sets the state of the job step (and optionally its failure flag) and propagates this state to the job
- setJpqlQueryCondition(String) - Methode in Klasse de.dlr.proseo.model.ProductQuery
-
Sets the JPQL query condition
- setLocalStorageManagerUrl(String) - Methode in Klasse de.dlr.proseo.model.ProcessingFacility
-
Sets the URL of the facility's storage manager for local worker nodes
- setMaxJobsPerNode(Integer) - Methode in Klasse de.dlr.proseo.model.ProcessingFacility
-
Sets the maximum number of jobs schedulable per worker node
- setMaxTime(Integer) - Methode in Klasse de.dlr.proseo.model.Processor
-
Sets the maximum execution time in seconds
- setMinDiskSpace(Integer) - Methode in Klasse de.dlr.proseo.model.Processor
-
Sets the minimum required disk space in MB
- setMinimumCoverage(Short) - Methode in Klasse de.dlr.proseo.model.ProductQuery
-
Veraltet.
- setMinimumCoverage(Short) - Methode in Klasse de.dlr.proseo.model.SimpleSelectionRule
-
Sets the minimum percentage of coverage of the desired validity period
- setMinMemory(Integer) - Methode in Klasse de.dlr.proseo.model.Task
-
Sets the minimum required memory in GiB
- setMission(Mission) - Methode in Klasse de.dlr.proseo.model.MonProductProduction
- setMission(Mission) - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Sets the owning mission
- setMission(Mission) - Methode in Klasse de.dlr.proseo.model.ProcessorClass
-
Sets the mission this processor class belongs to
- setMission(Mission) - Methode in Klasse de.dlr.proseo.model.ProductClass
-
Sets the mission this product class belongs to
- setMission(Mission) - Methode in Klasse de.dlr.proseo.model.Spacecraft
-
Sets the mission of this spacecraft
- setMission(Mission) - Methode in Klasse de.dlr.proseo.model.Workflow
-
Sets the mission this workflow belongs to
- setMode(String) - Methode in Klasse de.dlr.proseo.model.Configuration
-
Sets the processing mode
- setMode(String) - Methode in Klasse de.dlr.proseo.model.Product
-
Sets the processing mode
- setMode(String) - Methode in Klasse de.dlr.proseo.model.SimpleSelectionRule
-
Sets the applicable processing mode
- setMonExtService(MonExtService) - Methode in Klasse de.dlr.proseo.model.MonExtServiceStateOperation
- setMonExtServiceId(long) - Methode in Klasse de.dlr.proseo.model.MonExtServiceStateOperationDay
- setMonExtServiceId(long) - Methode in Klasse de.dlr.proseo.model.MonExtServiceStateOperationMonth
- setMonOrderProgress(Set<MonOrderProgress>) - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Sets the order progress monitoring data
- setMonOrderState(MonOrderState) - Methode in Klasse de.dlr.proseo.model.MonOrderProgress
- setMonService(MonService) - Methode in Klasse de.dlr.proseo.model.MonServiceStateOperation
- setMonServiceId(long) - Methode in Klasse de.dlr.proseo.model.MonServiceStateOperationDay
- setMonServiceId(long) - Methode in Klasse de.dlr.proseo.model.MonServiceStateOperationMonth
- setMonServiceState(MonServiceState) - Methode in Klasse de.dlr.proseo.model.MonExtServiceStateOperation
- setMonServiceState(MonServiceState) - Methode in Klasse de.dlr.proseo.model.MonServiceStateOperation
- setName(String) - Methode in Klasse de.dlr.proseo.model.Mission
-
Sets the mission name
- setName(String) - Methode in Klasse de.dlr.proseo.model.MonExtService
- setName(String) - Methode in Klasse de.dlr.proseo.model.MonOrderState
- setName(String) - Methode in Klasse de.dlr.proseo.model.MonService
- setName(String) - Methode in Klasse de.dlr.proseo.model.MonServiceState
- setName(String) - Methode in Klasse de.dlr.proseo.model.Payload
-
Sets the payload name
- setName(String) - Methode in Klasse de.dlr.proseo.model.ProcessingFacility
-
Sets the name of the processing facility
- setName(String) - Methode in Klasse de.dlr.proseo.model.ProductArchive
-
Sets the descriptive name for the archive
- setName(String) - Methode in Klasse de.dlr.proseo.model.Spacecraft
-
Sets the spacecraft name
- setName(String) - Methode in Klasse de.dlr.proseo.model.Workflow
-
Sets the workflow name
- setName(String) - Methode in Klasse de.dlr.proseo.model.WorkflowOption
-
Sets the option name
- setNameId(String) - Methode in Klasse de.dlr.proseo.model.MonExtService
- setNameId(String) - Methode in Klasse de.dlr.proseo.model.MonService
- setNotificationEndpoint(NotificationEndpoint) - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
- setNumberOfCpus(Integer) - Methode in Klasse de.dlr.proseo.model.Task
-
Sets the suggested number of CPUs
- setOrbit(Orbit) - Methode in Klasse de.dlr.proseo.model.Job
-
Sets the related orbit
- setOrbit(Orbit) - Methode in Klasse de.dlr.proseo.model.Product
-
Sets the orbit for this product
- setOrbitNumber(Integer) - Methode in Klasse de.dlr.proseo.model.Orbit
-
Sets the orbit number
- setOrbits(List<Orbit>) - Methode in Klasse de.dlr.proseo.model.Spacecraft
-
Set the orbits of the spacecraft
- setOrderRetentionPeriod(Duration) - Methode in Klasse de.dlr.proseo.model.Mission
-
Sets the default order retention period
- setOrderSource(OrderSource) - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Sets the source application for the order
- setOrderState(OrderState) - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Sets the state of the processing order
- setOutputFileClass(String) - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Sets the file class for the output products
- setOutputFileClass(String) - Methode in Klasse de.dlr.proseo.model.Workflow
-
Sets the output file class
- setOutputParameters(Map<String, Parameter>) - Methode in Klasse de.dlr.proseo.model.ClassOutputParameter
- setOutputParameters(Map<String, Parameter>) - Methode in Klasse de.dlr.proseo.model.JobStep
-
Sets the output parameters
- setOutputParameters(Map<String, Parameter>) - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Sets the output parameters
- setOutputParameters(Map<String, Parameter>) - Methode in Klasse de.dlr.proseo.model.Workflow
-
Sets the output parameters
- setOutputProduct(Product) - Methode in Klasse de.dlr.proseo.model.JobStep
-
Sets the output product
- setOutputProductClass(ProductClass) - Methode in Klasse de.dlr.proseo.model.Workflow
-
Sets the output product class
- setParameters(Map<String, Parameter>) - Methode in Klasse de.dlr.proseo.model.Product
-
Sets the product parameters
- setParameterType(ParameterType) - Methode in Klasse de.dlr.proseo.model.Parameter
-
Sets the type of the parameter
- setParameterValue(Serializable) - Methode in Klasse de.dlr.proseo.model.Parameter
-
Sets the value of the parameter
- setPassword(String) - Methode in Klasse de.dlr.proseo.model.NotificationEndpoint
-
Sets the password; the password is not further encrypted, so only a (two-way) encrypted password should be provided.
- setPassword(String) - Methode in Klasse de.dlr.proseo.model.ProductArchive
-
Sets the password for Basic Authentication
- setPayloads(List<Payload>) - Methode in Klasse de.dlr.proseo.model.Spacecraft
-
Sets the list of payloads
- setPolicyType(SimplePolicy.PolicyType) - Methode in Klasse de.dlr.proseo.model.SimplePolicy
-
Sets the policy type
- setPriority(Integer) - Methode in Klasse de.dlr.proseo.model.Job
-
Sets the processing priority
- setPriority(Integer) - Methode in Klasse de.dlr.proseo.model.JobStep
-
Sets the processing priority
- setPriority(Integer) - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Sets the priority value for scheduling
- setProcessingCentre(String) - Methode in Klasse de.dlr.proseo.model.Mission
-
Sets the processing centre
- setProcessingCompletionTime(Instant) - Methode in Klasse de.dlr.proseo.model.JobStep
-
Sets the completion time of the processing job
- setProcessingEngineToken(String) - Methode in Klasse de.dlr.proseo.model.ProcessingFacility
-
Sets the authentication token for the processing engine
- setProcessingEngineUrl(String) - Methode in Klasse de.dlr.proseo.model.ProcessingFacility
-
Sets the URL of the facility's processing engine (Kubernetes instance)
- setProcessingFacility(ProcessingFacility) - Methode in Klasse de.dlr.proseo.model.Job
-
Sets the processing facility for this job
- setProcessingFacility(ProcessingFacility) - Methode in Klasse de.dlr.proseo.model.ProductFile
-
Sets the associated processing facility
- setProcessingLevel(ProcessingLevel) - Methode in Klasse de.dlr.proseo.model.ProductClass
-
Sets the processing level
- setProcessingMode(String) - Methode in Klasse de.dlr.proseo.model.JobStep
-
Sets the processing mode to run the processor in
- setProcessingMode(String) - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Sets the processing mode for the processors
- setProcessingMode(String) - Methode in Klasse de.dlr.proseo.model.Workflow
-
Sets the processing mode
- setProcessingModes(Set<String>) - Methode in Klasse de.dlr.proseo.model.Mission
-
Sets the processing mode tags defined for the mission
- setProcessingOrder(ProcessingOrder) - Methode in Klasse de.dlr.proseo.model.Job
-
Sets the order this job belongs to
- setProcessingOrders(Set<ProcessingOrder>) - Methode in Klasse de.dlr.proseo.model.Mission
-
Sets the processing orders issued for this mission
- setProcessingStartTime(Instant) - Methode in Klasse de.dlr.proseo.model.JobStep
-
Sets the start time of the processing job
- setProcessingStdErr(String) - Methode in Klasse de.dlr.proseo.model.JobStep
-
Sets the standard error output of the processing job
- setProcessingStdOut(String) - Methode in Klasse de.dlr.proseo.model.JobStep
-
Sets the standard output of the processing job
- setProcessor(Processor) - Methode in Klasse de.dlr.proseo.model.ConfiguredProcessor
-
Sets the associated versioned processor
- setProcessor(Processor) - Methode in Klasse de.dlr.proseo.model.Task
-
Sets the processor this task belongs to
- setProcessorClass(ProcessorClass) - Methode in Klasse de.dlr.proseo.model.Configuration
-
Sets the associated processor class
- setProcessorClass(ProcessorClass) - Methode in Klasse de.dlr.proseo.model.Processor
-
Sets the processor class
- setProcessorClass(ProcessorClass) - Methode in Klasse de.dlr.proseo.model.ProductClass
-
Gets the processor class capable of generating products of this class
- setProcessorClasses(Set<ProcessorClass>) - Methode in Klasse de.dlr.proseo.model.Mission
-
Sets the processor classes defined for this mission
- setProcessorName(String) - Methode in Klasse de.dlr.proseo.model.ProcessorClass
-
Sets the processor (class) name
- setProcessors(Set<Processor>) - Methode in Klasse de.dlr.proseo.model.ProcessorClass
-
Sets the processor versions for this class
- setProcessorVersion(String) - Methode in Klasse de.dlr.proseo.model.Processor
-
Sets the processor version
- setProduct(Product) - Methode in Klasse de.dlr.proseo.model.ProductFile
-
Sets the associated product
- setProductClass(ProductClass) - Methode in Klasse de.dlr.proseo.model.Product
-
Sets the product class
- setProductClasses(Set<ProductClass>) - Methode in Klasse de.dlr.proseo.model.Mission
-
Sets the product classes defined for this mission
- setProductClasses(Set<ProductClass>) - Methode in Klasse de.dlr.proseo.model.ProcessorClass
-
Sets the product classes processors of this class can generate
- setProductFile(ProductFile) - Methode in Klasse de.dlr.proseo.model.DownloadHistory
-
Sets the product file, which was downloaded
- setProductFile(Set<ProductFile>) - Methode in Klasse de.dlr.proseo.model.Product
-
Sets the set of product files (at most one per existing processing facility)
- setProductFileName(String) - Methode in Klasse de.dlr.proseo.model.DownloadHistory
-
Sets the file name of the download product
- setProductFileName(String) - Methode in Klasse de.dlr.proseo.model.ProductFile
-
Sets the name of the data file
- setProductFileSize(Long) - Methode in Klasse de.dlr.proseo.model.DownloadHistory
-
Sets the download product file size in bytes
- setProductFileTemplate(String) - Methode in Klasse de.dlr.proseo.model.Mission
-
Sets the product filename template
- setProductFileTemplate(String) - Methode in Klasse de.dlr.proseo.model.ProductClass
-
Sets the template for product file naming for this product class (will override template from Mission)
- setProductionLatencyAvg(int) - Methode in Klasse de.dlr.proseo.model.MonProductProduction
- setProductionLatencyMax(int) - Methode in Klasse de.dlr.proseo.model.MonProductProduction
- setProductionLatencyMin(int) - Methode in Klasse de.dlr.proseo.model.MonProductProduction
- setProductionType(ProductionType) - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Sets the production type context
- setProductionType(ProductionType) - Methode in Klasse de.dlr.proseo.model.Product
-
Sets the production type of the product
- setProductionType(String) - Methode in Klasse de.dlr.proseo.model.MonProductProduction
- setProductQuality(ProductQuality) - Methode in Klasse de.dlr.proseo.model.Configuration
-
Sets the product quality expected with this configuration
- setProductQuality(ProductQuality) - Methode in Klasse de.dlr.proseo.model.Product
-
Sets the product quality indicator
- setProductRetentionPeriod(Duration) - Methode in Klasse de.dlr.proseo.model.Mission
-
Sets the default product retention period
- setProductRetentionPeriod(Duration) - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Sets the retention period for products generated by this processing order
- setProductType(String) - Methode in Klasse de.dlr.proseo.model.ProductClass
-
Sets the prosEO-internal product type (product class identifier)
- setPublicationTime(Instant) - Methode in Klasse de.dlr.proseo.model.Product
-
Sets the product publication (= ingestion) time
- setRawDataAvailabilityTime(Instant) - Methode in Klasse de.dlr.proseo.model.Product
-
Sets the time of the availability of the satellite raw data
- setReleaseTime(Instant) - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Sets the date and time the order was released for processing
- setRequestedConfiguredProcessors(Set<ConfiguredProcessor>) - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Sets the requested configured processors
- setRequestedOrbits(List<Orbit>) - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Sets the requested orbits
- setRequestedProductClass(ProductClass) - Methode in Klasse de.dlr.proseo.model.ProductQuery
-
Sets the requested product class
- setRequestedProductClasses(Set<ProductClass>) - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Sets the requested product classes
- setRequestedStartTime(Instant) - Methode in Klasse de.dlr.proseo.model.Product
-
Sets the requested start time
- setRequestedStopTime(Instant) - Methode in Klasse de.dlr.proseo.model.Product
-
Sets the requested stop time
- setRequiredSelectionRules(Set<SimpleSelectionRule>) - Methode in Klasse de.dlr.proseo.model.ProductClass
-
Gets the set of required selection rules
- setRunningJobSteps(int) - Methode in Klasse de.dlr.proseo.model.MonOrderProgress
- setSatisfiedProductQueries(Set<ProductQuery>) - Methode in Klasse de.dlr.proseo.model.Product
-
Sets the set of satisfied product queries
- setSatisfyingProducts(Set<Product>) - Methode in Klasse de.dlr.proseo.model.ProductQuery
-
Set the products satisfying this query
- setSendAuthInBody(Boolean) - Methode in Klasse de.dlr.proseo.model.ProductArchive
-
Sets whether credentials for OpenID-based token requests shall be sent in request body
- setSensingStartTime(Instant) - Methode in Klasse de.dlr.proseo.model.InputProductReference
-
Sets the sensing start time of the input product
- setSensingStartTime(Instant) - Methode in Klasse de.dlr.proseo.model.Product
-
Sets the sensing start time
- setSensingStopTime(Instant) - Methode in Klasse de.dlr.proseo.model.InputProductReference
-
Sets the sensing stop time of the input product
- setSensingStopTime(Instant) - Methode in Klasse de.dlr.proseo.model.Product
-
Sets the sensing stop time
- setSensingTimeFlag(Boolean) - Methode in Klasse de.dlr.proseo.model.Processor
-
Sets whether this processor is executed on time intervals
- setSimplePolicies(List<SimplePolicy>) - Methode in Klasse de.dlr.proseo.model.SimpleSelectionRule
-
Sets the simple selection policies
- setSimpleRules(Collection<SimpleSelectionRule>) - Methode in Klasse de.dlr.proseo.model.util.SelectionRule
-
Sets the collection of simple selection rules for this rule
- setSliceDuration(Duration) - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Sets the duration for a single slice (for slicing type TIME_SLICE only)
- setSliceDuration(Duration) - Methode in Klasse de.dlr.proseo.model.Workflow
-
Sets the slice duration for sliced orders
- setSliceOverlap(Duration) - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Sets the overlap time between slices
- setSliceOverlap(Duration) - Methode in Klasse de.dlr.proseo.model.Workflow
-
Sets the overlap between adjacent slices
- setSlicingType(OrderSlicingType) - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Sets the method for partitioning the orbit time interval.
- setSlicingType(OrderSlicingType) - Methode in Klasse de.dlr.proseo.model.Workflow
-
Sets the order slicing type
- setSourceProductClass(ProductClass) - Methode in Klasse de.dlr.proseo.model.SimpleSelectionRule
-
Sets the source product classes (the input products selected by this rule)
- setSpacecraft(Spacecraft) - Methode in Klasse de.dlr.proseo.model.Orbit
-
Sets the related spacecraft
- setSpacecrafts(Set<Spacecraft>) - Methode in Klasse de.dlr.proseo.model.Mission
-
Sets the set of spacecrafts
- setSqlQueryCondition(String) - Methode in Klasse de.dlr.proseo.model.ProductQuery
-
Sets the SQL query condition
- setStartTime(long) - Methode in Klasse de.dlr.proseo.model.util.SelectionItem
-
Convenience method to set the validity start time from a Unix time value (milliseconds since 1970-01-01T00:00:00 UTC)
- setStartTime(Date) - Methode in Klasse de.dlr.proseo.model.util.SelectionItem
-
Convenience method to set the validity start time from a Java date object
- setStartTime(Instant) - Methode in Klasse de.dlr.proseo.model.Job
-
Sets the start time of the processing time interval
- setStartTime(Instant) - Methode in Klasse de.dlr.proseo.model.Orbit
-
Sets the orbit start time
- setStartTime(Instant) - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Sets the (earliest) start time of the processing time interval
- setStateMessage(String) - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Sets a message explaining the latest state change
- setStaticInputFiles(Set<ConfigurationInputFile>) - Methode in Klasse de.dlr.proseo.model.Configuration
-
Sets the static input files
- setStderrLogLevel(JobStep.StdLogLevel) - Methode in Klasse de.dlr.proseo.model.JobStep
- setStdoutLogLevel(JobStep.StdLogLevel) - Methode in Klasse de.dlr.proseo.model.JobStep
- setStopTime(long) - Methode in Klasse de.dlr.proseo.model.util.SelectionItem
-
Convenience method to set the validity end time from a Unix time value (milliseconds since 1970-01-01T00:00:00 UTC)
- setStopTime(Date) - Methode in Klasse de.dlr.proseo.model.util.SelectionItem
-
Convenience method to set the validity end time from a Java date object
- setStopTime(Instant) - Methode in Klasse de.dlr.proseo.model.Job
-
Sets the end time of the processing time interval
- setStopTime(Instant) - Methode in Klasse de.dlr.proseo.model.Orbit
-
Sets the orbit stop time
- setStopTime(Instant) - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Sets the (latest) stop time of the processing time interval
- setStorageManagerPassword(String) - Methode in Klasse de.dlr.proseo.model.ProcessingFacility
- setStorageManagerUrl(String) - Methode in Klasse de.dlr.proseo.model.ProcessingFacility
-
Sets the URL of the facility's storage manager
- setStorageManagerUser(String) - Methode in Klasse de.dlr.proseo.model.ProcessingFacility
- setStorageType(StorageType) - Methode in Klasse de.dlr.proseo.model.ProductFile
-
Sets the type of storage used at the processing facility
- setStringParameter(String, String) - Methode in Klasse de.dlr.proseo.model.Product
-
Set the named String parameter to the given value
- setStringValue(String) - Methode in Klasse de.dlr.proseo.model.Parameter
-
Sets the value of the parameter to the given string and the type to ParameterType.STRING
- setSubmissionTime(Instant) - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Sets the date and time the order was received
- setSupportedSelectionRules(Set<SimpleSelectionRule>) - Methode in Klasse de.dlr.proseo.model.ProductClass
-
Sets the set of supported selection rules
- setTargetProductClass(ProductClass) - Methode in Klasse de.dlr.proseo.model.SimpleSelectionRule
-
Sets the target product class (the one for which input products are selected by this rule)
- setTaskName(String) - Methode in Klasse de.dlr.proseo.model.Task
-
Sets the task name
- setTasks(List<Task>) - Methode in Klasse de.dlr.proseo.model.Processor
-
Sets the task list
- setTaskVersion(String) - Methode in Klasse de.dlr.proseo.model.Task
-
Sets the task version
- setTokenRequired(Boolean) - Methode in Klasse de.dlr.proseo.model.ProductArchive
-
Sets whether token-based authentication shall be used
- setTokenUri(String) - Methode in Klasse de.dlr.proseo.model.ProductArchive
-
Sets the URI for the token request endpoint
- setTotalLatencyAvg(int) - Methode in Klasse de.dlr.proseo.model.MonProductProduction
- setTotalLatencyMax(int) - Methode in Klasse de.dlr.proseo.model.MonProductProduction
- setTotalLatencyMin(int) - Methode in Klasse de.dlr.proseo.model.MonProductProduction
- setType(WorkflowOption.WorkflowOptionType) - Methode in Klasse de.dlr.proseo.model.WorkflowOption
-
Sets the option type
- setUpTime(double) - Methode in Klasse de.dlr.proseo.model.MonExtServiceStateOperationDay
- setUpTime(double) - Methode in Klasse de.dlr.proseo.model.MonExtServiceStateOperationMonth
- setUpTime(double) - Methode in Klasse de.dlr.proseo.model.MonServiceStateOperationDay
- setUpTime(double) - Methode in Klasse de.dlr.proseo.model.MonServiceStateOperationMonth
- setUri(String) - Methode in Klasse de.dlr.proseo.model.NotificationEndpoint
-
Sets the notification endpoint URI
- setUseInputFileTimeIntervals(Boolean) - Methode in Klasse de.dlr.proseo.model.Processor
-
Sets the indicator for generation of input file time intervals
- setUsername(String) - Methode in Klasse de.dlr.proseo.model.DownloadHistory
-
Sets the user initiating the download
- setUsername(String) - Methode in Klasse de.dlr.proseo.model.NotificationEndpoint
-
Sets the username
- setUsername(String) - Methode in Klasse de.dlr.proseo.model.ProductArchive
-
Sets the user name for Basic Authentication
- setUuid(UUID) - Methode in Klasse de.dlr.proseo.model.ConfiguredProcessor
-
Sets the universally unique identifier (UUID) of this processor configuration
- setUuid(UUID) - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Sets the universally unique identifier (UUID)
- setUuid(UUID) - Methode in Klasse de.dlr.proseo.model.Product
-
Sets the universally unique product identifier
- setUuid(UUID) - Methode in Klasse de.dlr.proseo.model.Workflow
-
Sets the workflow UUID
- setValueRange(List<String>) - Methode in Klasse de.dlr.proseo.model.WorkflowOption
-
Sets the available option values
- setVisibility(ProductVisibility) - Methode in Klasse de.dlr.proseo.model.ProductClass
-
Gets the product visibility to external users
- setWorkflow(Workflow) - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
-
Set the workflow
- setWorkflow(Workflow) - Methode in Klasse de.dlr.proseo.model.WorkflowOption
-
Sets the owning workflow
- setWorkflowOptions(Set<WorkflowOption>) - Methode in Klasse de.dlr.proseo.model.Workflow
-
Sets the available workflow options
- setWorkflowVersion(String) - Methode in Klasse de.dlr.proseo.model.Workflow
-
Sets the workflow version
- setZipChecksum(String) - Methode in Klasse de.dlr.proseo.model.ProductFile
-
Sets the MD5 checksum of the ZIP archive
- setZipChecksumTime(Instant) - Methode in Klasse de.dlr.proseo.model.ProductFile
-
Sets the computation time for the ZIP archive file checksum
- setZipFileName(String) - Methode in Klasse de.dlr.proseo.model.ProductFile
-
Sets the name of the ZIP archive
- setZipFileSize(Long) - Methode in Klasse de.dlr.proseo.model.ProductFile
-
Sets the size of the ZIP archive in bytes
- SimplePolicy - Klasse in de.dlr.proseo.model
-
A product retrieval policy consisting of a retrieval mode and a time interval with delta times as defined in Annex B of ESA's Generic IPF Interface Specifications (MMFI-GSEG-EOPG-TN-07-0003, issue 1.8).
- SimplePolicy() - Konstruktor für Klasse de.dlr.proseo.model.SimplePolicy
-
No-argument sets default values for type (ValIntersect) and delta times (0/0)
- SimplePolicy.DeltaTime - Klasse in de.dlr.proseo.model
-
Class representing a single overlapping time period
- SimplePolicy.PolicyType - Enum-Klasse in de.dlr.proseo.model
-
Available policy types as defined in ESA's Generic IPF Interface Specifications and other sources (e. g.
- SimpleSelectionRule - Klasse in de.dlr.proseo.model
-
A rule defining the required input ProductTypes for a certain output ProductType using an ordered list of SelectionPolicys.
- SimpleSelectionRule() - Konstruktor für Klasse de.dlr.proseo.model.SimpleSelectionRule
- Spacecraft - Klasse in de.dlr.proseo.model
-
The abstraction of a spacecraft used for a specific Mission.
- Spacecraft() - Konstruktor für Klasse de.dlr.proseo.model.Spacecraft
- SpacecraftRepository - Schnittstelle in de.dlr.proseo.model.dao
-
Data Access Object for the Spacecraft class
- STARTED - Enum-Konstante in Enum-Klasse de.dlr.proseo.model.Job.JobState
- startTime - Variable in Klasse de.dlr.proseo.model.util.SelectionItem
-
The start time of the item validity period
- stopTime - Variable in Klasse de.dlr.proseo.model.util.SelectionItem
-
The end time of the item validity period
- STRING - Enum-Konstante in Enum-Klasse de.dlr.proseo.model.WorkflowOption.WorkflowOptionType
-
The option value may be any string
T
- Task - Klasse in de.dlr.proseo.model
-
A single, separately adressable execution step of a Processor.
- Task() - Konstruktor für Klasse de.dlr.proseo.model.Task
- TaskRepository - Schnittstelle in de.dlr.proseo.model.dao
-
Data Access Object for the Task class
- testFilterConditions(Product) - Methode in Klasse de.dlr.proseo.model.ProductQuery
-
Test whether the given product satisfies the filter conditions of this query
- toMilliseconds() - Methode in Klasse de.dlr.proseo.model.SimplePolicy.DeltaTime
-
Convert the delta time to milliseconds
- toModelOrder(RestOrder) - Statische Methode in Klasse de.dlr.proseo.model.util.OrderUtil
-
Convert a REST order into a prosEO model processingorder (scalar and embedded attributes only, no orbit references)
- toRestOrder(ProcessingOrder) - Statische Methode in Klasse de.dlr.proseo.model.util.OrderUtil
-
Convert a prosEO model ProcessingOrder into a REST Order
- toSeconds() - Methode in Klasse de.dlr.proseo.model.SimplePolicy.DeltaTime
-
Convert the delta time to seconds (rounded to the nearest second)
- toString() - Methode in Klasse de.dlr.proseo.model.Configuration
- toString() - Methode in Klasse de.dlr.proseo.model.ConfigurationFile
- toString() - Methode in Klasse de.dlr.proseo.model.ConfigurationInputFile
- toString() - Methode in Klasse de.dlr.proseo.model.ConfiguredProcessor
- toString() - Methode in Klasse de.dlr.proseo.model.DownloadHistory
- toString() - Methode in Klasse de.dlr.proseo.model.InputProductReference
- toString() - Methode in Klasse de.dlr.proseo.model.Job
- toString() - Methode in Klasse de.dlr.proseo.model.JobStep
- toString() - Methode in Klasse de.dlr.proseo.model.Mission
- toString() - Methode in Klasse de.dlr.proseo.model.NotificationEndpoint
- toString() - Methode in Klasse de.dlr.proseo.model.Orbit
- toString() - Methode in Klasse de.dlr.proseo.model.Parameter
- toString() - Methode in Klasse de.dlr.proseo.model.ProcessingFacility
- toString() - Methode in Klasse de.dlr.proseo.model.ProcessingOrder
- toString() - Methode in Klasse de.dlr.proseo.model.Processor
- toString() - Methode in Klasse de.dlr.proseo.model.ProcessorClass
- toString() - Methode in Klasse de.dlr.proseo.model.Product
- toString() - Methode in Klasse de.dlr.proseo.model.ProductArchive
- toString() - Methode in Klasse de.dlr.proseo.model.ProductClass
- toString() - Methode in Klasse de.dlr.proseo.model.ProductFile
- toString() - Methode in Klasse de.dlr.proseo.model.ProductQuery
- toString() - Methode in Klasse de.dlr.proseo.model.SimplePolicy.DeltaTime
- toString() - Methode in Klasse de.dlr.proseo.model.SimplePolicy
- toString() - Methode in Klasse de.dlr.proseo.model.SimpleSelectionRule
- toString() - Methode in Klasse de.dlr.proseo.model.Spacecraft
- toString() - Methode in Klasse de.dlr.proseo.model.Task
- toString() - Methode in Klasse de.dlr.proseo.model.util.SelectionItem
- toString() - Methode in Klasse de.dlr.proseo.model.util.SelectionRule
- toString() - Methode in Klasse de.dlr.proseo.model.Workflow
- toString() - Methode in Klasse de.dlr.proseo.model.WorkflowOption
U
- unit - Variable in Klasse de.dlr.proseo.model.SimplePolicy.DeltaTime
-
The time unit applicable for this time period
V
- ValCover - Enum-Konstante in Enum-Klasse de.dlr.proseo.model.SimplePolicy.PolicyType
- ValIntersect - Enum-Konstante in Enum-Klasse de.dlr.proseo.model.SimplePolicy.PolicyType
- ValIntersectWithoutDuplicates - Enum-Konstante in Enum-Klasse de.dlr.proseo.model.SimplePolicy.PolicyType
- valueOf(String) - Statische Methode in Enum-Klasse de.dlr.proseo.model.Job.JobState
-
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
- valueOf(String) - Statische Methode in Enum-Klasse de.dlr.proseo.model.JobStep.JobStepState
-
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
- valueOf(String) - Statische Methode in Enum-Klasse de.dlr.proseo.model.JobStep.StdLogLevel
-
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
- valueOf(String) - Statische Methode in Enum-Klasse de.dlr.proseo.model.SimplePolicy.PolicyType
-
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
- valueOf(String) - Statische Methode in Enum-Klasse de.dlr.proseo.model.WorkflowOption.WorkflowOptionType
-
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
- values() - Statische Methode in Enum-Klasse de.dlr.proseo.model.Job.JobState
-
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
- values() - Statische Methode in Enum-Klasse de.dlr.proseo.model.JobStep.JobStepState
-
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
- values() - Statische Methode in Enum-Klasse de.dlr.proseo.model.JobStep.StdLogLevel
-
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
- values() - Statische Methode in Enum-Klasse de.dlr.proseo.model.SimplePolicy.PolicyType
-
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
- values() - Statische Methode in Enum-Klasse de.dlr.proseo.model.WorkflowOption.WorkflowOptionType
-
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
W
- WAITING_INPUT - Enum-Konstante in Enum-Klasse de.dlr.proseo.model.JobStep.JobStepState
- WARNING - Enum-Konstante in Enum-Klasse de.dlr.proseo.model.JobStep.StdLogLevel
- Workflow - Klasse in de.dlr.proseo.model
-
A Workflow allows to select a suitable ConfiguredProcessor based on a given input product type (and possibly also an output product type).
- Workflow() - Konstruktor für Klasse de.dlr.proseo.model.Workflow
- WorkflowOption - Klasse in de.dlr.proseo.model
-
Description of possible options, which can be set as "Dynamic Processing Parameters" in Job Orders created using the owning Workflow
- WorkflowOption() - Konstruktor für Klasse de.dlr.proseo.model.WorkflowOption
- WorkflowOption.WorkflowOptionType - Enum-Klasse in de.dlr.proseo.model
-
Allowed types for workflow options
- WorkflowOptionRepository - Schnittstelle in de.dlr.proseo.model.dao
-
Data Access Object for the WorkflowOption class
- WorkflowRepository - Schnittstelle in de.dlr.proseo.model.dao
-
Data Access Object for the Workflow class
Alle Klassen und Schnittstellen|Alle Packages|Konstantenfeldwerte