Uses of Class
org.globus.cog.karajan.workflow.nodes.user.UDEDefinition

Packages that use UDEDefinition
org.globus.cog.karajan.workflow.nodes   
org.globus.cog.karajan.workflow.nodes.user   
 

Uses of UDEDefinition in org.globus.cog.karajan.workflow.nodes
 

Methods in org.globus.cog.karajan.workflow.nodes with parameters of type UDEDefinition
protected  void ExecuteElement.startDef(VariableStack stack, UDEDefinition def)
           
 

Uses of UDEDefinition in org.globus.cog.karajan.workflow.nodes.user
 

Methods in org.globus.cog.karajan.workflow.nodes.user that return UDEDefinition
 UDEDefinition UDEWrapper.getDef(VariableStack stack)
           
protected  UDEDefinition Self.getDefInternal(VariableStack stack)
           
protected  UDEDefinition UDEWrapper.getDefInternal(VariableStack stack)
           
 

Constructors in org.globus.cog.karajan.workflow.nodes.user with parameters of type UDEDefinition
UDEWrapper(UDEDefinition def)