Apache-Sling
view release on metacpan or search on metacpan
lib/Apache/Sling/GroupMemberUtil.pm view on Meta::CPAN
=head1 METHODS
=head2 add_setup
Returns a textual representation of the request needed to add add a member to a
group in the system.
=head2 add_eval
Check result of adding a member to a group in the system.
=head2 delete_setup
Returns a textual representation of the request needed to delete a member from
a group in the system.
=head2 delete_eval
Check result of deleting a member from a group in the system.
=head1 USAGE
use Apache::Sling::GroupMemberUtil;
=head1 DESCRIPTION
GroupMemberUtil perl library essentially provides the request strings needed to
interact with group membership 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.703 second using v1.01-cache-2.11-cpan-5a3173703d6 )