| Package | Description |
|---|---|
| org.alfresco.repo.webservice.repository |
| Modifier and Type | Method and Description |
|---|---|
QueryResult |
RepositoryWebService.fetchMore(String querySessionId)
Fetches the next batch of query results.
|
QueryResult |
RepositoryServiceSoapPort.fetchMore(String querySession)
Fetches the next batch of query results.
|
QueryResult |
RepositoryWebService.query(Store store,
Query query,
boolean includeMetaData)
Executes a query against a store.
|
QueryResult |
RepositoryServiceSoapPort.query(Store store,
Query query,
boolean includeMetaData)
Executes a query against a store.
|
QueryResult |
RepositoryWebService.queryAssociated(Reference node,
Association association)
Executes a query to retrieve associated resources of the specified
resource.
|
QueryResult |
RepositoryServiceSoapPort.queryAssociated(Reference node,
Association association)
Executes a query to retrieve associated resources of the specified
resource.
|
QueryResult |
RepositoryWebService.queryChildren(Reference node)
Executes a query to retrieve the children of the specified
resource.
|
QueryResult |
RepositoryServiceSoapPort.queryChildren(Reference node)
Executes a query to retrieve the children of the specified
resource.
|
QueryResult |
RepositoryWebService.queryParents(Reference node)
Executes a query to retrieve the parents of the specified resource.
|
QueryResult |
RepositoryServiceSoapPort.queryParents(Reference node)
Executes a query to retrieve the parents of the specified resource.
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.