|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServerQuery
Interface definition for a QuerySession.
Field Summary | |
---|---|
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
|
Method Summary | |
---|---|
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. |
Field Detail |
---|
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
Method Detail |
---|
java.lang.Object execute(org.alfresco.service.ServiceRegistry serviceRegistry)
The
- services to help make the query
java.lang.Object execute(org.alfresco.service.ServiceRegistry serviceRegistry, long maxResults)
The
- services to help make the querymaxResults
- the total number of results to retrieve
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |