Public Member Functions | |
NotificationConstraintSet (Collection<? extends NotificationConstraint > c) | |
boolean | strongBond (String... key) |
boolean | wideBond (String... key) |
boolean | strongBond (ConstraintKeys keys) |
boolean | wideBond (ConstraintKeys keys) |
boolean | meetRequired (List< String > keys) |
boolean | meetOptionals (List< String > keys) |
boolean | isRestricted () |
Definition at line 30 of file NotificationConstraintSet.java.
org.turro.action.queue.NotificationConstraintSet.NotificationConstraintSet | ( | Collection<? extends NotificationConstraint > | c | ) |
Definition at line 32 of file NotificationConstraintSet.java.
boolean org.turro.action.queue.NotificationConstraintSet.isRestricted | ( | ) |
Definition at line 60 of file NotificationConstraintSet.java.
boolean org.turro.action.queue.NotificationConstraintSet.meetOptionals | ( | List< String > | keys | ) |
Definition at line 56 of file NotificationConstraintSet.java.
boolean org.turro.action.queue.NotificationConstraintSet.meetRequired | ( | List< String > | keys | ) |
Definition at line 52 of file NotificationConstraintSet.java.
boolean org.turro.action.queue.NotificationConstraintSet.strongBond | ( | ConstraintKeys | keys | ) |
Definition at line 44 of file NotificationConstraintSet.java.
boolean org.turro.action.queue.NotificationConstraintSet.strongBond | ( | String... | key | ) |
Definition at line 36 of file NotificationConstraintSet.java.
boolean org.turro.action.queue.NotificationConstraintSet.wideBond | ( | ConstraintKeys | keys | ) |
Definition at line 48 of file NotificationConstraintSet.java.
boolean org.turro.action.queue.NotificationConstraintSet.wideBond | ( | String... | key | ) |
Definition at line 40 of file NotificationConstraintSet.java.