jBPM distribution 6.0.0.Beta1

Uses of Class
org.droolsjbpm.services.impl.model.VariableStateDesc

Packages that use VariableStateDesc
org.droolsjbpm.services.api   
org.droolsjbpm.services.impl   
 

Uses of VariableStateDesc in org.droolsjbpm.services.api
 

Methods in org.droolsjbpm.services.api that return types with arguments of type VariableStateDesc
 Collection<VariableStateDesc> RuntimeDataService.getVariableHistory(long processInstanceId, String variableId)
           
 Collection<VariableStateDesc> RuntimeDataService.getVariablesCurrentState(long processInstanceId)
           
 

Uses of VariableStateDesc in org.droolsjbpm.services.impl
 

Methods in org.droolsjbpm.services.impl that return types with arguments of type VariableStateDesc
 Collection<VariableStateDesc> RuntimeDataServiceImpl.getVariableHistory(long processInstanceId, String variableId)
           
 Collection<VariableStateDesc> RuntimeDataServiceImpl.getVariablesCurrentState(long processInstanceId)
           
 


jBPM distribution 6.0.0.Beta1

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