Uses of Class
flux.file.SortOrder

Packages that use SortOrder
flux.file File triggers and actions 
 

Uses of SortOrder in flux.file
 

Methods in flux.file that return SortOrder
 SortOrder FileTrigger.getSortOrder()
          Returns the sorting algorithm used to order the file trigger result contents.
static SortOrder SortOrder.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SortOrder[] SortOrder.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in flux.file with parameters of type SortOrder
 void FileTrigger.setSortOrder(SortOrder sortingAlgorithm)
          Sets the sorting algorithm used to order the file trigger result contents.
 



© 2014 Flux Corporation. All rights reserved.