Obsolete Pages{{Obsolete}}
The official documentation is at: http://docs.alfresco.com
Web ServicesBack to Repository Web Service.
This service provides read and write operations against a Repository. The operations are not tied to any particular domain model (i.e. it's 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: