@RequestMapping(path="/dss/flow/entrance") @RestController public class FlowExecutionRestfulApi extends Object
FlowExecutionRestfulApi()
org.apache.linkis.server.Message
execution(String id, String labels)
void
setEntranceServer(org.apache.linkis.entrance.EntranceServer entranceServer)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FlowExecutionRestfulApi()
public void setEntranceServer(org.apache.linkis.entrance.EntranceServer entranceServer)
@RequestMapping(value="/{id}/execution", method=GET) public org.apache.linkis.server.Message execution(@PathVariable(value="id") String id, @RequestParam(value="labels") String labels)
Copyright © 2022. All rights reserved.