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