public class CMISTemplateResultSet.TemplateIterator.TemplateRow extends Object
| Constructor and Description |
|---|
CMISTemplateResultSet.TemplateIterator.TemplateRow(CMISResultSetRow row)
Construct
|
| Modifier and Type | Method and Description |
|---|---|
String |
getColumnType(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
|
TemplateNode |
getNode() |
Collection<TemplateNode> |
getNodes() |
CMISPropertyDefinition |
getPropertyDefinition(String colName)
Gets property definition for specified column name
|
float |
getScore() |
TemplateNode |
getSelectorNode(String selector)
Gets node for specified selector
|
Float |
getSelectorScore(String selector) |
Map<String,Serializable> |
getValues() |
public CMISTemplateResultSet.TemplateIterator.TemplateRow(CMISResultSetRow row)
row - public Map<String,Serializable> getValues()
public Collection<TemplateNode> getNodes()
public TemplateNode getNode()
public String getColumnType(String colName)
colName - column namepublic CMISPropertyDefinition getPropertyDefinition(String colName)
colName - column namepublic TemplateNode getSelectorNode(String selector)
selector - public float getScore()
public Float getSelectorScore(String selector)
public int getIndex()
Copyright © 2005–2014 Alfresco Software. All rights reserved.