Uses of Class
wt.workflow.definer.WfExpression

Packages that use WfExpression
wt.clients.workflow.definer   
wt.workflow.definer
Provides workflow classes responsible for the definition of processes, activities, and the other objects that compose the workflow network. 
wt.workflow.robots
Provides workflow classes responsible for the execution of robot activities that are executed without human intervention. 
 

Uses of WfExpression in wt.clients.workflow.definer
 

Fields in wt.clients.workflow.definer declared as WfExpression
(package private)  WfExpression WfTemplateObjectTransition.currentExpression
           
(package private)  WfExpression WfTemplateObjectEvents.transactionExpression
           
(package private)  WfExpression WfTemplateObjectEvents.routerExpression
           
(package private)  WfExpression WfSynchTemplateObjectEvents.transactionExpression
           
(package private)  WfExpression WfSynchTemplateObjectEvents.routerExpression
           
(package private)  WfExpression WfSynchRobotTemplateSynch.transactionExpression
           
(package private)  WfExpression WfSynchRobotTemplateSynch.synchExpression
           
(package private)  WfExpression WfSynchRobotTemplateSynch.initTransactionExpression
           
(package private)  WfExpression WfSynchRobotTemplateSynch.initSynchExpression
           
(package private)  WfExpression WfSynchRobotTemplateEditor.synchExpression
           
(package private)  WfExpression WfSynchRobotTemplateEditor.initialSynchExpression
           
(package private)  WfExpression WfNodeTemplateEditor.routerExpression
           
(package private)  WfExpression WfExprRobotTemplateExpr.transactionExpression
           
(package private)  WfExpression WfExprRobotTemplateExpr.robotExpression
           
private  WfExpression WfExprRobotTemplateEditor.robotExpression
           
(package private)  WfExpression WfBlockTemplateExpression.transactionExpression
           
(package private)  WfExpression WfBlockTemplateExpression.whileExpression
           
private  WfExpression WfBlockTemplateEditor.blockExpression
           
 

Methods in wt.clients.workflow.definer that return WfExpression
(package private)  WfExpression WfTemplateObjectTransition.getExpression(Object transition)
           
(package private)  WfExpression WfTemplateObjectEditor.getTransitionExpression(Object transition, boolean create_new)
           
 WfExpression WfSynchRobotTemplateEditor.getSynchExpression(boolean create_new)
           
 WfExpression WfSynchRobotTemplateEditor.getInitSynchExpression(boolean create_new)
           
 WfExpression WfSynchRobotTemplateEditor.getInitSynchExpression(WfRobotActivityTemplate template)
           
(package private)  WfExpression WfNodeTemplateEditor.getRouterExpression(boolean create_new)
           
 WfExpression WfExprRobotTemplateEditor.getRobotExpression(boolean create_new)
           
 WfExpression WfBlockTemplateEditor.getBlockExpression(boolean create_new)
           
 

Methods in wt.clients.workflow.definer with parameters of type WfExpression
 void WfTemplateObjectEditor.setTransitionExpression(Object transition, WfExpression expression)
           
 void WfSynchRobotTemplateEditor.setSynchExpression(WfExpression synch_expression)
           
 void WfSynchRobotTemplateEditor.setInitSynchExpression(WfExpression synch_expression)
           
(package private)  void WfNodeTemplateEditor.setRouterExpression(WfExpression router_expression)
           
 void WfExprRobotTemplateEditor.setRobotExpression(WfExpression robot_expression)
           
 void WfBlockTemplateEditor.setBlockExpression(WfExpression block_expression)
           
 

Uses of WfExpression in wt.workflow.definer
 

Methods in wt.workflow.definer that return WfExpression
 WfExpression WfExpression.compile()
          Compiles and, if no errors are detected, loads the class generated from the expression.
 WfExpression WfExpression.compile(ProcessDataInfo signature)
          Compiles expression with the given context signature.
