public interface RepositoryServiceSoapPort
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
Store |
createStore(java.lang.String scheme,
java.lang.String address)
Creates a new repository store.
|
NodeDefinition[] |
describe(Predicate items)
Describes a content resource.
|
QueryResult |
fetchMore(java.lang.String querySession)
Fetches the next batch of query results.
|
Node[] |
get(Predicate where)
Gets a resource from the repository.
|
Store[] |
getStores()
Retrieves a list of stores where content resources are held.
|
QueryResult |
query(Store store,
Query query,
boolean includeMetaData)
Executes a query against a store.
|
QueryResult |
queryAssociated(Reference node,
Association association)
Executes a query to retrieve associated resources of the specified
resource.
|
QueryResult |
queryChildren(Reference node)
Executes a query to retrieve the children of the specified
resource.
|
QueryResult |
queryParents(Reference node)
Executes a query to retrieve the parents of the specified resource.
|
UpdateResult[] |
update(CML statements)
Executes a CML script to manipulate the contents of a Repository
store.
|
Store createStore(java.lang.String scheme, java.lang.String address) throws java.rmi.RemoteException, RepositoryFault
java.rmi.RemoteExceptionRepositoryFaultStore[] getStores() throws java.rmi.RemoteException, RepositoryFault
java.rmi.RemoteExceptionRepositoryFaultQueryResult query(Store store, Query query, boolean includeMetaData) throws java.rmi.RemoteException, RepositoryFault
java.rmi.RemoteExceptionRepositoryFaultQueryResult queryChildren(Reference node) throws java.rmi.RemoteException, RepositoryFault
java.rmi.RemoteExceptionRepositoryFaultQueryResult queryParents(Reference node) throws java.rmi.RemoteException, RepositoryFault
java.rmi.RemoteExceptionRepositoryFaultQueryResult queryAssociated(Reference node, Association association) throws java.rmi.RemoteException, RepositoryFault
java.rmi.RemoteExceptionRepositoryFaultQueryResult fetchMore(java.lang.String querySession) throws java.rmi.RemoteException, RepositoryFault
java.rmi.RemoteExceptionRepositoryFaultUpdateResult[] update(CML statements) throws java.rmi.RemoteException, RepositoryFault
java.rmi.RemoteExceptionRepositoryFaultNodeDefinition[] describe(Predicate items) throws java.rmi.RemoteException, RepositoryFault
java.rmi.RemoteExceptionRepositoryFaultNode[] get(Predicate where) throws java.rmi.RemoteException, RepositoryFault
java.rmi.RemoteExceptionRepositoryFaultCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.