org.alfresco.cmis
Interface CMISResultSetColumn

All Superinterfaces:
org.alfresco.service.cmr.search.ResultSetColumn
All Known Implementing Classes:
CMISResultSetColumnImpl

public interface CMISResultSetColumn
extends org.alfresco.service.cmr.search.ResultSetColumn

The column meta data for a result set


Method Summary
 CMISDataTypeEnum getCMISDataType()
          The type of the column
 CMISPropertyDefinition getCMISPropertyDefinition()
          The property definition if there is one for the column
 
Methods inherited from interface org.alfresco.service.cmr.search.ResultSetColumn
getDataType, getName, getPropertyType
 

Method Detail

getCMISPropertyDefinition

CMISPropertyDefinition getCMISPropertyDefinition()
The property definition if there is one for the column

Returns:
- the property definition or null if it does not make sense for the column

getCMISDataType

CMISDataTypeEnum getCMISDataType()
The type of the column

Returns:
- the CMIS type for the column


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.