Sorting the List of Mobile Workflow Packages

You can sort and filter the list of Mobile Workflow packages.

By default, the Hybrid Web Container displays Mobile Workflow packages in alphabetical order by package name. This procedure shows how to change the list so that it is case-sensitive. The related comment tag is ANDROID_CUSTOMIZATION_POINT_HYBRIDAPPSORT.

  1. Open the CustomizationHelper.java file, which is located in the ...\HybridWebContainer\src\com\sybase\hwc folder.
  2. Find the getHybridAppComparator() method.
    The comparator is used to order application (HybridApp) objects and is called by sort.
  3. Modify the comparator to order the applications to meet your requirements.
  4. Save the file.