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.api.runtime.Context cntxt) |
Long |
getProcessInstanceId() |
void |
setProcessInstanceId(Long processInstanceId) |
String |
toString() |
setAuditLogService, setLogEnvironment
public FindSubProcessInstancesCommand()
public FindSubProcessInstancesCommand(long processInstanceId)
public List<ProcessInstanceLog> execute(org.kie.api.runtime.Context cntxt)
execute
in interface org.kie.api.command.ExecutableCommand<List<ProcessInstanceLog>>
public Long getProcessInstanceId()
getProcessInstanceId
in interface org.kie.internal.command.ProcessInstanceIdCommand
public void setProcessInstanceId(Long processInstanceId)
setProcessInstanceId
in interface org.kie.internal.command.ProcessInstanceIdCommand
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.