org.qi4j.library.rest.server.api.constraint
Class ServiceAvailable.ServiceAvailableConstraint

java.lang.Object
  extended by org.qi4j.library.rest.server.api.constraint.ServiceAvailable.ServiceAvailableConstraint
All Implemented Interfaces:
InteractionConstraint<ServiceAvailable>
Enclosing class:
ServiceAvailable

public static class ServiceAvailable.ServiceAvailableConstraint
extends java.lang.Object
implements InteractionConstraint<ServiceAvailable>


Constructor Summary
ServiceAvailable.ServiceAvailableConstraint()
           
 
Method Summary
 boolean isValid(ServiceAvailable serviceAvailable, ObjectSelection objectSelection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceAvailable.ServiceAvailableConstraint

public ServiceAvailable.ServiceAvailableConstraint()
Method Detail

isValid

public boolean isValid(ServiceAvailable serviceAvailable,
                       ObjectSelection objectSelection)
Specified by:
isValid in interface InteractionConstraint<ServiceAvailable>