jBPM :: Services API 6.2.0.Beta3

Uses of Interface
org.jbpm.services.api.model.VariableDesc

Packages that use VariableDesc
org.jbpm.services.api   
 

Uses of VariableDesc in org.jbpm.services.api
 

Methods in org.jbpm.services.api that return types with arguments of type VariableDesc
 Collection<VariableDesc> RuntimeDataService.getVariableHistory(long processInstanceId, String variableId, org.kie.internal.query.QueryContext queryContext)
          Returns collection of changes to given variable within scope of process instance
 Collection<VariableDesc> RuntimeDataService.getVariablesCurrentState(long processInstanceId)
          Returns collections of all process variables current value for given process instance
 


jBPM :: Services API 6.2.0.Beta3

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