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

java.lang.Object
  extended by org.qi4j.library.rest.server.restlet.InteractionConstraintsService
All Implemented Interfaces:
InteractionConstraints

public class InteractionConstraintsService
extends java.lang.Object
implements InteractionConstraints

JAVADOC


Nested Class Summary
 class InteractionConstraintsService.ConstraintBinding
           
 class InteractionConstraintsService.InteractionConstraintBinding
           
static class InteractionConstraintsService.InteractionConstraintsBinding
           
 class InteractionConstraintsService.RequiresValidBinding
           
 
Constructor Summary
InteractionConstraintsService()
           
 
Method Summary
 boolean isValid(java.lang.Class resourceClass, ObjectSelection objectSelection, Module module)
           
 boolean isValid(java.lang.reflect.Method method, ObjectSelection objectSelection, Module module)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InteractionConstraintsService

public InteractionConstraintsService()
Method Detail

isValid

public boolean isValid(java.lang.reflect.Method method,
                       ObjectSelection objectSelection,
                       Module module)
Specified by:
isValid in interface InteractionConstraints

isValid

public boolean isValid(java.lang.Class resourceClass,
                       ObjectSelection objectSelection,
                       Module module)
Specified by:
isValid in interface InteractionConstraints