Modifier and Type | Method and Description |
---|---|
EventProcessor |
ActivityValidator.getEventProcessor()
This method gets the event processor used to
intercept and analyse the activity event.
|
Modifier and Type | Method and Description |
---|---|
void |
ActivityValidator.setEventProcessor(EventProcessor ep)
This method sets the event processor used to
intercept and analyse the activity event.
|
Modifier and Type | Class and Description |
---|---|
class |
DroolsEventProcessor
This class represents the Drools implementation of the Event
Processor.
|
Modifier and Type | Class and Description |
---|---|
class |
JPAEventProcessor
This class represents the JPA implementation of the Event Processor.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyValueStoreEventProcessor
The generic Keyvalue event processor implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
MailEventProcessor
This class represents the JavaMail implementation of the Event
Processor.
|
Modifier and Type | Class and Description |
---|---|
class |
MVELEventProcessor
This class represents the MVEL implementation of the Event
Processor.
|
Modifier and Type | Method and Description |
---|---|
EventProcessor |
Node.getEventProcessor()
This method returns the event processor.
|
Modifier and Type | Method and Description |
---|---|
void |
Node.setEventProcessor(EventProcessor ep)
This method sets the event processor.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.