org.qi4j.library.rest.server.restlet
Class InteractionConstraintsService.InteractionConstraintBinding

java.lang.Object
  extended by org.qi4j.library.rest.server.restlet.InteractionConstraintsService.InteractionConstraintBinding
Enclosing class:
InteractionConstraintsService

public class InteractionConstraintsService.InteractionConstraintBinding
extends java.lang.Object


Constructor Summary
InteractionConstraintsService.InteractionConstraintBinding(InteractionConstraint<java.lang.annotation.Annotation> constraint, java.lang.annotation.Annotation annotation)
           
 
Method Summary
 boolean isValid(ObjectSelection objectSelection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InteractionConstraintsService.InteractionConstraintBinding

public InteractionConstraintsService.InteractionConstraintBinding(InteractionConstraint<java.lang.annotation.Annotation> constraint,
                                                                  java.lang.annotation.Annotation annotation)
Method Detail

isValid

public boolean isValid(ObjectSelection objectSelection)