com.softwareag.centrasite.appl.framework.persistence.search.impl
Class PredicateFactory.RegistryObjectPropertySlotPredicateHandler
java.lang.Object
com.softwareag.centrasite.appl.framework.persistence.search.impl.PredicateFactory.RegistryObjectPropertySlotPredicateHandler
- All Implemented Interfaces:
- PredicateHandler
- Enclosing class:
- PredicateFactory
public static class PredicateFactory.RegistryObjectPropertySlotPredicateHandler
- extends java.lang.Object
- implements PredicateHandler
Handler for handling Registry Object Property Slot Predicates
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PredicateFactory.RegistryObjectPropertySlotPredicateHandler
public PredicateFactory.RegistryObjectPropertySlotPredicateHandler()
createPredicate
public Predicate createPredicate(Property property,
Operation operation,
java.lang.Object value)
- Description copied from interface:
PredicateHandler
- Creates a specific predicate
- Specified by:
createPredicate
in interface PredicateHandler
- Returns:
- Predicate
isHandling
public boolean isHandling(Property property,
Operation operation,
java.lang.Object value)
- Description copied from interface:
PredicateHandler
- Checks if the handler is applying to specific conditions concerning one
or more of the predicates properties
- Specified by:
isHandling
in interface PredicateHandler
- Returns:
- boolean