Class CMISResultSetColumn

  • All Implemented Interfaces:
    org.alfresco.service.cmr.search.ResultSetColumn

    public class CMISResultSetColumn
    extends java.lang.Object
    implements org.alfresco.service.cmr.search.ResultSetColumn
    Author:
    andyh
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.chemistry.opencmis.commons.enums.PropertyType getCMISDataType()  
      org.alfresco.opencmis.dictionary.PropertyDefinitionWrapper getCMISPropertyDefinition()  
      org.alfresco.service.namespace.QName getDataType()  
      java.lang.String getName()  
      org.alfresco.service.namespace.QName getPropertyType()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface org.alfresco.service.cmr.search.ResultSetColumn
      • getCMISPropertyDefinition

        public org.alfresco.opencmis.dictionary.PropertyDefinitionWrapper getCMISPropertyDefinition()
      • getCMISDataType

        public org.apache.chemistry.opencmis.commons.enums.PropertyType getCMISDataType()
      • getDataType

        public org.alfresco.service.namespace.QName getDataType()
        Specified by:
        getDataType in interface org.alfresco.service.cmr.search.ResultSetColumn
      • getPropertyType

        public org.alfresco.service.namespace.QName getPropertyType()
        Specified by:
        getPropertyType in interface org.alfresco.service.cmr.search.ResultSetColumn