public class StartProcessFromNodeIdsCommand extends StartProcessCommand implements org.kie.internal.command.CorrelationKeyCommand
| Constructor and Description |
|---|
StartProcessFromNodeIdsCommand() |
StartProcessFromNodeIdsCommand(String processId,
Map<String,Object> parameters) |
StartProcessFromNodeIdsCommand(String processId,
Map<String,Object> parameters,
String outIdentifier) |
StartProcessFromNodeIdsCommand(String processId,
String outIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
org.kie.api.runtime.process.ProcessInstance |
execute(org.kie.api.runtime.Context context) |
org.kie.internal.process.CorrelationKey |
getCorrelationKey() |
List<String> |
getNodeIds() |
void |
setCorrelationKey(org.kie.internal.process.CorrelationKey key) |
void |
setNodeIds(List<String> nodeIds) |
getData, getOutIdentifier, getParameters, getProcessId, putParameter, setData, setOutIdentifier, setParameters, setProcessId, toStringpublic StartProcessFromNodeIdsCommand()
public StartProcessFromNodeIdsCommand(String processId, String outIdentifier)
public StartProcessFromNodeIdsCommand(String processId, Map<String,Object> parameters)
public void setCorrelationKey(org.kie.internal.process.CorrelationKey key)
setCorrelationKey in interface org.kie.internal.command.CorrelationKeyCommandpublic org.kie.internal.process.CorrelationKey getCorrelationKey()
getCorrelationKey in interface org.kie.internal.command.CorrelationKeyCommandpublic org.kie.api.runtime.process.ProcessInstance execute(org.kie.api.runtime.Context context)
execute in interface org.kie.api.command.ExecutableCommand<org.kie.api.runtime.process.ProcessInstance>execute in class StartProcessCommandCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.