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.
config
Fetch hash of content configuration.
check_exists
Check whether content exists.
del
Delete content.
move
Move location of content in the system.
run
Run content related actions.
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.
view_full_json
View JSON representation of 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>