Uses of Class
org.jbpm.context.def.VariableAccess

Packages that use VariableAccess
org.jbpm.graph.action contains basic action implementations. 
org.jbpm.graph.node contains basic node implementations. 
org.jbpm.jpdl.xml jpdl xml parsing. 
org.jbpm.taskmgmt.def   
 

Uses of VariableAccess in org.jbpm.graph.action
 

Fields in org.jbpm.graph.action with type parameters of type VariableAccess
protected  java.util.Set<VariableAccess> Script.variableAccesses
           
 

Methods in org.jbpm.graph.action that return types with arguments of type VariableAccess
 java.util.Set<VariableAccess> Script.getVariableAccesses()
           
 

Methods in org.jbpm.graph.action with parameters of type VariableAccess
 void Script.addVariableAccess(VariableAccess variableAccess)
           
 

Method parameters in org.jbpm.graph.action with type arguments of type VariableAccess
 void Script.setVariableAccesses(java.util.Set<VariableAccess> variableAccesses)
           
 

Uses of VariableAccess in org.jbpm.graph.node
 

Fields in org.jbpm.graph.node with type parameters of type VariableAccess
protected  java.util.Set<VariableAccess> ProcessState.variableAccesses
           
 

Methods in org.jbpm.graph.node that return types with arguments of type VariableAccess
 java.util.Set<VariableAccess> ProcessState.getVariableAccesses()
           
 

Method parameters in org.jbpm.graph.node with type arguments of type VariableAccess
 void ProcessState.setVariableAccesses(java.util.Set<VariableAccess> variableAccesses)
           
 

Uses of VariableAccess in org.jbpm.jpdl.xml
 

Methods in org.jbpm.jpdl.xml that return types with arguments of type VariableAccess
 java.util.List<VariableAccess> JpdlXmlReader.readVariableAccesses(org.dom4j.Element element)
           
 

Uses of VariableAccess in org.jbpm.taskmgmt.def
 

Methods in org.jbpm.taskmgmt.def that return types with arguments of type VariableAccess
 java.util.List<VariableAccess> TaskController.getVariableAccesses()
           
 

Method parameters in org.jbpm.taskmgmt.def with type arguments of type VariableAccess
 void TaskController.setVariableAccesses(java.util.List<VariableAccess> variableAccesses)
           
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.