com.wewebu.ow.server.ecmimpl.alfresco.bpm.util
Class WorkflowDescriptionNameComparator
java.lang.Object
com.wewebu.ow.server.ecmimpl.alfresco.bpm.util.WorkflowDescriptionNameComparator
- All Implemented Interfaces:
- Comparator<OwAlfrescoBPMWorkflowDescription>
public class WorkflowDescriptionNameComparator
- extends Object
- implements Comparator<OwAlfrescoBPMWorkflowDescription>
Compares two OwAlfrescoBPMWorkflowDescription instances based on their OwAlfrescoBPMWorkflowDescription.getName().
For equal names it falls back to comparing by OwAlfrescoBPMWorkflowDescription.getId().
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
- Since:
- 4.0.0.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkflowDescriptionNameComparator
public WorkflowDescriptionNameComparator()
compare
public int compare(OwAlfrescoBPMWorkflowDescription o1,
OwAlfrescoBPMWorkflowDescription o2)
- Specified by:
compare in interface Comparator<OwAlfrescoBPMWorkflowDescription>
Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.