Overview

Summary

ContactDonateImprint


Appendix E-12: ORBIT TYPE (UI prompt)


OrbitTypeLaunchVehicleModuleSpaceports

Properties (2)

PropertyTypeEntityReferenceModule
(1) DescriptionSTRINGOrbitType
(2) NameSTRINGOrbitType


Module Interfaces (6)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /orbittypefindAllOrbitType()LaunchVehicleModuleGETOrbitType
(2) /orbittype/{id}deleteOrbitTypeById(id)LaunchVehicleModuleDELETEOrbitType
(3) /orbittype/{id}findOrbitTypeById(id)LaunchVehicleModuleGETOrbitType
(4) /launch/orbittype/{id}findAllLaunchOfOrbitType(id)LaunchVehicleModuleGETOrbitType Launch
(5) /orbittypeinsertOrbitType(orbittype)LaunchVehicleModulePOSTOrbitType
(6) /orbittype/{id}updateOrbitTypeById(orbittype)LaunchVehicleModulePUTOrbitType





Example:

final OrbitType orbittype = (OrbitType) invokeModule(LAUNCH_VEHICLE_MODULE + "/orbittype/" + id, OrbitType.class);
if (orbittype != null) {
}
return orbittype;


Overview

Summary

ContactDonateImprint