| Package | Description |
|---|---|
| org.alfresco.repo.webservice | |
| org.alfresco.repo.webservice.administration | |
| org.alfresco.repo.webservice.repository |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractQuery<RESULTSET>
Abstract implementation of a QuerySession providing support for automatic id generation
and provides support for paging through query results.
|
| Modifier and Type | Method and Description |
|---|---|
ServerQuery<RESULTSET> |
AbstractQuerySession.getQuery() |
| Constructor and Description |
|---|
AbstractQuerySession(long maxResults,
long batchSize,
ServerQuery<RESULTSET> query)
Common constructor that initialises the session's id and batch size
|
| Modifier and Type | Class and Description |
|---|---|
class |
UserQuery
A query to retrieve normal node associations.
|
| Constructor and Description |
|---|
UserQuerySession(long maxResults,
long batchSize,
ServerQuery<UserQueryResults> query) |
| Modifier and Type | Class and Description |
|---|---|
class |
AssociationQuery
A query to retrieve normal node associations.
|
class |
ChildAssociationQuery
A query to retrieve all child associations on a node.
|
class |
ParentAssociationQuery
A query to retrieve all parent associations on a node.
|
class |
SearchQuery
A query to using full search.
|
| Constructor and Description |
|---|
RepositoryQuerySession(long maxResults,
long batchSize,
ServerQuery<ResultSet> query) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.