public interface ServerQuery<RESULTSET> extends Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SYS_COL_ASSOC_NAME |
static String |
SYS_COL_ASSOC_TYPE
System column namess
|
static String |
SYS_COL_IS_PRIMARY |
static String |
SYS_COL_NTH_SIBLING |
| Modifier and Type | Method and Description |
|---|---|
RESULTSET |
execute(ServiceRegistry serviceRegistry)
Executes the query and returns the full query results.
|
RESULTSET |
execute(ServiceRegistry serviceRegistry,
long maxResults)
Executes the query and return all results up to given maximum number.
|
static final String SYS_COL_ASSOC_TYPE
static final String SYS_COL_ASSOC_NAME
static final String SYS_COL_IS_PRIMARY
static final String SYS_COL_NTH_SIBLING
RESULTSET execute(ServiceRegistry serviceRegistry)
The - services to help make the queryRESULTSET execute(ServiceRegistry serviceRegistry, long maxResults)
The - services to help make the querymaxResults - the total number of results to retrieveCopyright © 2005–2014 Alfresco Software. All rights reserved.