Obsolete Pages{{Obsolete}}
The official documentation is at: http://docs.alfresco.com
Web ServicesBack to Alfresco Content Management Web Services.
This service provides read and write operations against a repository. The operations are not tied to any particular domain model (that is, it is generic in nature); other higher-level services will provide domain specific support.
Creates a new store in the repository.
Store createStore(xsd:string scheme, xsd:string address)
Parameters:
Return:
Retrieve list of stores where content resources are held.
Store[] getStores()
Return:
Execute a query against a store (could be a virtual store).
Query results are batched to the number of rows as defined by the SOAP header. Subsequent batches are retrieved using fetchMore.
QueryResult query(Store store, Query query, boolean includeMetaData)
Parameters:
Return:
Execute a query to retrieve the children of the specified resource.
QueryResult queryChildren(Reference node)
Parameters:
Return:
Execute a query to retrieve the parents of the specified resource.
QueryResult queryParents(Reference node)
Parameters:
Return:
Execute a query to retrieve associated resources of the specified resource.
QueryResult queryAssociated(Reference node, Association association)
Parameters:
Return:
Fetch the next batch of query results.
QueryResult fetchMore(string querySession)
Parameters:
Return:
Execute a CML script to manipulate the contents of a repository store.
UpdateResult[] update(CML statements)
Parameters:
Return:
Describe a content resource.
NodeDefinition[] describe(Predicate items)
Parameters:
Return:
Gets the resource identified.
Parameters:
Return:
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.