1 /**2 * ContentServiceSoapPort.java3 *4 * This file was auto-generated from WSDL5 * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.6 */7 8 package org.alfresco.repo.webservice.content;9 10 public interface ContentServiceSoapPort extends java.rmi.Remote {11 12 /**13 * Retrieves content from the repository.14 */15 public org.alfresco.repo.webservice.content.Content[] read(org.alfresco.repo.webservice.types.Predicate items, java.lang.String property) throws java.rmi.RemoteException , org.alfresco.repo.webservice.content.ContentFault;16 17 /**18 * Writes content to the repository.19 */20 public org.alfresco.repo.webservice.content.Content write(org.alfresco.repo.webservice.types.Reference node, java.lang.String property, byte[] content, org.alfresco.repo.webservice.types.ContentFormat format) throws java.rmi.RemoteException , org.alfresco.repo.webservice.content.ContentFault;21 22 /**23 * Clears content from the repository.24 */25 public org.alfresco.repo.webservice.content.Content[] clear(org.alfresco.repo.webservice.types.Predicate items, java.lang.String property) throws java.rmi.RemoteException , org.alfresco.repo.webservice.content.ContentFault;26 }27