Class ConnectorDataProvider
java.lang.Object
org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider<Serializable,String>
org.apache.syncope.client.console.commons.DirectoryDataProvider<Serializable>
org.apache.syncope.client.console.commons.ConnectorDataProvider
- All Implemented Interfaces:
Serializable,ISortStateLocator<String>,ISortableDataProvider<Serializable,,String> IDataProvider<Serializable>,IDetachable,IClusterable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ConnectorRestClientprotected intprotected final Stringprotected static final Loggerprotected final PageReferenceFields inherited from class org.apache.syncope.client.console.commons.DirectoryDataProvider
paginatorRows -
Constructor Summary
ConstructorsConstructorDescriptionConnectorDataProvider(ConnectorRestClient connectorRestClient, int paginatorRows, PageReference pageRef, String keyword) -
Method Summary
Modifier and TypeMethodDescriptionintiterator(long first, long count) model(Serializable object) longsize()Methods inherited from class org.apache.syncope.client.console.commons.DirectoryDataProvider
setPaginatorRowsMethods inherited from class org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider
getSort, getSortState, setSort, setSortMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.wicket.markup.repeater.data.IDataProvider
detach
-
Field Details
-
LOG
-
connectorRestClient
-
pageRef
-
currentPage
protected int currentPage -
keyword
-
-
Constructor Details
-
ConnectorDataProvider
public ConnectorDataProvider(ConnectorRestClient connectorRestClient, int paginatorRows, PageReference pageRef, String keyword)
-
-
Method Details
-
iterator
-
size
public long size() -
model
-
getCurrentPage
public int getCurrentPage()
-