public abstract class AbstractQuery extends java.lang.Object implements ServerQuery
Before executing, all the services need to be set.
SYS_COL_ASSOC_NAME, SYS_COL_ASSOC_TYPE, SYS_COL_IS_PRIMARY, SYS_COL_NTH_SIBLING
Constructor and Description |
---|
AbstractQuery() |
Modifier and Type | Method and Description |
---|---|
protected org.alfresco.repo.webservice.types.ResultSetRowNode |
createResultSetRowNode(org.alfresco.service.cmr.repository.NodeRef nodeRef,
org.alfresco.service.cmr.repository.NodeService nodeService)
Create a result set row node object for the provided node reference
|
java.lang.Object |
execute(org.alfresco.service.ServiceRegistry serviceRegistry,
long maxResults)
Override this method only if the query can limit the results without a post-query cut-off.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute
public java.lang.Object execute(org.alfresco.service.ServiceRegistry serviceRegistry, long maxResults)
execute
in interface ServerQuery
maxResults
- the total number of results to retrieveprotected org.alfresco.repo.webservice.types.ResultSetRowNode createResultSetRowNode(org.alfresco.service.cmr.repository.NodeRef nodeRef, org.alfresco.service.cmr.repository.NodeService nodeService)
nodeRef
- the node referencenodeService
- the node serviceCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.