Class 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
    • Constructor Detail

      • NotificationTasksProvider

        public NotificationTasksProvider​(String notification,
                                         org.apache.syncope.common.lib.types.AnyTypeKind anyTypeKind,
                                         String entityKey,
                                         int paginatorRows)
    • Method Detail

      • size

        public long size()
      • iterator

        public Iterator<org.apache.syncope.common.lib.to.NotificationTaskTO> iterator​(long first,
                                                                                      long count)