Package | Description |
---|---|
flux.file |
File triggers and actions
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
FileTrigger.setSortOrder(SortOrder sortingAlgorithm)
Sets the sorting algorithm used to order the file trigger result contents.
|
© 2000-2025 Flux Corporation. All rights reserved.