org.alfresco.www.ws.service.content._1_0
Interface ContentServiceSoapPort

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
ContentServiceSoapBindingStub

public interface ContentServiceSoapPort
extends java.rmi.Remote


Method Summary
 Content[] clear(Clear parameters)
          Clears content from the repository.
 Content[] read(Read parameters)
          Retrieves content from the repository.
 TransformResponse transform(Transform parameters)
          Transforms content from one mimetype to another.
 WriteResponse write(Write parameters)
          Writes content to the repository.
 WriteWithAttachmentResponse writeWithAttachment(WriteWithAttachment parameters)
          Writes the attached content into the repository.
 

Method Detail

read

Content[] read(Read parameters)
               throws java.rmi.RemoteException,
                      ContentFault
Retrieves content from the repository.

Throws:
java.rmi.RemoteException
ContentFault

write

WriteResponse write(Write parameters)
                    throws java.rmi.RemoteException,
                           ContentFault
Writes content to the repository.

Throws:
java.rmi.RemoteException
ContentFault

writeWithAttachment

WriteWithAttachmentResponse writeWithAttachment(WriteWithAttachment parameters)
                                                throws java.rmi.RemoteException,
                                                       ContentFault
Writes the attached content into the repository.

Throws:
java.rmi.RemoteException
ContentFault

clear

Content[] clear(Clear parameters)
                throws java.rmi.RemoteException,
                       ContentFault
Clears content from the repository.

Throws:
java.rmi.RemoteException
ContentFault

transform

TransformResponse transform(Transform parameters)
                            throws java.rmi.RemoteException,
                                   ContentFault
Transforms content from one mimetype to another.

Throws:
java.rmi.RemoteException
ContentFault


Copyright © 2012 Direcció General de Tecnologia i Comunicacions. Govern de les Illes Balears. All Rights Reserved.