jBPM distribution 6.0.1.Final

org.jbpm.process.audit.command
Class FindVariableInstancesByNameCommand

java.lang.Object
  extended by org.jbpm.process.audit.command.AbstractHistoryLogCommand<List<VariableInstanceLog>>
      extended by org.jbpm.process.audit.command.FindVariableInstancesByNameCommand
All Implemented Interfaces:
Serializable, org.drools.core.command.impl.GenericCommand<List<VariableInstanceLog>>, Command<List<VariableInstanceLog>>

public class FindVariableInstancesByNameCommand
extends AbstractHistoryLogCommand<List<VariableInstanceLog>>

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbpm.process.audit.command.AbstractHistoryLogCommand
auditLogService
 
Constructor Summary
FindVariableInstancesByNameCommand()
           
FindVariableInstancesByNameCommand(String variableId)
           
FindVariableInstancesByNameCommand(String variableId, boolean onlyFromActiveProcesses)
           
FindVariableInstancesByNameCommand(String variableId, String value)
           
FindVariableInstancesByNameCommand(String variableId, String value, boolean onlyFromActiveProcesses)
           
 
Method Summary
 List<VariableInstanceLog> execute(org.kie.internal.command.Context cntxt)
           
 String toString()
           
 
Methods inherited from class org.jbpm.process.audit.command.AbstractHistoryLogCommand
setLogEnvironment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FindVariableInstancesByNameCommand

public FindVariableInstancesByNameCommand()

FindVariableInstancesByNameCommand

public FindVariableInstancesByNameCommand(String variableId)

FindVariableInstancesByNameCommand

public FindVariableInstancesByNameCommand(String variableId,
                                          boolean onlyFromActiveProcesses)

FindVariableInstancesByNameCommand

public FindVariableInstancesByNameCommand(String variableId,
                                          String value)

FindVariableInstancesByNameCommand

public FindVariableInstancesByNameCommand(String variableId,
                                          String value,
                                          boolean onlyFromActiveProcesses)
Method Detail

execute

public List<VariableInstanceLog> execute(org.kie.internal.command.Context cntxt)

toString

public String toString()
Overrides:
toString in class Object

jBPM distribution 6.0.1.Final

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