public class FindSubProcessInstancesCommand extends AuditCommand<List<ProcessInstanceLog>> implements org.kie.internal.command.ProcessInstanceIdCommand
auditLogService| Constructor and Description |
|---|
FindSubProcessInstancesCommand() |
FindSubProcessInstancesCommand(long processInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
List<ProcessInstanceLog> |
execute(org.kie.internal.command.Context cntxt) |
Long |
getProcessInstanceId() |
void |
setProcessInstanceId(Long processInstanceId) |
String |
toString() |
setAuditLogService, setLogEnvironmentpublic FindSubProcessInstancesCommand()
public FindSubProcessInstancesCommand(long processInstanceId)
public List<ProcessInstanceLog> execute(org.kie.internal.command.Context cntxt)
execute in interface org.drools.core.command.impl.ExecutableCommand<List<ProcessInstanceLog>>public Long getProcessInstanceId()
getProcessInstanceId in interface org.kie.internal.command.ProcessInstanceIdCommandpublic void setProcessInstanceId(Long processInstanceId)
setProcessInstanceId in interface org.kie.internal.command.ProcessInstanceIdCommandCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.