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