mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged V3.2E to HEAD
17701: Fix for ETHREEOH-3691 - Blocker issue deleting a group 17703: ETHREEOH-3688 - Impossibility to open Edit Metadata page for folders from Details page 17705: ETHREEOH-3707 - Script error occurs when trying to invite external user to site 17706: ETHREEOH-3678 - Blocker issue: the column 'Path' is empty for 'Move to' and 'Copy to' actions at 'View Detail' page 17724: Merged DEV/TEMPORARY to V3.2 17720: ETHREEOH-3703: Bootstrapped content refers to ALC 17733: Fixes for ETHREEOH-3726, ETHREEOH-3660 and ETHREEOH-3629. 17960: *RECORD ONLY* Fix for unclosed InputStream in PresentationContainer (already fixed in SpringSurf/3.3). git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@18163 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1,24 +1,24 @@
|
||||
<p>Please translate me!</p>
|
||||
<h1>Web Scripts</h1>
|
||||
<p>
|
||||
<p>Web Scripts allow you to bind new LiveCycle Content Services ES based functionality to a HTTP method and custom URL. A library of URLs may be built up to provide a complete API accessible via HTTP. They are ideal for building data access & update APIs and simple UI components such as Portlets. Development of Web Scripts may be performed within LiveCycle Contentspace ES. Knowledge of Java is <em><strong>not</strong></em> required.<br/>
|
||||
<p>Web Scripts allow you to bind new Alfresco based functionality to a HTTP method and custom URL. A library of URLs may be built up to provide a complete API accessible via HTTP. They are ideal for building data access & update APIs and simple UI components such as Portlets. Development of Web Scripts may be performed within Alfresco. Knowledge of Java is <em><strong>not</strong></em> required.<br/>
|
||||
</p>
|
||||
<p>
|
||||
For example, you could create the following API for your particular application...
|
||||
</p>
|
||||
<dl><dt><strong>Execute a search</strong> </dt></dl>
|
||||
<p>
|
||||
GET http://<host>:<port>/contentspace/service/blog/category/{category}
|
||||
GET http://<host>:<port>/alfresco/service/blog/category/{category}
|
||||
</p>
|
||||
<dl><dt><strong>Retrieve meta-data for an item in the repository</strong> </dt></dl>
|
||||
<p>
|
||||
GET http://<host>:<port>/contentspace/service/blog/2007/03/04/new-release
|
||||
GET http://<host>:<port>/alfresco/service/blog/2007/03/04/new-release
|
||||
</p>
|
||||
<dl><dt><strong>Update meta-data for an item in the repository</strong> </dt></dl>
|
||||
<p>
|
||||
POST http://<host>:<port>/contentspace/service/blog/2007/03/04/new-release?status=Draft
|
||||
POST http://<host>:<port>/alfresco/service/blog/2007/03/04/new-release?status=Draft
|
||||
</p>
|
||||
<dl><dt><strong>Delete an item in the repository</strong></dt></dl>
|
||||
<p>
|
||||
DELETE http://<host>:<port>/contentspace/service/blog/2007/03/04/new-release
|
||||
DELETE http://<host>:<port>/alfresco/service/blog/2007/03/04/new-release
|
||||
</p>
|
||||
|
@@ -1,24 +1,24 @@
|
||||
<p>Please translate me!</p>
|
||||
<h1>Web Scripts</h1>
|
||||
<p>
|
||||
<p>Web Scripts allow you to bind new LiveCycle Content Services ES based functionality to a HTTP method and custom URL. A library of URLs may be built up to provide a complete API accessible via HTTP. They are ideal for building data access & update APIs and simple UI components such as Portlets. Development of Web Scripts may be performed within LiveCycle Contentspace ES. Knowledge of Java is <em><strong>not</strong></em> required.<br/>
|
||||
<p>Web Scripts allow you to bind new Alfresco based functionality to a HTTP method and custom URL. A library of URLs may be built up to provide a complete API accessible via HTTP. They are ideal for building data access & update APIs and simple UI components such as Portlets. Development of Web Scripts may be performed within Alfresco. Knowledge of Java is <em><strong>not</strong></em> required.<br/>
|
||||
</p>
|
||||
<p>
|
||||
For example, you could create the following API for your particular application...
|
||||
</p>
|
||||
<dl><dt><strong>Execute a search</strong> </dt></dl>
|
||||
<p>
|
||||
GET http://<host>:<port>/contentspace/service/blog/category/{category}
|
||||
GET http://<host>:<port>/alfresco/service/blog/category/{category}
|
||||
</p>
|
||||
<dl><dt><strong>Retrieve meta-data for an item in the repository</strong> </dt></dl>
|
||||
<p>
|
||||
GET http://<host>:<port>/contentspace/service/blog/2007/03/04/new-release
|
||||
GET http://<host>:<port>/alfresco/service/blog/2007/03/04/new-release
|
||||
</p>
|
||||
<dl><dt><strong>Update meta-data for an item in the repository</strong> </dt></dl>
|
||||
<p>
|
||||
POST http://<host>:<port>/contentspace/service/blog/2007/03/04/new-release?status=Draft
|
||||
POST http://<host>:<port>/alfresco/service/blog/2007/03/04/new-release?status=Draft
|
||||
</p>
|
||||
<dl><dt><strong>Delete an item in the repository</strong></dt></dl>
|
||||
<p>
|
||||
DELETE http://<host>:<port>/contentspace/service/blog/2007/03/04/new-release
|
||||
DELETE http://<host>:<port>/alfresco/service/blog/2007/03/04/new-release
|
||||
</p>
|
||||
|
@@ -1,24 +1,24 @@
|
||||
<p>Please translate me!</p>
|
||||
<h1>Web Scripts</h1>
|
||||
<p>
|
||||
<p>Web Scripts allow you to bind new LiveCycle Content Services ES based functionality to a HTTP method and custom URL. A library of URLs may be built up to provide a complete API accessible via HTTP. They are ideal for building data access & update APIs and simple UI components such as Portlets. Development of Web Scripts may be performed within LiveCycle Contentspace ES. Knowledge of Java is <em><strong>not</strong></em> required.<br/>
|
||||
<p>Web Scripts allow you to bind new Alfresco based functionality to a HTTP method and custom URL. A library of URLs may be built up to provide a complete API accessible via HTTP. They are ideal for building data access & update APIs and simple UI components such as Portlets. Development of Web Scripts may be performed within Alfresco. Knowledge of Java is <em><strong>not</strong></em> required.<br/>
|
||||
</p>
|
||||
<p>
|
||||
For example, you could create the following API for your particular application...
|
||||
</p>
|
||||
<dl><dt><strong>Execute a search</strong> </dt></dl>
|
||||
<p>
|
||||
GET http://<host>:<port>/contentspace/service/blog/category/{category}
|
||||
GET http://<host>:<port>/alfresco/service/blog/category/{category}
|
||||
</p>
|
||||
<dl><dt><strong>Retrieve meta-data for an item in the repository</strong> </dt></dl>
|
||||
<p>
|
||||
GET http://<host>:<port>/contentspace/service/blog/2007/03/04/new-release
|
||||
GET http://<host>:<port>/alfresco/service/blog/2007/03/04/new-release
|
||||
</p>
|
||||
<dl><dt><strong>Update meta-data for an item in the repository</strong> </dt></dl>
|
||||
<p>
|
||||
POST http://<host>:<port>/contentspace/service/blog/2007/03/04/new-release?status=Draft
|
||||
POST http://<host>:<port>/alfresco/service/blog/2007/03/04/new-release?status=Draft
|
||||
</p>
|
||||
<dl><dt><strong>Delete an item in the repository</strong></dt></dl>
|
||||
<p>
|
||||
DELETE http://<host>:<port>/contentspace/service/blog/2007/03/04/new-release
|
||||
DELETE http://<host>:<port>/alfresco/service/blog/2007/03/04/new-release
|
||||
</p>
|
||||
|
Reference in New Issue
Block a user