public class StartProcessInstanceCommand extends Object implements org.kie.api.command.ExecutableCommand<org.kie.api.runtime.process.ProcessInstance>, org.kie.internal.command.ProcessInstanceIdCommand
Constructor and Description |
---|
StartProcessInstanceCommand() |
StartProcessInstanceCommand(Long processInstanceId) |
Modifier and Type | Method and Description |
---|---|
org.kie.api.runtime.process.ProcessInstance |
execute(org.kie.api.runtime.Context context) |
String |
getOutIdentifier() |
Long |
getProcessInstanceId() |
void |
setOutIdentifier(String outIdentifier) |
void |
setProcessInstanceId(Long processInstanceId) |
String |
toString() |
public StartProcessInstanceCommand()
public StartProcessInstanceCommand(Long processInstanceId)
public Long getProcessInstanceId()
getProcessInstanceId
in interface org.kie.internal.command.ProcessInstanceIdCommand
public void setProcessInstanceId(Long processInstanceId)
setProcessInstanceId
in interface org.kie.internal.command.ProcessInstanceIdCommand
public String getOutIdentifier()
public void setOutIdentifier(String outIdentifier)
public 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>
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.