Package com.inductiveautomation.ignition.gateway.dataroutes
package com.inductiveautomation.ignition.gateway.dataroutes
-
ClassDescriptionAn access control strategy that understands how to map the
PermissionType
enum to the gateways' configured required permissions far that type.Contains logic for filtering, searching, sorting, and paging through a set of objects.Used by routes that want to support LHS-style filtering, paging, searching, and sorting query params like:Enum representing the various methods allowed by HTTP.Handler for a route that returns a list of items.Used by routes to configure OpenApi OperationObjects.Wrapper around an HttpServletRequest to include some helpful data forRouteHandler
instances.Formats an object returned by aRouteHandler
into a string suitable for the body of an HTTP response.A bundle of routes mounted underneath /data/group-name/*A "list" route is a route that returns a list of items.Handler that is associated with a mounted route.Contextual information for a Route to be mountedException thrown during route mounting if validation of the properties of the route-to-be-mounted failsUsed as the "context object" for push operations that originate from resource CRUD routes.