Apache-Sling
view release on metacpan or search on metacpan
lib/Apache/Sling/GroupUtil.pm view on Meta::CPAN
=head2 exists_setup
Returns a textual representation of the request needed to test whether a given
group exists in the system.
=head2 exists_eval
Inspects the result returned from issuing the request generated in exists_setup
returning true if the result indicates the group does exist in the system, else
false.
=head2 view_setup
Returns a textual representation of the request needed to view a given group in
the system. This function is similar to exists expect authentication is forced.
=head2 view_eval
Inspects the result returned from issuing the request generated in view_setup
returning true if the result indicates the group view was returned, else false.
=head1 USAGE
use Apache::Sling::GroupUtil;
=head1 DESCRIPTION
GroupUtil perl library essentially provides the request strings needed to
interact with group functionality exposed over the system rest interfaces.
Each interaction has a setup and eval method. setup provides the request,
whilst eval interprets the response to give further information about the
result of performing the request.
=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.551 second using v1.01-cache-2.11-cpan-5a3173703d6 )