Handles status requests for REST operations.
Extends: RestOperations
Description
The StatusOperations class allows you to handle status requests for REST operations.
Instance methods
getStatusOperation
Gets the status of the operation.
public
getStatusOperation(): function
- returns: function - status operation method
setReferences
Sets references to dependent components.
public
setReferences(references: IReferences): void
- references: IReferences - references to locate the component dependencies.
status
Handles status requests.
public
status(req, res): void
- req: any - an HTTP request
- res: any - an HTTP response