Webservice::InterMine::Query::Roles::WriteOutAble - Composable behaviour for serialisable queries
This module provides composable behaviour for serialising queries
This module demands its consumer provide the following methods:
Returns a string representation of this query. This takes the form of xml. For invalid queries, the string "<query>Invalid</query>" is returned.
Returns an xml representation of the query. If the query is invalid, an error with be thrown.
Returns the xml suitable for passing to query service calls with (stripped of any headers in the case of templates and saved queries)
Alex Kalderimis <dev@intermine.org>
Please report any bugs or feature requests to dev@intermine.org
.
You can find documentation for this module with the perldoc command.
perldoc Webservice::InterMine::Query::Roles::WriteOutAble
You can also look for information at:
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.