| Package | Description |
|---|---|
| org.alfresco.repo.webservice.content |
| Modifier and Type | Method and Description |
|---|---|
Content[] |
ContentWebService.clear(Predicate items,
String property) |
Content[] |
ContentServiceSoapPort.clear(Predicate items,
String property)
Clears content from the repository.
|
Content[] |
ContentWebService.read(Predicate items,
String property) |
Content[] |
ContentServiceSoapPort.read(Predicate items,
String property)
Retrieves content from the repository.
|
Content |
ContentWebService.transform(Reference source,
String property,
Reference destinationReference,
String destinationProperty,
ContentFormat destinationFormat)
Transforms content from one node and mimetype to another node and mimetype
|
Content |
ContentServiceSoapPort.transform(Reference source,
String property,
Reference destinationReference,
String destinationProperty,
ContentFormat destinationFormat)
Transforms content from one mimetype to another.
|
Content |
ContentWebService.write(Reference node,
String property,
byte[] content,
ContentFormat format) |
Content |
ContentServiceSoapPort.write(Reference node,
String property,
byte[] content,
ContentFormat format)
Writes content to the repository.
|
Content |
ContentWebService.writeWithAttachment(Reference node,
String property,
ContentFormat format) |
Content |
ContentServiceSoapPort.writeWithAttachment(Reference node,
String property,
ContentFormat format)
Writes the attached content into the repository.
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.