Uses of Class
org.alfresco.opencmis.search.CMISResultSetRow
-
Packages that use CMISResultSetRow Package Description org.alfresco.opencmis.search -
-
Uses of CMISResultSetRow in org.alfresco.opencmis.search
Methods in org.alfresco.opencmis.search that return CMISResultSetRow Modifier and Type Method Description CMISResultSetRowCMISResultSet. getRow(int i)CMISResultSetRowCMISResultSetRowIterator. next()CMISResultSetRowCMISResultSetRowIterator. previous()Methods in org.alfresco.opencmis.search that return types with arguments of type CMISResultSetRow Modifier and Type Method Description java.util.Iterator<CMISResultSetRow>CMISResultSet. iterator()Methods in org.alfresco.opencmis.search with parameters of type CMISResultSetRow Modifier and Type Method Description voidCMISResultSetRowIterator. add(CMISResultSetRow o)voidCMISResultSetRowIterator. set(CMISResultSetRow o)
-