Package | Description |
---|---|
org.overlord.rtgov.activity.validator | |
org.overlord.rtgov.ep.mvel | |
org.overlord.rtgov.epn |
Modifier and Type | Method and Description |
---|---|
Predicate |
ActivityValidator.getPredicate()
This method gets the optional predicate that can be
used to assess whether a supplied activity is
applicable to the validator.
|
Modifier and Type | Method and Description |
---|---|
void |
ActivityValidator.setPredicate(Predicate predicate)
This method sets the optional predicate that can be
used to assess whether a supplied activity is
applicable to the validator.
|
Modifier and Type | Class and Description |
---|---|
class |
MVELPredicate
This class represents the MVEL implementation of the Event
Processor.
|
Modifier and Type | Method and Description |
---|---|
Predicate |
Node.getPredicate()
This method returns the optional predicate that can be used
to filter the source events that should be processed.
|
Modifier and Type | Method and Description |
---|---|
void |
Node.setPredicate(Predicate pred)
This method sets the optional predicate that can be used
to filter the source events that should be processed.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.