org.alfresco.www.ws.service.repository._1_0
Interface RepositoryServiceSoapPort

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

public interface RepositoryServiceSoapPort
extends java.rmi.Remote


Method Summary
 CreateStoreResponse createStore(CreateStore parameters)
          Creates a new repository store.
 NodeDefinition[] describe(Describe parameters)
          Describes a content resource.
 FetchMoreResponse fetchMore(FetchMore parameters)
          Fetches the next batch of query results.
 Node[] get(Get parameters)
          Gets a resource from the repository.
 Store[] getStores(GetStores parameters)
          Retrieves a list of stores where content resources are held.
 QueryResponse query(Query parameters)
          Executes a query against a store.
 QueryAssociatedResponse queryAssociated(QueryAssociated parameters)
          Executes a query to retrieve associated resources of the specified resource.
 QueryChildrenResponse queryChildren(QueryChildren parameters)
          Executes a query to retrieve the children of the specified resource.
 QueryParentsResponse queryParents(QueryParents parameters)
          Executes a query to retrieve the parents of the specified resource.
 UpdateResult[] update(Update parameters)
          Executes a CML script to manipulate the contents of a Repository store.
 

Method Detail

createStore

CreateStoreResponse createStore(CreateStore parameters)
                                throws java.rmi.RemoteException,
                                       RepositoryFault
Creates a new repository store.

Throws:
java.rmi.RemoteException
RepositoryFault

getStores

Store[] getStores(GetStores parameters)
                  throws java.rmi.RemoteException,
                         RepositoryFault
Retrieves a list of stores where content resources are held.

Throws:
java.rmi.RemoteException
RepositoryFault

query

QueryResponse query(Query parameters)
                    throws java.rmi.RemoteException,
                           RepositoryFault
Executes a query against a store.

Throws:
java.rmi.RemoteException
RepositoryFault

queryChildren

QueryChildrenResponse queryChildren(QueryChildren parameters)
                                    throws java.rmi.RemoteException,
                                           RepositoryFault
Executes a query to retrieve the children of the specified resource.

Throws:
java.rmi.RemoteException
RepositoryFault

queryParents

QueryParentsResponse queryParents(QueryParents parameters)
                                  throws java.rmi.RemoteException,
                                         RepositoryFault
Executes a query to retrieve the parents of the specified resource.

Throws:
java.rmi.RemoteException
RepositoryFault

queryAssociated

QueryAssociatedResponse queryAssociated(QueryAssociated parameters)
                                        throws java.rmi.RemoteException,
                                               RepositoryFault
Executes a query to retrieve associated resources of the specified resource.

Throws:
java.rmi.RemoteException
RepositoryFault

fetchMore

FetchMoreResponse fetchMore(FetchMore parameters)
                            throws java.rmi.RemoteException,
                                   RepositoryFault
Fetches the next batch of query results.

Throws:
java.rmi.RemoteException
RepositoryFault

update

UpdateResult[] update(Update parameters)
                      throws java.rmi.RemoteException,
                             RepositoryFault
Executes a CML script to manipulate the contents of a Repository store.

Throws:
java.rmi.RemoteException
RepositoryFault

describe

NodeDefinition[] describe(Describe parameters)
                          throws java.rmi.RemoteException,
                                 RepositoryFault
Describes a content resource.

Throws:
java.rmi.RemoteException
RepositoryFault

get

Node[] get(Get parameters)
           throws java.rmi.RemoteException,
                  RepositoryFault
Gets a resource from the repository.

Throws:
java.rmi.RemoteException
RepositoryFault


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