| Package | Description |
|---|---|
| org.alfresco.webservice.repository |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.