org.jbpm.process.audit.command
Class FindVariableInstancesCommand
java.lang.Object
org.jbpm.process.audit.command.AuditCommand<List<VariableInstanceLog>>
org.jbpm.process.audit.command.FindVariableInstancesCommand
- All Implemented Interfaces:
- Serializable, org.drools.core.command.impl.GenericCommand<List<VariableInstanceLog>>, Command<List<VariableInstanceLog>>, org.kie.internal.command.ProcessInstanceIdCommand
public class FindVariableInstancesCommand
- extends AuditCommand<List<VariableInstanceLog>>
- implements org.kie.internal.command.ProcessInstanceIdCommand
- See Also:
- Serialized Form
FindVariableInstancesCommand
public FindVariableInstancesCommand()
FindVariableInstancesCommand
public FindVariableInstancesCommand(long processInstanceId)
FindVariableInstancesCommand
public FindVariableInstancesCommand(long processInstanceId,
String variableId)
execute
public List<VariableInstanceLog> execute(org.kie.internal.command.Context cntxt)
- Specified by:
execute
in interface org.drools.core.command.impl.GenericCommand<List<VariableInstanceLog>>
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
getVariableId
public String getVariableId()
setVariableId
public void setVariableId(String variableId)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.