public class StartProcessInstanceCommand extends Object implements 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) |
Long |
getProcessInstanceId() |
void |
setProcessInstanceId(Long processInstanceId) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
canRunInTransaction
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 org.kie.api.runtime.process.ProcessInstance execute(org.kie.api.runtime.Context context)
execute
in interface ExecutableCommand<org.kie.api.runtime.process.ProcessInstance>
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.