Package | Description |
---|---|
org.overlord.rtgov.active.collection | |
org.overlord.rtgov.active.collection.predicate |
Modifier and Type | Method and Description |
---|---|
protected Predicate |
ActiveCollection.getPredicate()
This method returns the predicate.
|
protected Predicate |
ActiveCollection.ActiveCollectionAdapter.getPredicate()
The predicate.
|
Predicate |
ActiveCollectionSource.DerivedDefinition.getPredicate()
This method gets the predicate for the derived collection.
|
Predicate |
QuerySpec.getPredicate()
This method returns the optional predicate.
|
Modifier and Type | Method and Description |
---|---|
ActiveCollection |
AbstractActiveCollectionManager.create(String name,
ActiveCollection parent,
Predicate predicate,
Map<String,Object> properties)
This method derives a local active collection, from the supplied
parent active collection, with the supplied predicate to filter
results from the parent collection.
|
ActiveCollection |
ActiveCollectionManager.create(String name,
ActiveCollection parent,
Predicate predicate,
Map<String,Object> properties)
This method derives a local active collection, from the supplied
parent active collection, with the supplied predicate to filter
results from the parent collection.
|
protected abstract ActiveCollection |
ActiveCollection.derive(String name,
ActiveCollectionContext context,
Predicate predicate,
Map<String,Object> properties)
This method derives a child active collection from this parent collection,
with the specified name, and filtered using the supplied predicate.
|
protected ActiveCollection |
ActiveList.derive(String name,
ActiveCollectionContext context,
Predicate predicate,
Map<String,Object> properties)
This method derives a child active collection from this parent collection,
with the specified name, and filtered using the supplied predicate.
|
protected ActiveCollection |
ActiveMap.derive(String name,
ActiveCollectionContext context,
Predicate predicate,
Map<String,Object> properties)
This method derives a child active collection from this parent collection,
with the specified name, and filtered using the supplied predicate.
|
void |
ActiveCollectionSource.DerivedDefinition.setPredicate(Predicate predicate)
This method sets the predicate for the derived collection.
|
void |
QuerySpec.setPredicate(Predicate pred)
This method sets the optional predicate.
|
Constructor and Description |
---|
ActiveCollection(String name,
ActiveCollection parent,
ActiveCollectionContext context,
Predicate predicate,
Map<String,Object> properties)
This constructor initializes the active collection as a derived
version of the supplied collection, that applies the supplied predicate.
|
ActiveCollectionAdapter(ActiveCollection parent,
ActiveCollectionContext context,
Predicate predicate)
This constructor initializes the fields within the adapter.
|
ActiveList(String name,
ActiveCollection parent,
ActiveCollectionContext context,
Predicate predicate,
Map<String,Object> properties)
This constructor initializes the active list as a derived
version of the supplied collection, that applies the supplied predicate.
|
ActiveMap(String name,
ActiveCollection parent,
ActiveCollectionContext context,
Predicate predicate,
Map<String,Object> properties)
This constructor initializes the active map as a derived
version of the supplied collection, that applies the supplied predicate.
|
Modifier and Type | Class and Description |
---|---|
class |
MVEL
This class provides an MVEL implementation of the
predicate interface.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.