A C D F G H I L P R S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
F
- filter(String) - Method in class ca.saultstemarie.dsjquery.DSJQuery
-
Reduces the set of objects to those that match the given selector.
- filter_byObjectClass(String) - Method in class ca.saultstemarie.dsjquery.DSJQuery
-
Reduces the set of objects to those of a given object class.
- filter_byProperty_contains(String, String, boolean) - Method in class ca.saultstemarie.dsjquery.DSJQuery
-
Reduces the set of objects to those with property values containing a given value.
- filter_byProperty_endsWith(String, String, boolean) - Method in class ca.saultstemarie.dsjquery.DSJQuery
-
Reduces the set of objects to those with property values ending with a given value.
- filter_byProperty_equals(String, String, boolean) - Method in class ca.saultstemarie.dsjquery.DSJQuery
-
Reduces the set of objects to those with property values equal to a given value.
- filter_byProperty_startsWith(String, String, boolean) - Method in class ca.saultstemarie.dsjquery.DSJQuery
-
Reduces the set of objects to those with property values starting with a given value.
- find(String) - Method in class ca.saultstemarie.dsjquery.DSJQuery
-
Searches beneath all currently selected Collections for Documents and Collections that match the given selector.
- find_all() - Method in class ca.saultstemarie.dsjquery.DSJQuery
-
Searches beneath all currently selected Collections for all Documents and Collections.
- find_byHandle(String) - Method in class ca.saultstemarie.dsjquery.DSJQuery
-
Searches beneath all currently selected Collections for objects with the given handle.
- find_byObjectClass(String) - Method in class ca.saultstemarie.dsjquery.DSJQuery
-
Searches beneath all currently selection Collections for objects with a given object class.
- first() - Method in class ca.saultstemarie.dsjquery.DSJQuery
-
Filters the current set of documents and collections to only include the first one.
All Classes All Packages