AboutOperations class
Methods
-
about(dynamic req, dynamic res)
→ void
-
-
configure(ConfigParams config)
→ void
-
Configures component by passing configuration parameters. [...]
inherited
-
getAboutOperation()
→ dynamic Function(RequestContext req, ResponseContext res)
-
-
getCorrelationId(RequestContext req)
→ dynamic
-
inherited
-
getFilterParams(RequestContext req)
→ FilterParams
-
inherited
-
getPagingParams(RequestContext req)
→ PagingParams
-
inherited
-
instrument(String correlationId, String name)
→ Timing
-
inherited
-
instrumentError(String correlationId, String name, dynamic err, [bool reerror = false])
→ void
-
inherited
-
invoke(String operation)
→ dynamic Function(RequestContext req, ResponseContext res)
-
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed. [...]
inherited
-
safeInvoke(RequestContext req, ResponseContext res, String name, dynamic operation(), dynamic error(Exception err))
→ Future
-
inherited
-
sendBadRequest(RequestContext req, ResponseContext res, String message)
→ void
-
inherited
-
sendConflict(RequestContext req, ResponseContext res, String message)
→ void
-
inherited
-
sendCreatedResult(RequestContext req, ResponseContext res, dynamic err, dynamic result)
→ void
-
inherited
-
sendDeletedResult(RequestContext req, ResponseContext res, dynamic err, dynamic result)
→ void
-
inherited
-
sendEmptyResult(RequestContext req, ResponseContext res, dynamic err)
→ void
-
inherited
-
sendError(RequestContext req, ResponseContext res, dynamic error)
→ void
-
inherited
-
sendInternalError(RequestContext req, ResponseContext res, String message)
→ void
-
inherited
-
sendNotFound(RequestContext req, ResponseContext res, String message)
→ void
-
inherited
-
sendResult(RequestContext req, ResponseContext res, dynamic err, dynamic result)
→ void
-
inherited
-
sendServerUnavailable(RequestContext req, ResponseContext res, String message)
→ void
-
inherited
-
sendSessionExpired(RequestContext req, ResponseContext res, String message)
→ void
-
inherited
-
sendUnauthorized(RequestContext req, ResponseContext res, String message)
→ void
-
inherited
-
setReferences(IReferences references)
→ void
-
Sets references to dependent components. [...]
override
-
toString()
→ String
-
Returns a string representation of this object.
inherited