static WfExpression WfExpression.newWfExpression(WfNodeTemplate template)
          Deprecated. Use instead WfExpression.newWfExpression (WfNodeTemplate, WfExpression.ROUTER_EXPRESSION)
static WfExpression WfExpression.newWfExpression(WfNodeTemplate template, Object expr_type)
          Constructs a transition expression given the associated template and transition.
 WfExpression WfExpression.copy(WfNodeTemplate template)
          Returns a transient copy of the expression but associated with the template passed as argument.
private static WfExpression WfExportImportHandler.getInitSynchExpression(WfRobotActivityTemplate template)
           
private static WfExpression WfDefinitionHandler.validateExpression(WfExpression e)
           
private static WfExpression WfDefinitionDefaultDelegate.validateExpression(WfExpression e)
           
 WfExpression WfDefinerServiceFwd.compileExpression(WfExpression expression)
          Compiles and, if compilation is successful, loads expression.
 WfExpression WfDefinerServiceFwd.compileExpression(WfExpression expression, ProcessDataInfo signature)
          Compiles the expression passed as argument with the given signature.
 WfExpression WfDefinerServiceFwd.createRouterExpression(WfNodeTemplate template)
          Deprecated. Use instead PersistenceHelper.manager.save (WfExpression.newWfExpression (WfNodeTemplate, WfExpression.ROUTER_EXPRESSION))
 WfExpression WfDefinerServiceFwd.createTransitionExpression(WfTemplateObject template, Object transition)
          Deprecated. Use instead PersistenceHelper.manager.save (WfExpression.newWfExpression (node, transition))
 WfExpression WfDefinerServiceFwd.getBlockExpression(WfBlockTemplate block_template)
          Returns the expression associated to the block template passed as parameter.
 WfExpression WfDefinerServiceFwd.getRobotExpression(WfRobotActivityTemplate template)
          Returns router expression associated with template if it exists.
 WfExpression WfDefinerServiceFwd.getRouterExpression(WfNodeTemplate template)
          Returns router expression associated with template if it exists.
 WfExpression WfDefinerServiceFwd.getSynchExpression(WfRobotActivityTemplate template)
          Returns the fileter expression associated with template if it exists.
 WfExpression WfDefinerServiceFwd.getTransitionExpression(WfNodeTemplate template, Object transition)
          Returns the expression associated with a given process or activity template object and transiiton.
 WfExpression WfDefinerService.compileExpression(WfExpression expression)
          Compiles and, if compilation is successful, loads expression.
 WfExpression WfDefinerService.compileExpression(WfExpression expression, ProcessDataInfo signature)
          Compiles the expression passed as argument with the given signature.
 WfExpression WfDefinerService.createRouterExpression(WfNodeTemplate template)
          Deprecated. Use instead PersistenceHelper.manager.save (WfExpression.newWfExpression (WfNodeTemplate, WfExpression.ROUTER_EXPRESSION))
 WfExpression WfDefinerService.createTransitionExpression(WfTemplateObject template, Object transition)
          Deprecated. Use instead PersistenceHelper.manager.save (WfExpression.newWfExpression (node, transition))
 WfExpression WfDefinerService.getBlockExpression(WfBlockTemplate block_template)
          Returns the expression associated to the block template passed as parameter.
 WfExpression WfDefinerService.getRobotExpression(WfRobotActivityTemplate template)
          Returns router expression associated with template if it exists.
 WfExpression WfDefinerService.getRouterExpression(WfNodeTemplate template)
          Returns router expression associated with template if it exists.
 WfExpression WfDefinerService.getSynchExpression(WfRobotActivityTemplate template)
          Returns the fileter expression associated with template if it exists.
 WfExpression WfDefinerService.getTransitionExpression(WfNodeTemplate template, Object transition)
          Returns the expression associated with a given process or activity template object and transiiton.
 WfExpression StandardWfDefinerService.compileExpression(WfExpression expression)
          Compiles and, if compilation is successful, loads expression.
 WfExpression StandardWfDefinerService.compileExpression(WfExpression expression, ProcessDataInfo signature)
          Compiles the expression passed as argument with the given signature.
 WfExpression StandardWfDefinerService.createRouterExpression(WfNodeTemplate template)
          Deprecated. Use instead PersistenceHelper.manager.save (WfExpression.newWfExpression (WfNodeTemplate, WfExpression.ROUTER_EXPRESSION))
 WfExpression StandardWfDefinerService.createTransitionExpression(WfTemplateObject template, Object transition)
          Deprecated. Use instead PersistenceHelper.manager.save (WfExpression.newWfExpression (node, transition))
 WfExpression StandardWfDefinerService.getBlockExpression(WfBlockTemplate block_template)
          Returns the expression associated to the block template passed as parameter.
 WfExpression StandardWfDefinerService.getRobotExpression(WfRobotActivityTemplate template)
          Returns router expression associated with template if it exists.
 WfExpression StandardWfDefinerService.getRouterExpression(WfNodeTemplate template)
          Returns router expression associated with template if it exists.
 WfExpression StandardWfDefinerService.getSynchExpression(WfRobotActivityTemplate template)
          Returns the fileter expression associated with template if it exists.
 WfExpression StandardWfDefinerService.getTransitionExpression(WfNodeTemplate template, Object transition)
          Returns the expression associated with a given process or activity template object and transiiton.
