![]() |
Index of Web Scripts Lifecycle '/internal' |
Alfresco Community v3.2.0 (2039) |
8 Web Scripts |
Back to Web Scripts Home |
Up to lifecycle / |
GET /alfresco/service/ |
GET /alfresco/service/index |
--- |
Web Scripts Home |
--- |
Authentication: | none |
Transaction: | none |
Format Style: | any |
Default Format: | html |
Lifecycle: | internal |
Id: | org/alfresco/index.get |
Descriptor: | classpath:alfresco/webscripts/org/alfresco/index.get.desc.xml |
POST /alfresco/service/index?reset={reset?} |
POST /alfresco/service/?reset={reset?} |
--- |
Maintain index of Web Scripts |
--- |
Authentication: | none |
Transaction: | none |
Format Style: | any |
Default Format: | html |
Lifecycle: | internal |
Id: | org/alfresco/index.post |
Descriptor: | classpath:alfresco/webscripts/org/alfresco/index.post.desc.xml |
GET /alfresco/service/index/all?package={package?}&url={url?}&family={family?} |
GET /alfresco/service/index/all.mediawiki?package={package?}&url={url?}&family={family?} |
--- |
Retrieve an index of all Web Scripts |
--- |
Authentication: | none |
Transaction: | none |
Format Style: | any |
Default Format: | html |
Lifecycle: | internal |
Id: | org/alfresco/indexall.get |
Descriptor: | classpath:alfresco/webscripts/org/alfresco/indexall.get.desc.xml |
GET /alfresco/service/index/failures |
--- |
Retrieve an index of all failed Web Scripts |
--- |
Authentication: | none |
Transaction: | none |
Format Style: | any |
Default Format: | html |
Lifecycle: | internal |
Id: | org/alfresco/indexfailures.get |
Descriptor: | classpath:alfresco/webscripts/org/alfresco/indexfailures.get.desc.xml |
GET /alfresco/service/index/family/{family} |
--- |
Provide an index of Web Scripts for the specified family |
--- |
Authentication: | none |
Transaction: | none |
Format Style: | any |
Default Format: | html |
Lifecycle: | internal |
Id: | org/alfresco/indexfamily.get |
Descriptor: | classpath:alfresco/webscripts/org/alfresco/indexfamily.get.desc.xml |
GET /alfresco/service/index/lifecycle/{lifecycle} |
--- |
Provide an index of Web Scripts in the various lifecycle states
|
--- |
Authentication: | none |
Transaction: | none |
Format Style: | any |
Default Format: | html |
Lifecycle: | internal |
Id: | org/alfresco/indexlifecycle.get |
Descriptor: | classpath:alfresco/webscripts/org/alfresco/indexlifecycle.get.desc.xml |
POST /alfresco/service/api/{item_kind}/{item_id}/formprocessor |
--- |
Handles the submission of a form, data can be POSTed as JSON, multipart/form-data or x-www-form-urlencoded |
--- |
Authentication: | user |
Transaction: | required |
Format Style: | any |
Default Format: | json |
Lifecycle: | internal |
Id: | org/alfresco/repository/forms/form.post |
Descriptor: | classpath:alfresco/templates/webscripts/org/alfresco/repository/forms/form.post.desc.xml |
POST /alfresco/service/api/formdefinitions |
--- |
Returns a form definition for the requested item. The body of the post should be in the form { "itemKind" : item kind, "itemId" : item id, "fields" : [fields], "force" : [force] } Returns the form model. |
--- |
Authentication: | user |
Transaction: | required |
Format Style: | any |
Default Format: | json |
Lifecycle: | internal |
Id: | org/alfresco/repository/forms/formdefinition.post |
Descriptor: | classpath:alfresco/templates/webscripts/org/alfresco/repository/forms/formdefinition.post.desc.xml |