Uses of Class
org.alfresco.search.model.ResultSetRowEntry
-
Packages that use ResultSetRowEntry Package Description org.alfresco.search.model -
-
Uses of ResultSetRowEntry in org.alfresco.search.model
Methods in org.alfresco.search.model that return ResultSetRowEntry Modifier and Type Method Description ResultSetRowEntryResultSetRowEntry. entry(ResultNode entry)Methods in org.alfresco.search.model that return types with arguments of type ResultSetRowEntry Modifier and Type Method Description @Valid List<ResultSetRowEntry>ResultSetPagingList. getEntries()Get entriesMethods in org.alfresco.search.model with parameters of type ResultSetRowEntry Modifier and Type Method Description ResultSetPagingListResultSetPagingList. addEntriesItem(ResultSetRowEntry entriesItem)Method parameters in org.alfresco.search.model with type arguments of type ResultSetRowEntry Modifier and Type Method Description ResultSetPagingListResultSetPagingList. entries(List<ResultSetRowEntry> entries)voidResultSetPagingList. setEntries(List<ResultSetRowEntry> entries)
-