public interface ServerQuery
extends java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SYS_COL_ASSOC_NAME |
static java.lang.String |
SYS_COL_ASSOC_TYPE
System column namess
|
static java.lang.String |
SYS_COL_IS_PRIMARY |
static java.lang.String |
SYS_COL_NTH_SIBLING |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
execute(org.alfresco.service.ServiceRegistry serviceRegistry)
Executes the query and returns the full query results.
|
java.lang.Object |
execute(org.alfresco.service.ServiceRegistry serviceRegistry,
long maxResults)
Executes the query and return all results up to given maximum number.
|
static final java.lang.String SYS_COL_ASSOC_TYPE
static final java.lang.String SYS_COL_ASSOC_NAME
static final java.lang.String SYS_COL_IS_PRIMARY
static final java.lang.String SYS_COL_NTH_SIBLING
java.lang.Object execute(org.alfresco.service.ServiceRegistry serviceRegistry)
The
- services to help make the queryjava.lang.Object execute(org.alfresco.service.ServiceRegistry serviceRegistry, long maxResults)
The
- services to help make the querymaxResults
- the total number of results to retrieveCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.