|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Predicate | |
---|---|
com.genesyslab.platform.applicationblocks.com | |
com.genesyslab.platform.applicationblocks.com.cache | |
com.genesyslab.platform.applicationblocks.commons | |
com.genesyslab.platform.applicationblocks.commons.broker | |
com.genesyslab.platform.apptemplate.application | This package provides helper components for connectivity with Genesys Configuration Framework. |
Uses of Predicate in com.genesyslab.platform.applicationblocks.com |
---|
Classes in com.genesyslab.platform.applicationblocks.com that implement Predicate | |
---|---|
class |
NotificationFilter
This class is used to retrieve events from the Configuration Server. |
Methods in com.genesyslab.platform.applicationblocks.com with parameters of type Predicate | |
---|---|
void |
ConfService.register(Action<ConfEvent> handler,
Predicate<ConfEvent> filter)
Registers custom handler for ConfigurationEvent's handling. |
Uses of Predicate in com.genesyslab.platform.applicationblocks.com.cache |
---|
Classes in com.genesyslab.platform.applicationblocks.com.cache that implement Predicate | |
---|---|
class |
ConfCacheFilter
A filter for ConfCacheEvents. |
Methods in com.genesyslab.platform.applicationblocks.com.cache that return Predicate | |
---|---|
Predicate<ConfEvent> |
DefaultConfCache.getFilter()
|
Methods in com.genesyslab.platform.applicationblocks.com.cache with parameters of type Predicate | |
---|---|
void |
DefaultConfCache.register(Action<ConfCacheEvent> handler,
Predicate<ConfCacheEvent> filter)
Registers a delegate for receiving notifications from the cache based on the specified filter. |
Uses of Predicate in com.genesyslab.platform.applicationblocks.commons |
---|
Classes in com.genesyslab.platform.applicationblocks.commons that implement Predicate | |
---|---|
class |
AndPredicate<T>
Deprecated. Message Broker Application Block is deprecated. Use setMessageHandler(handler) to handle incoming messages asynchronously. |
class |
CompositePredicateBase<T>
Deprecated. Message Broker Application Block is deprecated. Use setMessageHandler(handler) to handle incoming messages asynchronously. |
class |
OrPredicate<T>
Deprecated. Message Broker Application Block is deprecated. Use setMessageHandler(handler) to handle incoming messages asynchronously. |
class |
PredicateBase<T>
Deprecated. Message Broker Application Block is deprecated. Use setMessageHandler(handler) to handle incoming messages asynchronously. |
Methods in com.genesyslab.platform.applicationblocks.commons that return types with arguments of type Predicate | |
---|---|
protected java.util.ArrayList<Predicate<T>> |
CompositePredicateBase.getPredicates()
Deprecated. Gets list of atomic predicates. |
Methods in com.genesyslab.platform.applicationblocks.commons with parameters of type Predicate | |
---|---|
void |
CompositePredicateBase.addPredicate(Predicate<T> predicate)
Deprecated. Adds a predicate to the predicates' set. |
void |
CompositePredicateBase.removePredicate(Predicate<T> predicate)
Deprecated. Removes a predicate from the predicates' set. |
Constructors in com.genesyslab.platform.applicationblocks.commons with parameters of type Predicate | |
---|---|
AndPredicate(Predicate<T> predicate0,
Predicate<T> predicate1)
Deprecated. Creates an instance of AndPredicate class. |
|
AndPredicate(Predicate<T> predicate0,
Predicate<T> predicate1)
Deprecated. Creates an instance of AndPredicate class. |
|
CompositePredicateBase(Predicate<T> p0,
Predicate<T> p1)
Deprecated. Creates an instance of CompositePredicateBase class. |
|
CompositePredicateBase(Predicate<T> p0,
Predicate<T> p1)
Deprecated. Creates an instance of CompositePredicateBase class. |
|
OrPredicate(Predicate<T> predicate0,
Predicate<T> predicate1)
Deprecated. OrPredicate predicate created with this constructor is an analog
of an 'OR' binary logical operation. |
|
OrPredicate(Predicate<T> predicate0,
Predicate<T> predicate1)
Deprecated. OrPredicate predicate created with this constructor is an analog
of an 'OR' binary logical operation. |
Uses of Predicate in com.genesyslab.platform.applicationblocks.commons.broker |
---|
Classes in com.genesyslab.platform.applicationblocks.commons.broker that implement Predicate | |
---|---|
class |
MessageFilter
Deprecated. Message Broker Application Block is deprecated. Use setMessageHandler(handler) to handle incoming messages asynchronously. |
class |
MessageIdFilter
Deprecated. Message Broker Application Block is deprecated. Use setMessageHandler(handler) to handle incoming messages asynchronously. |
class |
MessageNameFilter
Deprecated. Message Broker Application Block is deprecated. Use setMessageHandler(handler) to handle incoming messages asynchronously. |
class |
MessageRangeFilter
Deprecated. Message Broker Application Block is deprecated. Use setMessageHandler(handler) to handle incoming messages asynchronously. |
class |
RequestFilter
Deprecated. Message Broker Application Block is deprecated. Use setMessageHandler(handler) to handle incoming messages asynchronously. |
Methods in com.genesyslab.platform.applicationblocks.commons.broker that return Predicate | |
---|---|
Predicate<T> |
Subscriber.getFilter()
Gets filter predicate that allows checking whether publishing event should be processed or ignored. |
Predicate<Message> |
RequestFilter.getMessageFilter()
Deprecated. Gets message filter. |
Methods in com.genesyslab.platform.applicationblocks.commons.broker with parameters of type Predicate | |
---|---|
void |
BrokerServiceBase.register(Action<T> handler,
Predicate<T> filter)
Deprecated. Subscribes an action to be performed when a publishing event occurs. |
void |
SubscriptionService.register(Action<T> handler,
Predicate<T> filter)
Registers an action to be performed when a publishing event occurs. |
void |
RequestFilter.setMessageFilter(Predicate<Message> value)
Deprecated. Sets message filter. |
Constructors in com.genesyslab.platform.applicationblocks.commons.broker with parameters of type Predicate | |
---|---|
RequestFilter(Predicate<Message> filter)
Deprecated. Creates an instance of RequestFilter class. |
Uses of Predicate in com.genesyslab.platform.apptemplate.application |
---|
Classes in com.genesyslab.platform.apptemplate.application that implement Predicate | |
---|---|
protected static class |
GFAppCfgLogOptionsEventListener.TheAppLogOptionsFilter
|
protected static class |
GFAppCfgOptionsEventListener.TheAppConfigDataFilter
|
Fields in com.genesyslab.platform.apptemplate.application declared as Predicate | |
---|---|
static Predicate<GFAppCfgEvent> |
GFAppCfgOptionsEventListener.THE_APP_CONFIGDATA_FILTER
|
static Predicate<GFAppCfgEvent> |
GFAppCfgLogOptionsEventListener.THE_APP_LOG_OPTIONS_FILTER
|
Methods in com.genesyslab.platform.apptemplate.application that return Predicate | |
---|---|
Predicate<GFAppCfgEvent> |
GFAppCfgOptionsEventListener.getFilter()
|
Predicate<GFAppCfgEvent> |
GFAppCfgLogOptionsEventListener.getFilter()
|
Methods in com.genesyslab.platform.apptemplate.application with parameters of type Predicate | |
---|---|
void |
GFApplicationConfigurationManager.register(Action<GFAppCfgEvent> handler,
Predicate<GFAppCfgEvent> filter)
|
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |