Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Learning Alfresco Web Scripts
  • Table Of Contents Toc
Learning Alfresco Web Scripts

Learning Alfresco Web Scripts

By : Ramesh Chauhan
4.5 (4)
close
close
Learning Alfresco Web Scripts

Learning Alfresco Web Scripts

4.5 (4)
By: Ramesh Chauhan

Overview of this book

If you are an Alfresco developer who has no experience with web scripts and you want to start developing Alfresco web scripts, then this book is definitely for you.
Table of Contents (12 chapters)
close
close
11
Index

Creating a description document


As the primary purpose of the web script is to return the content location, let's use the web script ID as contentlocation. We will use the HTTP GET method as we are going to retrieve the information for a node.

As a first step, create a description document for the web script. Create a file named contentlocation.get.desc.xml that has the following content:

<webscript>
  <shortname>Get content location and size</shortname>
  <description>Gets the physical location for the content and size of the content</description>
  <url>/getContentLocation?nodeid={nodeid}</url>
  <url>/getContentLocation.json?nodeid={nodeid}</url>
  <url>/getContentLocation.xml?nodeid={nodeid}</url>
  <format default="json">extension</format>
  <authentication>user</authentication>
</webscript>

Let's understand what we have just done. We have created a description document that provides a human...

CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Learning Alfresco Web Scripts
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon