A C D E G H I J L M O P R S T U V

A

abortProcess(Object) - Method in class org.mule.transport.bpm.jbpm.Jbpm
Delete a process instance.
advanceProcess(Object) - Method in class org.mule.transport.bpm.jbpm.Jbpm
Advance a process instance one step.
advanceProcess(Object, Object, Map) - Method in class org.mule.transport.bpm.jbpm.Jbpm
Advance a process instance one step.

C

close() - Method in class org.mule.transport.bpm.jbpm.MuleMessageService
 
close() - Method in class org.mule.transport.bpm.jbpm.MuleMessageServiceFactory
 
completeTask(TaskInstance) - Method in class org.mule.transport.bpm.jbpm.Jbpm
 
completeTask(TaskInstance, String) - Method in class org.mule.transport.bpm.jbpm.Jbpm
 
containerManaged - Variable in class org.mule.transport.bpm.jbpm.Jbpm
Indicates whether jBPM has been instantiated by the connector (false) or was passed in from somewhere else (true).
Continue - Class in org.mule.transport.bpm.jbpm.actions
Simply continues the process execution (moves on to the next state).
Continue() - Constructor for class org.mule.transport.bpm.jbpm.actions.Continue
 

D

deployProcess(String) - Method in class org.mule.transport.bpm.jbpm.Jbpm
Deploy a new process definition.
deployProcessFromStream(InputStream) - Method in class org.mule.transport.bpm.jbpm.Jbpm
 
destroy() - Method in class org.mule.transport.bpm.jbpm.Jbpm
 

E

execute(ExecutionContext) - Method in class org.mule.transport.bpm.jbpm.actions.Continue
 
execute(ExecutionContext) - Method in class org.mule.transport.bpm.jbpm.actions.IntegrationActionHandler
 
execute(ExecutionContext) - Method in class org.mule.transport.bpm.jbpm.actions.LoggingActionHandler
 
execute(ExecutionContext) - Method in class org.mule.transport.bpm.jbpm.actions.SendMuleEvent
 
execute(ExecutionContext) - Method in class org.mule.transport.bpm.jbpm.actions.SendMuleEventAndContinue
 
execute(ExecutionContext) - Method in class org.mule.transport.bpm.jbpm.actions.StoreIncomingData
 
execute(ExecutionContext) - Method in class org.mule.transport.bpm.jbpm.actions.ValidateMessageSource
 
execute(ExecutionContext) - Method in class org.mule.transport.bpm.jbpm.actions.ValidateMessageType
 
execute(JbpmContext) - Method in class org.mule.transport.bpm.jbpm.MuleMessage
 
expectedSource - Variable in class org.mule.transport.bpm.jbpm.actions.ValidateMessageSource
 
expectedType - Variable in class org.mule.transport.bpm.jbpm.actions.ValidateMessageType
 

G

generateMessage(String, Object, Map, boolean) - Method in class org.mule.transport.bpm.jbpm.MuleMessageService
 
getId(Object) - Method in class org.mule.transport.bpm.jbpm.Jbpm
 
getIncomingMessage() - Method in class org.mule.transport.bpm.jbpm.actions.IntegrationActionHandler
 
getJbpmConfiguration() - Method in class org.mule.transport.bpm.jbpm.Jbpm
 
getState(Object) - Method in class org.mule.transport.bpm.jbpm.Jbpm
 

H

hasEnded(Object) - Method in class org.mule.transport.bpm.jbpm.Jbpm
 

I

IntegrationActionHandler - Class in org.mule.transport.bpm.jbpm.actions
 
IntegrationActionHandler() - Constructor for class org.mule.transport.bpm.jbpm.actions.IntegrationActionHandler
 
isProcess(Object) - Method in class org.mule.transport.bpm.jbpm.Jbpm
 

J

Jbpm - Class in org.mule.transport.bpm.jbpm
jBPM's implementation of Mule's generic BPMS interface.
Jbpm() - Constructor for class org.mule.transport.bpm.jbpm.Jbpm
Creates the Mule wrapper for jBPM using a default configuration.
Jbpm(JbpmConfiguration) - Constructor for class org.mule.transport.bpm.jbpm.Jbpm
Creates the Mule BPM wrapper based on an already-initialized jBPM instance
jbpmConfiguration - Variable in class org.mule.transport.bpm.jbpm.Jbpm
 

L

loadTasks(ProcessInstance) - Method in class org.mule.transport.bpm.jbpm.Jbpm
 
logger - Variable in class org.mule.transport.bpm.jbpm.actions.LoggingActionHandler
 
logger - Static variable in class org.mule.transport.bpm.jbpm.Jbpm
 
LoggingActionHandler - Class in org.mule.transport.bpm.jbpm.actions
 
LoggingActionHandler() - Constructor for class org.mule.transport.bpm.jbpm.actions.LoggingActionHandler
 
lookupProcess(Object) - Method in class org.mule.transport.bpm.jbpm.Jbpm
Look up an already-running process instance.

M

MuleMessage - Class in org.mule.transport.bpm.jbpm
This is an unfinished work, see MULE-1219
MuleMessage() - Constructor for class org.mule.transport.bpm.jbpm.MuleMessage
 
MuleMessageService - Class in org.mule.transport.bpm.jbpm
jBPM has built-in support for messaging via the org.jbpm.msg.MessageService interface, the idea being that one can plug in a JMS implementation and send messages from a process using a standard "" construct.
MuleMessageService() - Constructor for class org.mule.transport.bpm.jbpm.MuleMessageService
 
MuleMessageServiceFactory - Class in org.mule.transport.bpm.jbpm
 
MuleMessageServiceFactory() - Constructor for class org.mule.transport.bpm.jbpm.MuleMessageServiceFactory
 

O

openService() - Method in class org.mule.transport.bpm.jbpm.MuleMessageServiceFactory
 
org.mule.transport.bpm.jbpm - package org.mule.transport.bpm.jbpm
 
org.mule.transport.bpm.jbpm.actions - package org.mule.transport.bpm.jbpm.actions
 

P

proxy - Static variable in class org.mule.transport.bpm.jbpm.MuleMessageService
 

R

resumeMessages(Token) - Method in class org.mule.transport.bpm.jbpm.MuleMessageService
 

S

send(Job) - Method in class org.mule.transport.bpm.jbpm.MuleMessageService
 
SendMuleEvent - Class in org.mule.transport.bpm.jbpm.actions
Sends a Mule message to the specified endpoint.
SendMuleEvent() - Constructor for class org.mule.transport.bpm.jbpm.actions.SendMuleEvent
 
SendMuleEventAndContinue - Class in org.mule.transport.bpm.jbpm.actions
Sends a Mule message to the specified endpoint and continues execution to the next state.
SendMuleEventAndContinue() - Constructor for class org.mule.transport.bpm.jbpm.actions.SendMuleEventAndContinue
 
setJbpmConfiguration(JbpmConfiguration) - Method in class org.mule.transport.bpm.jbpm.Jbpm
 
setMessageService(MessageService) - Method in class org.mule.transport.bpm.jbpm.Jbpm
 
setMessageService(MessageService) - Static method in class org.mule.transport.bpm.jbpm.MuleMessageService
 
startProcess(Object) - Method in class org.mule.transport.bpm.jbpm.Jbpm
Start a new process.
startProcess(Object, Object, Map) - Method in class org.mule.transport.bpm.jbpm.Jbpm
Start a new process.
StoreIncomingData - Class in org.mule.transport.bpm.jbpm.actions
Stores the incoming message payload into the specified variable.
StoreIncomingData() - Constructor for class org.mule.transport.bpm.jbpm.actions.StoreIncomingData
 
strict - Variable in class org.mule.transport.bpm.jbpm.actions.ValidateMessageType
 
suspendMessages(Token) - Method in class org.mule.transport.bpm.jbpm.MuleMessageService
 

T

transform(Object) - Method in class org.mule.transport.bpm.jbpm.actions.StoreIncomingData
This method may be overriden in order to store the incoming data as a different type.

U

updateProcess(Object, Map) - Method in class org.mule.transport.bpm.jbpm.Jbpm
Update the variables for a process instance.

V

ValidateMessageSource - Class in org.mule.transport.bpm.jbpm.actions
Throws an exception if the message's source is not as expected.
ValidateMessageSource() - Constructor for class org.mule.transport.bpm.jbpm.actions.ValidateMessageSource
 
ValidateMessageType - Class in org.mule.transport.bpm.jbpm.actions
Throws an exception if the incoming message's class is not as expected.
ValidateMessageType() - Constructor for class org.mule.transport.bpm.jbpm.actions.ValidateMessageType
 
variable - Variable in class org.mule.transport.bpm.jbpm.actions.StoreIncomingData
 

A C D E G H I J L M O P R S T U V

Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.