|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
Action |
CorePipelineProvider.newAssignObjectAsResult()
|
static Action |
PipelineFactory.newAssignObjectAsResult()
This assigns the propagating payload object to the PipelineContext.result property |
Action |
CorePipelineProvider.newExecuteResultHandler()
|
static Action |
PipelineFactory.newExecuteResultHandler()
When inserting into a Pipeline a ResultHandler may be passed. |
Action |
JmsMessengerProvider.newJmsUnwrapMessageObject()
|
static Action |
PipelineFactory.newJmsUnwrapMessageObject()
Unwrap the payload from the JMS Message and propagate it as the payload object. |
Action |
CorePipelineProvider.newMvelAction(String action)
|
static Action |
PipelineFactory.newMvelAction(String action)
Create a new MVEL 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||