public class FindProcessInstanceCommand extends AuditCommand<ProcessInstanceLog> implements org.kie.internal.command.ProcessInstanceIdCommand
auditLogService
Constructor and Description |
---|
FindProcessInstanceCommand() |
FindProcessInstanceCommand(long processInstanceId) |
Modifier and Type | Method and Description |
---|---|
ProcessInstanceLog |
execute(org.kie.api.runtime.Context cntxt) |
Long |
getProcessInstanceId() |
void |
setProcessInstanceId(Long processInstanceId) |
String |
toString() |
setAuditLogService, setLogEnvironment
public FindProcessInstanceCommand()
public FindProcessInstanceCommand(long processInstanceId)
public ProcessInstanceLog execute(org.kie.api.runtime.Context cntxt)
execute
in interface org.kie.api.command.ExecutableCommand<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–2019 JBoss by Red Hat. All rights reserved.