{{Obsolete}}
Please note that this API has been superceded by CMIS (specifically, the CMIS SOAP binding). It's use is no longer recommended. This functionality was removed from Alfresco in 5.0.b.
Back to Alfresco Content Management Web Services.
This service provides read and write access to content streams.
Note: Options such as SOAP w/ Attachments and XOP are also being investigated.
Content data type encapsulates the data associated with a content node and a particular content property. It is made up of three main parts:
This methods reads the content from a content property on a node.
Content[] read(Predicate items, xsd:string property)
Parameters:
Return:
This methods writes content into the repository onto a given nodes content property.
Content write(Reference node, xsd:string property, xsd:base64Binary content, ContentFormat format)
Parameters:
Return:
Clears the content of a given property on a number of content nodes.
Content[] clear(Predicate items, xsd:string property)
Parameters:
Return:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.