public class WorkflowTree extends Object
| Constructor and Description |
|---|
WorkflowTree() |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowTree> |
getChildren() |
String |
getId() |
String |
getName() |
WorkflowStartModeEnum |
getStart() |
org.springframework.core.io.Resource |
getTemplate() |
void |
populateMetaWfXml(StringWriter sw) |
int |
registerAllWorkflows(Map<String,String> params) |
void |
setChildren(List<WorkflowTree> children) |
void |
setName(String name) |
void |
setStart(WorkflowStartModeEnum start) |
void |
setTemplate(org.springframework.core.io.Resource template) |
public void populateMetaWfXml(StringWriter sw)
public int registerAllWorkflows(Map<String,String> params) throws eu.dnetlib.enabling.is.registry.rmi.ISRegistryException, IOException
eu.dnetlib.enabling.is.registry.rmi.ISRegistryExceptionIOExceptionpublic String getId()
public List<WorkflowTree> getChildren()
public void setChildren(List<WorkflowTree> children)
public String getName()
public void setName(String name)
public org.springframework.core.io.Resource getTemplate()
public void setTemplate(org.springframework.core.io.Resource template)
public WorkflowStartModeEnum getStart()
public void setStart(WorkflowStartModeEnum start)
Copyright © 2023. All rights reserved.