public class ProcessDescRepoHelper extends Object
Constructor and Description |
---|
ProcessDescRepoHelper() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
Map<String,String> |
getInputs() |
Map<String,String> |
getItemDefinitions() |
ProcessDesc |
getProcess() |
Collection<String> |
getReusableSubProcesses() |
Map<String,String> |
getTaskAssignments() |
Map<String,Map<String,String>> |
getTaskInputMappings() |
Map<String,Map<String,String>> |
getTaskOutputMappings() |
Map<String,org.jbpm.services.task.impl.model.TaskDefImpl> |
getTasks() |
void |
setItemDefinitions(Map<String,String> itemDefinitions) |
void |
setProcess(ProcessDesc process) |
void |
setReusableSubProcesses(Collection<String> reusableSubProcesses) |
public void setProcess(ProcessDesc process)
public ProcessDesc getProcess()
public void clear()
public Collection<String> getReusableSubProcesses()
public void setReusableSubProcesses(Collection<String> reusableSubProcesses)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.