Class EntryPredicate

java.lang.Object
ddf.catalog.pubsub.predicate.EntryPredicate
All Implemented Interfaces:
Predicate

public class EntryPredicate extends Object implements Predicate
  • Constructor Details

    • EntryPredicate

      public EntryPredicate()
    • EntryPredicate

      public EntryPredicate(String catalogId)
    • EntryPredicate

      public EntryPredicate(URI dad)
  • Method Details

    • matches

      public boolean matches(org.osgi.service.event.Event properties)
      Specified by:
      matches in interface Predicate
    • getCatalogId

      public String getCatalogId()
    • getDad

      public URI getDad()
    • setDad

      public void setDad(URI productUri)
    • toString

      public String toString()
      Overrides:
      toString in class Object