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