NAME
Webservice::InterMine::Query::Roles::Runnable - Composable behaviour for runnable queries
DESCRIPTION
This module provides composable behaviour for running a query against a webservice and getting the results.
METHODS
results_iterator
Returns a results iterator for use with a query.
results( %options )
returns the results from a query in the result format specified.
The following options are available:
as => $format
Possible values: (string|strings|arrayrefs|hashrefs|jsonobjects|jsonrows|count)
The format to request results in. The default is
arrayrefs
size => $size
The number of results to return. Leave undefined for "all" (default).
start => $start
The first result to return (starting at 0). The default is 0.
json => $json_processor
Possible values: (inflate|instantiate|raw|perl)
What to do with JSON results. The results can be returned as inflated objects, full instantiated Moose objects, a raw json string, or as a perl data structure. (default is
perl
).
FUNCTIONS
inflate( thing )
Inflates the thing passed in, blessing hashes into Webservice::InterMine::ResultObjects, and recursing through their values, and iterating over their arrays.
SEE ALSO
Webservice::InterMine::Cookbook for guide on how to use these modules.
AUTHOR
Alex Kalderimis <dev@intermine.org>
BUGS
Please report any bugs or feature requests to dev@intermine.org
.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Webservice::InterMine::Query::Roles::Runnable
You can also look for information at:
Webservice::InterMine
Documentation
COPYRIGHT AND LICENSE
Copyright 2006 - 2011 FlyMine, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.