| void | RoutingConstraint. applyForcedProcessServerRouting(ConstraintContext context) | Possibility to overrule (apply routing) for the forced process server. | 
| void | RoutingConstraint. applyQueueRouting(ConstraintContext context) | Possibility to overrule (apply routing) the queue. | 
| void | Constraint. execute(ConstraintContext context) | Execute this constraint. | 
| String | Constraint. getDisplayValue(ConstraintContext context,
               String parameterName,
               Object value) | Calculate the display value for the given internal value | 
| LOVCollection | Constraint. getLOV(ConstraintContext context,
      String parameterName,
      String query,
      int startAt,
      int fetchSize) | Get an LOV for the specified parameter. | 
| LOVSupport | Constraint. getLOVSupport(ConstraintContext context,
             String parameterName) | Does this constraint provide LOV support for the specified parameter? | 
| boolean | RoutingConstraint. isAllowedForcedProcessServer(ConstraintContext context,
                            ProcessServer processServer) | Does this constraint allow this process server as a forced process server? | 
| boolean | RoutingConstraint. isAllowedQueue(ConstraintContext context,
              Queue queue) | Does this constraint allow this queue? | 
| void | Constraint. update(ConstraintContext context,
      String parameterName,
      String changedParameterName) | Notifies constraint about parameter changes |