dlr-eoc / prosEO

prosEO – A Processing System for Earth Observation Data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COLLECTOR: Interface Inconsistencies

katharinabassler opened this issue · comments

This issue is a place to collect inconsistencies between specification and implementation. The aim is to identify related inconsistencies which can be fixed together.

For clarification: Inconsistencies here refer to discrepancies between the CLI syntax or REST interfaces on the one hand and implementations in Java on the other.

order-mgr: All methods of OrderJobControllerImpl.java accept an array of OrderStates. However, the parameter is only handled if the array length is exactly one and the state either COMPLETED or NON-COMPLETED. The latter is not a valid order state, and a full processing of all input is needed.