Welcome to the Alfresco Web Scripts forum
ForumsWeb ScriptsWelcome to the Alfresco Web Scripts forumThis forum is dedicated to topics relating to Web Scripts in Alfresco. The development of new Web Scripts, the APIs related to them and example...
View ArticleSetting a parameter WebScriptRequest
ForumsWeb ScriptsHello,In the source code below: @Override protected void execute(WebScriptRequest request, Map params, JSONObject resultat) throws Exception { String user = request.getParameter(...
View ArticleWebscript to retrieve information about all documents and folders
ForumsWeb ScriptsHey everybody,I'm searching for a webscript to get information about all documents and folders in the repository. I need all documents that are stored and information about them such...
View ArticleBackup and Restore an Specific Content
ForumsWeb ScriptsHi everyone,I have a new server (1) with Alfresco 4.2.e (linux) and another old server (2) with de same Alfresco (windows). In the server 1 I have a part of content of the server 2 (I...
View Articleupdate website problem
ForumsWeb Scriptshello, i am trying to update a website using the webscript but im getting a 405 response statut what im i missing ?def update_site (name,login,password,url_backend,url_alfresco): s =...
View ArticleDocument Preview configuration with webscript
ForumsWeb ScriptsI have a javscript based webscript using which user can upload files, create folders and retrieve uploaded files and their respective metadata. Now I want to enable a functionality for...
View ArticleFavorites webscript not working
ForumsWeb ScriptsHey everybody,when programming against Alfresco I encountered a problem with the favorites function.I'm using the following webscript:...
View ArticleTrigger search via Webscript
ForumsWeb ScriptsHi,is it possible to trigger the search (e.g. via Lucene) from a custom HTML page? If yes, how can I do that? Is there a webscript that I can call with a search parameter e.g. for the...
View ArticleAlfresco seach webscript
ForumsWeb ScriptsHey all,I got a problem using the following script:...
View ArticleLucene Searches involving the dash (-) character
ForumsWeb ScriptsI'm doing some queries and processing using the Javascript Console and I've run into some trouble when my search term includes a dash (-) character. Here's a simplified example:var rfx...
View Article