Obsolete Pages{{Obsolete}}
The official documentation is at: http://docs.alfresco.com
Web Services
Back to Alfresco Content Management Web Services.
Alfresco's Web Services use the following data types within input and output messages.
The definitive XML schema representation can be found here.
Web Service Data Types Version 1.3
The store data type uniquely identifies a store in a repository.
It is made up of two parts:
The most common example is the store used by the main web UI this has scheme 'workspace' and address 'SpacesStore'.
A reference data type is a reference to a single node within a given store.
A reference is made up of three parts:
A reference which has only the store set is referring to the root node of that store.
A reference which has the uuid set (any may also have the path set) is referring to the node that has that uuid. If no match is found then that is considered an error.
A reference which has only the path set is referring to a node that results from the execution of the given query on the store. The query language expected is XPath. For example to find the company home node in the 'SpacesStore' you would use the path /app:company_home. If the result from the path query is more than one node then this is considered an error.
A parent reference is used to describe how a node may be associated to a child. Parent references are usually used when an operation creates a new node, for example create content, move, etc.
A parent reference is made up of three parts:
{http://www.alfresco.org/model/content/1.0}contains
{http://www.alfresco.org/model/content/1.0}mydocs
The content format data type is made up of two parts:
This is used to encapsulate the content format information about a content node.
The named value data type contains the name and value(s) of an attribtue of the Alfresco repository:
The named value data type is most commonly used to prepresent the name and value of a node property.
The Node data type represents the details of a node held within the repository. It includes the type, aspect and property details and values.
The Node data type is made up of four parts:
The query data type is made up of two parts:
The query data type is used to encapsulate information about a query.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.