| Package | Description |
|---|---|
| org.alfresco.repo.webservice.repository |
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
ParentAssociationQuery.execute(ServiceRegistry serviceRegistry)
Executes the query and returns the full query results.
|
ResultSet |
SearchQuery.execute(ServiceRegistry serviceRegistry)
Executes the query and returns the full query results.
|
ResultSet |
ChildAssociationQuery.execute(ServiceRegistry serviceRegistry)
Executes the query and returns the full query results.
|
ResultSet |
AssociationQuery.execute(ServiceRegistry serviceRegistry)
Executes the query and returns the full query results.
|
ResultSet |
RepositoryQuerySession.getNextResults(ServiceRegistry serviceRegistry) |
ResultSet |
QueryResult.getResultSet()
Gets the resultSet value for this QueryResult.
|
ResultSet |
UpdateResult.getUpdateCount()
Gets the updateCount value for this UpdateResult.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryResult.setResultSet(ResultSet resultSet)
Sets the resultSet value for this QueryResult.
|
void |
UpdateResult.setUpdateCount(ResultSet updateCount)
Sets the updateCount value for this UpdateResult.
|
| Constructor and Description |
|---|
QueryResult(String querySession,
ResultSet resultSet) |
UpdateResult(String statement,
ResultSet updateCount,
String sourceId,
Reference source,
Reference destination) |
| Constructor and Description |
|---|
RepositoryQuerySession(long maxResults,
long batchSize,
ServerQuery<ResultSet> query) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.