Apache-Sling
view release on metacpan or search on metacpan
lib/Apache/Sling/ContentUtil.pm view on Meta::CPAN
Inspects the result returned from issuing the request generated in exists_setup
returning true if the result indicates the content does exist in the system,
else false.
=head2 full_json_setup
Returns a textual representation of the request needed to retrieve the full JSON
representation of a piece of content in the system.
=head2 full_json_eval
Inspects the result returned from issuing the request generated in
full_json_setup returning true if the result indicates the full JSON
representation was returned successfully else false.
=head2 move_setup
Returns a textual representation of the request needed to move content within
the system.
=head2 move_eval
Inspects the result returned from issuing the request generated in move_setup
returning true if the result indicates the content was moved successfully,
else false.
=head2 upload_file_setup
Returns a textual representation of the request needed to upload a file to the system.
=head2 upload_file_eval
Check result of system upload_file.
=head1 REQUIRED ARGUMENTS
None required.
=head1 OPTIONS
n/a
=head1 DIAGNOSTICS
n/a
=head1 EXIT STATUS
0 on success.
=head1 CONFIGURATION
None required.
=head1 DEPENDENCIES
=head1 INCOMPATIBILITIES
None known.
=head1 BUGS AND LIMITATIONS
None known.
=head1 AUTHOR
Daniel David Parry <perl@ddp.me.uk>
=head1 LICENSE AND COPYRIGHT
LICENSE: http://dev.perl.org/licenses/artistic.html
COPYRIGHT: (c) 2011 Daniel David Parry <perl@ddp.me.uk>
( run in 0.630 second using v1.01-cache-2.11-cpan-5a3173703d6 )