@Controller
public class WorkflowsController
extends eu.dnetlib.functionality.modular.ui.AbstractAjaxController
| Constructor and Description |
|---|
WorkflowsController() |
@RequestMapping(value="/ui/list_metaworkflows.json") @ResponseBody public List<MetaWorkflowDescriptor> listMetaWorflowsForSection(@RequestParam(value="section",required=false) String sectionName, @RequestParam(value="dsId",required=false) String dsId) throws eu.dnetlib.enabling.is.lookup.rmi.ISLookUpException, IOException
eu.dnetlib.enabling.is.lookup.rmi.ISLookUpExceptionIOException@RequestMapping(value="/ui/wf_metaworkflow.json") @ResponseBody public AdvancedMetaWorkflowDescriptor getMetaWorkflow(@RequestParam(value="id",required=true) String id) throws Exception
Exception@RequestMapping(value="/ui/wf_atomic_workflow.json") @ResponseBody public AtomicWorkflowDescriptor getAtomicWorkflow(@RequestParam(value="id",required=true) String id) throws Exception
Exception@RequestMapping(value="/ui/wf_atomic_workflow.img")
public void showAtomicWorkflow(javax.servlet.http.HttpServletResponse response,
@RequestParam(value="id",required=true)
String id)
throws Exception
Exception@RequestMapping(value="/ui/wf.start") @ResponseBody public String startWorkflow(@RequestParam(value="id",required=true) String id) throws Exception
Exception@RequestMapping(value="/ui/metawf.start") @ResponseBody public String startMetaWorkflow(@RequestParam(value="id",required=true) String id) throws Exception
Exception@RequestMapping(value="/ui/wf_workflow_node.json") @ResponseBody public NodeInfo workflowNode_info(@RequestParam(value="wf",required=true) String wfId, @RequestParam(value="node",required=true) String nodeName) throws eu.dnetlib.enabling.is.lookup.rmi.ISLookUpException, IOException
eu.dnetlib.enabling.is.lookup.rmi.ISLookUpExceptionIOException@RequestMapping(value="/ui/wf_metaworkflow.edit")
@ResponseBody
public boolean scheduleMetaWorkflow(@RequestParam(value="json",required=true)
String json)
throws Exception
Exception@RequestMapping(value="/ui/clone_metaworkflow.do") @ResponseBody public String cloneMetaWf(@RequestParam(value="id",required=true) String id, @RequestParam(value="name",required=true) String name) throws Exception
Exception@RequestMapping(value="/ui/wf_proc_node.json") @ResponseBody public NodeTokenInfo getProcessWorkflowNode(@RequestParam(value="id",required=true) String pid, @RequestParam(value="node",required=true) long nid) throws Exception
Exception@RequestMapping(value="/ui/wf_proc.img")
public void showProcessWorkflow(javax.servlet.http.HttpServletResponse response,
@RequestParam(value="id",required=true)
String id)
throws Exception
Exception@RequestMapping(value="/ui/wf_proc.kill")
@ResponseBody
public boolean killProcessWorkflow(@RequestParam(value="id",required=true)
String id)
throws Exception
Exception@RequestMapping(value="/ui/wf_journal.range") @ResponseBody public Collection<ProcessListEntry> rangeWfJournal(@RequestParam(value="start",required=true) String start, @RequestParam(value="end",required=true) String end) throws Exception
Exception@RequestMapping(value="/ui/wf_journal.find") @ResponseBody public Collection<ProcessListEntry> findWfJournal(@RequestParam(value="wfs",required=true) String wfs)
@RequestMapping(value="/ui/wf_journal_byFamily.find") @ResponseBody public Collection<ProcessListEntry> findWfJournalByFamily(@RequestParam(value="family",required=true) String family) throws IOException
IOException@RequestMapping(value="/ui/wf_journal.get") @ResponseBody public Map<String,Object> getWfJournalLog(@RequestParam(value="id",required=true) String id) throws Exception
Exception@RequestMapping(value="/ui/wf_atomic_workflow.enable") @ResponseBody public String enableAtomicWf(@RequestParam(value="id",required=true) String id, @RequestParam(value="start",required=true) String value) throws Exception
Exception@RequestMapping(value="/ui/workflow_user_params.json") @ResponseBody public List<NodeWithUserParams> listWorkflowUserParams(@RequestParam(value="wf",required=true) String wfId) throws Exception
ExceptionCopyright © 2025. All rights reserved.