private static WfExpression LoadWorkflow.createExpression(String exprBody, WfNodeTemplate node)
           
 

Methods in wt.workflow.definer with parameters of type WfExpression
protected  boolean WfExpression.readVersion(WfExpression thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
private static void WfDefinitionHandler.deleteExpression(WfExpression e)
          Process the deletion of an Expression object.
private static WfExpression WfDefinitionHandler.validateExpression(WfExpression e)
           
private static void WfDefinitionDefaultDelegate.deleteExpression(WfExpression e)
          Process the deletion of an Expression object.
private static WfExpression WfDefinitionDefaultDelegate.validateExpression(WfExpression e)
           
 WfExpression WfDefinerServiceFwd.compileExpression(WfExpression expression)
          Compiles and, if compilation is successful, loads expression.
 WfExpression WfDefinerServiceFwd.compileExpression(WfExpression expression, ProcessDataInfo signature)
          Compiles the expression passed as argument with the given signature.
 Object WfDefinerServiceFwd.executeExpression(WfExpression expression, Object[] values)
          Evaluates the expression for the given array of values.
 WfExpression WfDefinerService.compileExpression(WfExpression expression)
          Compiles and, if compilation is successful, loads expression.
 WfExpression WfDefinerService.compileExpression(WfExpression expression, ProcessDataInfo signature)
          Compiles the expression passed as argument with the given signature.
 Object WfDefinerService.executeExpression(WfExpression expression, Object[] values)
          Evaluates the expression for the given array of values.
 WfExpression StandardWfDefinerService.compileExpression(WfExpression expression)
          Compiles and, if compilation is successful, loads expression.
 WfExpression StandardWfDefinerService.compileExpression(WfExpression expression, ProcessDataInfo signature)
          Compiles the expression passed as argument with the given signature.
 Object StandardWfDefinerService.executeExpression(WfExpression expression, Object[] values)
          Evaluates the expression for the given array of values.
 

Uses of WfExpression in wt.workflow.robots
 

Fields in wt.workflow.robots declared as WfExpression
private  WfExpression WfSynchRobot.synchExpr
           
 

Methods in wt.workflow.robots that return WfExpression
 WfExpression WfSynchRobot.getSynchExpr()
          Gets the value of the attribute: SYNCH_EXPR.
 

Methods in wt.workflow.robots with parameters of type WfExpression
 void WfSynchRobot.setSynchExpr(WfExpression a_SynchExpr)
          Sets the value of the attribute: SYNCH_EXPR.