public class RepositoryWebService extends AbstractWebService implements RepositoryServiceSoapPort
contentService, dictionaryService, namespaceService, nodeService, querySessionCache, searchService, serviceRegistry| Constructor and Description |
|---|
RepositoryWebService() |
| 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 querySessionId)
Fetches the next batch of query results.
|
Node[] |
get(Predicate where)
Gets the nodes associatiated with the predicate provided.
|
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.
|
void |
setCmlUtil(CMLUtil cmlUtil)
Sets the CML Util
|
UpdateResult[] |
update(CML statements)
Executes a CML script to manipulate the contents of a Repository
store.
|
setContentService, setDictionaryService, setNamespaceService, setNodeService, setQuerySessionCache, setSearchService, setServiceRegistrypublic void setCmlUtil(CMLUtil cmlUtil)
cmlUtil - CML util objectpublic Store createStore(String scheme, String address) throws RemoteException, RepositoryFault
createStore in interface RepositoryServiceSoapPortRemoteExceptionRepositoryFaultpublic Store[] getStores() throws RemoteException, RepositoryFault
getStores in interface RepositoryServiceSoapPortRemoteExceptionRepositoryFaultpublic QueryResult query(Store store, Query query, boolean includeMetaData) throws RemoteException, RepositoryFault
query in interface RepositoryServiceSoapPortRemoteExceptionRepositoryFaultpublic QueryResult queryChildren(Reference node) throws RemoteException, RepositoryFault
queryChildren in interface RepositoryServiceSoapPortRemoteExceptionRepositoryFaultpublic QueryResult queryParents(Reference node) throws RemoteException, RepositoryFault
queryParents in interface RepositoryServiceSoapPortRemoteExceptionRepositoryFaultpublic QueryResult queryAssociated(Reference node, Association association) throws RemoteException, RepositoryFault
queryAssociated in interface RepositoryServiceSoapPortRemoteExceptionRepositoryFaultpublic QueryResult fetchMore(String querySessionId) throws RemoteException, RepositoryFault
fetchMore in interface RepositoryServiceSoapPortRemoteExceptionRepositoryFaultpublic UpdateResult[] update(CML statements) throws RemoteException, RepositoryFault
update in interface RepositoryServiceSoapPortRemoteExceptionRepositoryFaultpublic NodeDefinition[] describe(Predicate items) throws RemoteException, RepositoryFault
describe in interface RepositoryServiceSoapPortRemoteExceptionRepositoryFaultpublic Node[] get(Predicate where) throws RemoteException, RepositoryFault
get in interface RepositoryServiceSoapPortRemoteExceptionRepositoryFaultCopyright © 2005–2014 Alfresco Software. All rights reserved.