Class ExecutionsDirectoryPanel.ExecProvider
- java.lang.Object
-
- org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider<T,String>
-
- org.apache.syncope.client.console.commons.DirectoryDataProvider<ExecTO>
-
- org.apache.syncope.client.console.tasks.ExecutionsDirectoryPanel.ExecProvider
-
- All Implemented Interfaces:
Serializable
,ISortStateLocator<String>
,ISortableDataProvider<ExecTO,String>
,IDataProvider<ExecTO>
,IDetachable
,IClusterable
- Enclosing class:
- ExecutionsDirectoryPanel
protected class ExecutionsDirectoryPanel.ExecProvider extends DirectoryDataProvider<ExecTO>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.client.console.commons.DirectoryDataProvider
paginatorRows
-
-
Constructor Summary
Constructors Constructor Description ExecProvider(String taskKey, int paginatorRows)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<ExecTO>
iterator(long first, long count)
IModel<ExecTO>
model(ExecTO taskExecution)
long
size()
-
Methods inherited from class org.apache.syncope.client.console.commons.DirectoryDataProvider
setPaginatorRows
-
Methods inherited from class org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider
getSort, getSortState, setSort, setSort
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.wicket.markup.repeater.data.IDataProvider
detach
-
-