Uses of Interface
org.drools.runtime.pipeline.Action

Packages that use Action
org.drools.runtime.pipeline The PipelineFactory and associated classes are there to help with the automation of getting information into and out of Drools. 
org.drools.runtime.pipeline.impl   
 

Uses of Action in org.drools.runtime.pipeline
 

Methods in org.drools.runtime.pipeline that return Action
static Action PipelineFactory.newAssignObjectAsResult()
          This assigns the propagating payload object to the PipelineContext.result property
 Action CorePipelineProvider.newAssignObjectAsResult()
           
static Action PipelineFactory.newExecuteResultHandler()
          When inserting into a Pipeline a ResultHandler may be passed.
 Action CorePipelineProvider.newExecuteResultHandler()
           
static Action PipelineFactory.newJmsUnwrapMessageObject()
          Unwrap the payload from the JMS Message and propagate it as the payload object.
 Action JmsMessengerProvider.newJmsUnwrapMessageObject()
           
static Action PipelineFactory.newMvelAction(String action)
          Create a new MVEL action
 Action CorePipelineProvider.newMvelAction(String action)
           
 

Uses of Action in org.drools.runtime.pipeline.impl
 

Classes in org.drools.runtime.pipeline.impl that implement Action
 class AssignObjectAsResult
           
 class ExecuteResultHandler
           
 class JmsUnwrapMessageObject
           
 class MvelAction
           
 

Methods in org.drools.runtime.pipeline.impl that return Action
 Action CorePipelineProviderImpl.newAssignObjectAsResult()
           
 Action CorePipelineProviderImpl.newExecuteResultHandler()
           
 Action JmsMessengerProviderImpl.newJmsUnwrapMessageObject()
           
 Action CorePipelineProviderImpl.newMvelAction(String action)
           
 



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