org.kuali.rice.kew.engine.node
Class RouteNodeUtils.RouteNodeSorter

java.lang.Object
  extended by org.kuali.rice.kew.engine.node.RouteNodeUtils.RouteNodeSorter
All Implemented Interfaces:
Comparator
Enclosing class:
RouteNodeUtils

private static class RouteNodeUtils.RouteNodeSorter
extends Object
implements Comparator

Sorts by RouteNodeId or the order the nodes will be evaluated in *roughly*. This is for display purposes when rendering a flattened list of nodes.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
private RouteNodeUtils.RouteNodeSorter()
           
 
Method Summary
 int compare(Object arg0, Object arg1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

RouteNodeUtils.RouteNodeSorter

private RouteNodeUtils.RouteNodeSorter()
Method Detail

compare

public int compare(Object arg0,
                   Object arg1)
Specified by:
compare in interface Comparator


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.