org.kuali.rice.kew.engine.node
Class RouteNodeUtils.RouteNodeSorter
java.lang.Object
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RouteNodeUtils.RouteNodeSorter
private RouteNodeUtils.RouteNodeSorter()
compare
public int compare(Object arg0,
Object arg1)
- Specified by:
compare
in interface Comparator
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.