|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.webservice.AbstractQuery
org.alfresco.repo.webservice.repository.ChildAssociationQuery
public class ChildAssociationQuery
A query to retrieve all child associations on a node.
Field Summary |
---|
Fields inherited from interface org.alfresco.repo.webservice.ServerQuery |
---|
SYS_COL_ASSOC_NAME, SYS_COL_ASSOC_TYPE, SYS_COL_IS_PRIMARY, SYS_COL_NTH_SIBLING |
Constructor Summary | |
---|---|
ChildAssociationQuery(org.alfresco.repo.webservice.types.Reference node)
|
Method Summary | |
---|---|
org.alfresco.repo.webservice.types.ResultSet |
execute(org.alfresco.service.ServiceRegistry serviceRegistry)
Executes the query and returns the full query results. |
java.lang.String |
toString()
|
Methods inherited from class org.alfresco.repo.webservice.AbstractQuery |
---|
createResultSetRowNode, execute |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ChildAssociationQuery(org.alfresco.repo.webservice.types.Reference node)
node
- The node to query againstMethod Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public org.alfresco.repo.webservice.types.ResultSet execute(org.alfresco.service.ServiceRegistry serviceRegistry)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |