|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.cmis.rest.CMISTemplateResultSet.TemplateIterator.TemplateRow
public class CMISTemplateResultSet.TemplateIterator.TemplateRow
Template Row
Constructor Summary | |
---|---|
CMISTemplateResultSet.TemplateIterator.TemplateRow(org.alfresco.cmis.CMISResultSetRow row)
Construct |
Method Summary | |
---|---|
java.lang.String |
getColumnType(java.lang.String colName)
Gets column type for specified column name |
int |
getIndex()
NOTE: If you want the overall position in paged results you have to add the skipCount for the result set |
org.alfresco.repo.template.TemplateNode |
getNode()
|
java.util.Collection |
getNodes()
|
org.alfresco.cmis.CMISPropertyDefinition |
getPropertyDefinition(java.lang.String colName)
Gets property definition for specified column name |
float |
getScore()
|
org.alfresco.repo.template.TemplateNode |
getSelectorNode(java.lang.String selector)
Gets node for specified selector |
java.lang.Float |
getSelectorScore(java.lang.String selector)
|
java.util.Map |
getValues()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CMISTemplateResultSet.TemplateIterator.TemplateRow(org.alfresco.cmis.CMISResultSetRow row)
row
- Method Detail |
---|
public java.util.Map getValues()
public java.util.Collection getNodes()
public org.alfresco.repo.template.TemplateNode getNode()
public java.lang.String getColumnType(java.lang.String colName)
colName
- column name
public org.alfresco.cmis.CMISPropertyDefinition getPropertyDefinition(java.lang.String colName)
colName
- column name
public org.alfresco.repo.template.TemplateNode getSelectorNode(java.lang.String selector)
selector
-
public float getScore()
public java.lang.Float getSelectorScore(java.lang.String selector)
public int getIndex()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |