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.providers.bpm.jbpm.Jbpm
Delete a process instance.
advanceProcess(Object) - Method in class org.mule.providers.bpm.jbpm.Jbpm
Advance a process instance one step.
advanceProcess(Object, Object, Map) - Method in class org.mule.providers.bpm.jbpm.Jbpm
Advance a process instance one step.

C

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

D

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

E

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

G

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

H

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

I

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

J

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

L

LocalJbpmConfigurationFactoryBeanWorkaround - class org.springmodules.workflow.jbpm31.LocalJbpmConfigurationFactoryBeanWorkaround.
This class is an ugly workaround for the issue described in http://forum.springframework.org/showthread.php?p=87189 http://opensource.atlassian.com/projects/spring/browse/MOD-266

This was supposedly fixed in springmodules 0.7 but the problem still remains in 0.8!

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

M

MuleMessage - class org.mule.providers.bpm.jbpm.MuleMessage.
 
MuleMessage() - Constructor for class org.mule.providers.bpm.jbpm.MuleMessage
 
MuleMessageService - class org.mule.providers.bpm.jbpm.MuleMessageService.
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.providers.bpm.jbpm.MuleMessageService
 
MuleMessageServiceFactory - class org.mule.providers.bpm.jbpm.MuleMessageServiceFactory.
 
MuleMessageServiceFactory() - Constructor for class org.mule.providers.bpm.jbpm.MuleMessageServiceFactory
 

O

openService() - Method in class org.mule.providers.bpm.jbpm.MuleMessageServiceFactory
 
org.mule.providers.bpm.jbpm - package org.mule.providers.bpm.jbpm
 
org.mule.providers.bpm.jbpm.actions - package org.mule.providers.bpm.jbpm.actions
 
org.springmodules.workflow.jbpm31 - package org.springmodules.workflow.jbpm31
 

P

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

R

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

S

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

T

transform(Object) - Method in class org.mule.providers.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.providers.bpm.jbpm.Jbpm
Update the variables for a process instance.

V

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

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

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