The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Apache::Sling::Content - Manipulate Content in an Apache SLing instance.

ABSTRACT

content related functionality for Sling implemented over rest APIs.

METHODS

new

Create, set up, and return a Content object.

set_results

Set a suitable message and response for the content object.

add

Add new content to the system.

copy

Copy content in the system.

check_exists

Check whether content exists.

del

Delete content.

move

Move location of content in the system.

upload_file

Upload a file into the system.

upload_from_file

Upload new content to the system based on definitions in a file.

view

View content details.

view_file

View content.

USAGE

DESCRIPTION

Perl library providing a layer of abstraction to the REST content methods

REQUIRED ARGUMENTS

None required.

OPTIONS

n/a

DIAGNOSTICS

n/a

EXIT STATUS

0 on success.

CONFIGURATION

None required.

DEPENDENCIES

INCOMPATIBILITIES

None known.

BUGS AND LIMITATIONS

None known.

AUTHOR

Daniel David Parry <perl@ddp.me.uk>

LICENSE AND COPYRIGHT

LICENSE: http://dev.perl.org/licenses/artistic.html

COPYRIGHT: (c) 2011 Daniel David Parry <perl@ddp.me.uk>