Uses of Class
ch.ivyteam.ivy.location.LocationQuery.LocationOrder.OrderDirection
-
Packages that use LocationQuery.LocationOrder.OrderDirection Package Description ch.ivyteam.ivy.location Defines alocation service
for storing and queryinglocation
information and that is available onusers
and tasks. -
-
Uses of LocationQuery.LocationOrder.OrderDirection in ch.ivyteam.ivy.location
Methods in ch.ivyteam.ivy.location that return LocationQuery.LocationOrder.OrderDirection Modifier and Type Method Description LocationQuery.LocationOrder.OrderDirection
LocationQuery.LocationOrder. address()
Orders the results by theaddress
LocationQuery.LocationOrder.OrderDirection
LocationQuery.LocationOrder. name()
Orders the results by thename
.LocationQuery.LocationOrder.OrderDirection
LocationQuery.LocationOrder. note()
Orders the results by thenote
.LocationQuery.LocationOrder.OrderDirection
LocationQuery.LocationOrder. timestamp()
Orders the results by thetimestamp
.LocationQuery.LocationOrder.OrderDirection
LocationQuery.LocationOrder. type()
Orders the results by thetype
.
-