From 68db901f8923a6ac7ef0706616701561e6de0db9 Mon Sep 17 00:00:00 2001
From: Matthew Jason Benson Sorts another nested resource collection according to the resources'
natural order, or by one or more nested resource comparators: A single resource collection is required. The sort can be controlled and customized by specifying one or more
@@ -532,7 +547,7 @@ natural order, or by one or more nested resource comparators:
+
+
+
+ Attribute
+ Description
+ Required
+
+
+ cache
+ Whether to cache results; disabling
+ may seriously impact performance
+ No, default true
+ Parameters specified as nested elements
name
@@ -570,10 +585,38 @@ natural order, or by one or more nested resource comparators:
Reverse the natural sort order, or a single nested comparator.
+Reverse the natural sort order, or that of a single nested comparator.
+Includes the first count resources from a nested resource collection. +This can be used in conjunction with the sort collection, +for example, to select the first few oldest, largest, etc. resources from a +larger collection.
++++
++ +Attribute +Description +Required ++ +count +The number of resources to include +No, default 1 ++ +cache +Whether to cache results; disabling + may seriously impact performance +No, default true +Parameters specified as nested elements
+A single resource collection is required.
+
The following resource collections implement set operations:
@@ -592,6 +635,21 @@ natural order, or by one or more nested resource comparators:difference
Difference of nested resource collections.
+The following attributes apply to all set-operation resource collections: +
++
+ +Attribute +Description +Required ++ +cache +Whether to cache results; disabling + may seriously impact performance +No, default true +