Class NotificationTaskDirectoryPanel.NotificationTasksProvider
- java.lang.Object
-
- org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider<T,String>
-
- org.apache.syncope.client.ui.commons.DirectoryDataProvider<T>
-
- org.apache.syncope.client.console.commons.TaskDataProvider<org.apache.syncope.common.lib.to.NotificationTaskTO>
-
- org.apache.syncope.client.console.tasks.NotificationTaskDirectoryPanel.NotificationTasksProvider
-
- All Implemented Interfaces:
Serializable
,org.apache.wicket.extensions.markup.html.repeater.data.sort.ISortStateLocator<String>
,org.apache.wicket.extensions.markup.html.repeater.data.table.ISortableDataProvider<org.apache.syncope.common.lib.to.NotificationTaskTO,String>
,org.apache.wicket.markup.repeater.data.IDataProvider<org.apache.syncope.common.lib.to.NotificationTaskTO>
,org.apache.wicket.model.IDetachable
,org.apache.wicket.util.io.IClusterable
- Enclosing class:
- NotificationTaskDirectoryPanel
protected static class NotificationTaskDirectoryPanel.NotificationTasksProvider extends TaskDataProvider<org.apache.syncope.common.lib.to.NotificationTaskTO>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.client.console.commons.TaskDataProvider
taskType
-
Fields inherited from class org.apache.syncope.client.ui.commons.DirectoryDataProvider
paginatorRows
-
-
Constructor Summary
Constructors Constructor Description NotificationTasksProvider(String notification, org.apache.syncope.common.lib.types.AnyTypeKind anyTypeKind, String entityKey, int paginatorRows)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<org.apache.syncope.common.lib.to.NotificationTaskTO>
iterator(long first, long count)
long
size()
-
Methods inherited from class org.apache.syncope.client.console.commons.TaskDataProvider
model
-
Methods inherited from class org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider
getSort, getSortState, setSort, setSort
-
-
-
-
Method Detail
-
size
public long size()
-
iterator
public Iterator<org.apache.syncope.common.lib.to.NotificationTaskTO> iterator(long first, long count)
-
-