jBPM :: Distribution 6.2.1-SNAPSHOT

org.jbpm.process.audit.command
Class FindProcessInstanceCommand

java.lang.Object
  extended by org.jbpm.process.audit.command.AuditCommand<ProcessInstanceLog>
      extended by org.jbpm.process.audit.command.FindProcessInstanceCommand
All Implemented Interfaces:
Serializable, org.drools.core.command.impl.GenericCommand<ProcessInstanceLog>, Command<ProcessInstanceLog>, org.kie.internal.command.ProcessInstanceIdCommand

public class FindProcessInstanceCommand
extends AuditCommand<ProcessInstanceLog>
implements org.kie.internal.command.ProcessInstanceIdCommand

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbpm.process.audit.command.AuditCommand
auditLogService
 
Constructor Summary
FindProcessInstanceCommand()
           
FindProcessInstanceCommand(long processInstanceId)
           
 
Method Summary
 ProcessInstanceLog execute(org.kie.internal.command.Context cntxt)
           
 Long getProcessInstanceId()
           
 void setProcessInstanceId(Long processInstanceId)
           
 String toString()
           
 
Methods inherited from class org.jbpm.process.audit.command.AuditCommand
setAuditLogService, setLogEnvironment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FindProcessInstanceCommand

public FindProcessInstanceCommand()

FindProcessInstanceCommand

public FindProcessInstanceCommand(long processInstanceId)
Method Detail

execute

public ProcessInstanceLog execute(org.kie.internal.command.Context cntxt)
Specified by:
execute in interface org.drools.core.command.impl.GenericCommand<ProcessInstanceLog>

getProcessInstanceId

public Long getProcessInstanceId()
Specified by:
getProcessInstanceId in interface org.kie.internal.command.ProcessInstanceIdCommand

setProcessInstanceId

public void setProcessInstanceId(Long processInstanceId)
Specified by:
setProcessInstanceId in interface org.kie.internal.command.ProcessInstanceIdCommand

toString

public String toString()
Overrides:
toString in class Object

jBPM :: Distribution 6.2.1-SNAPSHOT

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.