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

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

public class InteractionConstraintsService.ConstraintBinding
extends java.lang.Object


Constructor Summary
InteractionConstraintsService.ConstraintBinding(Constraint<java.lang.annotation.Annotation,java.lang.Object> constraint, java.lang.annotation.Annotation annotation, java.lang.Class roleClass)
           
 
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.ConstraintBinding

public InteractionConstraintsService.ConstraintBinding(Constraint<java.lang.annotation.Annotation,java.lang.Object> constraint,
                                                       java.lang.annotation.Annotation annotation,
                                                       java.lang.Class roleClass)
Method Detail

isValid

public boolean isValid(ObjectSelection objectSelection)