Uses of Class
org.alfresco.search.sql.model.SQLResultSetRowEntry
-
Packages that use SQLResultSetRowEntry Package Description org.alfresco.search.sql.model -
-
Uses of SQLResultSetRowEntry in org.alfresco.search.sql.model
Methods in org.alfresco.search.sql.model that return SQLResultSetRowEntry Modifier and Type Method Description SQLResultSetRowEntrySQLResultSetRowEntry. label(String label)SQLResultSetRowEntrySQLResultSetRowEntry. value(String value)Methods in org.alfresco.search.sql.model that return types with arguments of type SQLResultSetRowEntry Modifier and Type Method Description @Valid List<SQLResultSetRowEntry>SQLResultSetPagingList. getEntries()Get entriesMethods in org.alfresco.search.sql.model with parameters of type SQLResultSetRowEntry Modifier and Type Method Description SQLResultSetPagingListSQLResultSetPagingList. addEntriesItem(SQLResultSetRowEntry entriesItem)Method parameters in org.alfresco.search.sql.model with type arguments of type SQLResultSetRowEntry Modifier and Type Method Description SQLResultSetPagingListSQLResultSetPagingList. entries(List<SQLResultSetRowEntry> entries)voidSQLResultSetPagingList. setEntries(List<SQLResultSetRowEntry> entries)
-