public interface RepositoryServiceSoapPort extends Remote
| Modifier and Type | Method and Description |
|---|---|
Store |
createStore(String scheme,
String address)
Creates a new repository store.
|
NodeDefinition[] |
describe(Predicate items)
Describes a content resource.
|
QueryResult |
fetchMore(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(String scheme, String address) throws RemoteException, RepositoryFault
RemoteExceptionRepositoryFaultStore[] getStores() throws RemoteException, RepositoryFault
RemoteExceptionRepositoryFaultQueryResult query(Store store, Query query, boolean includeMetaData) throws RemoteException, RepositoryFault
RemoteExceptionRepositoryFaultQueryResult queryChildren(Reference node) throws RemoteException, RepositoryFault
RemoteExceptionRepositoryFaultQueryResult queryParents(Reference node) throws RemoteException, RepositoryFault
RemoteExceptionRepositoryFaultQueryResult queryAssociated(Reference node, Association association) throws RemoteException, RepositoryFault
RemoteExceptionRepositoryFaultQueryResult fetchMore(String querySession) throws RemoteException, RepositoryFault
RemoteExceptionRepositoryFaultUpdateResult[] update(CML statements) throws RemoteException, RepositoryFault
RemoteExceptionRepositoryFaultNodeDefinition[] describe(Predicate items) throws RemoteException, RepositoryFault
RemoteExceptionRepositoryFaultNode[] get(Predicate where) throws RemoteException, RepositoryFault
RemoteExceptionRepositoryFaultCopyright © 2005–2014 Alfresco Software. All rights reserved.