public class StartProcessInstanceWithParentCommand extends Object implements org.drools.core.command.impl.GenericCommand<org.kie.api.runtime.process.ProcessInstance>
Constructor and Description |
---|
StartProcessInstanceWithParentCommand() |
StartProcessInstanceWithParentCommand(Long processInstanceId,
Long parentProcessInstanceId) |
Modifier and Type | Method and Description |
---|---|
org.kie.api.runtime.process.ProcessInstance |
execute(org.kie.internal.command.Context context) |
Long |
getParentProcessInstanceId() |
Long |
getProcessInstanceId() |
void |
setParentProcessInstanceId(Long parentProcessInstanceId) |
void |
setProcessInstanceId(Long processInstanceId) |
public StartProcessInstanceWithParentCommand()
public org.kie.api.runtime.process.ProcessInstance execute(org.kie.internal.command.Context context)
execute
in interface org.drools.core.command.impl.GenericCommand<org.kie.api.runtime.process.ProcessInstance>
public Long getParentProcessInstanceId()
public void setParentProcessInstanceId(Long parentProcessInstanceId)
public Long getProcessInstanceId()
public void setProcessInstanceId(Long processInstanceId)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.