com.servingxml.components.recordio
Interface Restriction

All Known Implementing Classes:
AndRestriction, FieldRestriction, NegateRestriction, NotRestriction, OrRestriction, RecordRestriction, Restriction.AlwaysAccept, ValueRestriction

public interface Restriction


Nested Class Summary
static class Restriction.AlwaysAccept
           
 
Field Summary
static Restriction ALWAYS_ACCEPT
           
static Restriction[] EMPTY_ARRAY
           
 
Method Summary
 boolean accept(ServiceContext context, Flow flow, Value value)
           
 

Field Detail

EMPTY_ARRAY

static final Restriction[] EMPTY_ARRAY

ALWAYS_ACCEPT

static final Restriction ALWAYS_ACCEPT
Method Detail

accept

boolean accept(ServiceContext context,
               Flow flow,
               Value value)