Uses of Class
org.apache.syncope.common.lib.to.NotificationTaskTO
-
Packages that use NotificationTaskTO Package Description org.apache.syncope.client.console.rest org.apache.syncope.client.console.tasks -
-
Uses of NotificationTaskTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return NotificationTaskTO Modifier and Type Method Description NotificationTaskTO
TaskRestClient. readNotificationTask(String taskKey)
Methods in org.apache.syncope.client.console.rest that return types with arguments of type NotificationTaskTO Modifier and Type Method Description List<NotificationTaskTO>
TaskRestClient. listNotificationTasks(String notification, AnyTypeKind anyTypeKind, String entityKey, int page, int size, SortParam<String> sort)
-
Uses of NotificationTaskTO in org.apache.syncope.client.console.tasks
Methods in org.apache.syncope.client.console.tasks that return types with arguments of type NotificationTaskTO Modifier and Type Method Description ActionsPanel<NotificationTaskTO>
NotificationTaskDirectoryPanel. getActions(IModel<NotificationTaskTO> model)
protected List<IColumn<NotificationTaskTO,String>>
NotificationTaskDirectoryPanel. getColumns()
Iterator<NotificationTaskTO>
NotificationTaskDirectoryPanel.NotificationTasksProvider. iterator(long first, long count)
Method parameters in org.apache.syncope.client.console.tasks with type arguments of type NotificationTaskTO Modifier and Type Method Description ActionsPanel<NotificationTaskTO>
NotificationTaskDirectoryPanel. getActions(IModel<NotificationTaskTO> model)
-