KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > alfresco > repo > webservice > content > ContentServiceSoapPort


1 /**
2  * ContentServiceSoapPort.java
3  *
4  * This file was auto-generated from WSDL
5  * 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 JavaDoc {
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 JavaDoc property) throws java.rmi.RemoteException JavaDoc, 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 JavaDoc property, byte[] content, org.alfresco.repo.webservice.types.ContentFormat format) throws java.rmi.RemoteException JavaDoc, 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 JavaDoc property) throws java.rmi.RemoteException JavaDoc, org.alfresco.repo.webservice.content.ContentFault;
26 }
27
Popular Tags