| Package | Description |
|---|---|
| org.alfresco.webservice.content | |
| org.alfresco.webservice.util |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ContentUtils.copyContentToFile(Content content,
File file)
Copy the content into a given file.
|
static InputStream |
ContentUtils.getContentAsInputStream(Content content)
Get the content as an imput stream
|
static String |
ContentUtils.getContentAsString(Content content)
Get the content from the download servlet as a string
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.