public interface ContentServiceSoapPort extends Remote
| Modifier and Type | Method and Description |
|---|---|
Content[] |
clear(Predicate items,
String property)
Clears content from the repository.
|
Content[] |
read(Predicate items,
String property)
Retrieves content from the repository.
|
Content |
transform(Reference source,
String property,
Reference destinationReference,
String destinationProperty,
ContentFormat destinationFormat)
Transforms content from one mimetype to another.
|
Content |
write(Reference node,
String property,
byte[] content,
ContentFormat format)
Writes content to the repository.
|
Content |
writeWithAttachment(Reference node,
String property,
ContentFormat format)
Writes the attached content into the repository.
|
Content[] read(Predicate items, String property) throws RemoteException, ContentFault
RemoteExceptionContentFaultContent write(Reference node, String property, byte[] content, ContentFormat format) throws RemoteException, ContentFault
RemoteExceptionContentFaultContent writeWithAttachment(Reference node, String property, ContentFormat format) throws RemoteException, ContentFault
RemoteExceptionContentFaultContent[] clear(Predicate items, String property) throws RemoteException, ContentFault
RemoteExceptionContentFaultContent transform(Reference source, String property, Reference destinationReference, String destinationProperty, ContentFormat destinationFormat) throws RemoteException, ContentFault
RemoteExceptionContentFaultCopyright © 2005–2014 Alfresco Software. All rights reserved.