Uses of Class
org.apache.syncope.common.lib.to.JobTO
-
-
Uses of JobTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return JobTO Modifier and Type Method Description JobTO
NotificationRestClient. getJob()
JobTO
ReportRestClient. getJob(String key)
JobTO
TaskRestClient. getJob(String key)
Methods in org.apache.syncope.client.console.rest that return types with arguments of type JobTO Modifier and Type Method Description List<JobTO>
ReportRestClient. listJobs()
List<JobTO>
TaskRestClient. listJobs()
-
Uses of JobTO in org.apache.syncope.client.console.widgets
Fields in org.apache.syncope.client.console.widgets with type parameters of type JobTO Modifier and Type Field Description protected ActionLinksTogglePanel<JobTO>
JobWidget. actionTogglePanel
protected List<JobTO>
JobWidget. available
Methods in org.apache.syncope.client.console.widgets that return types with arguments of type JobTO Modifier and Type Method Description protected ActionsPanel<JobTO>
JobWidget.AvailableJobsPanel. getActions(IModel<JobTO> model)
protected List<IColumn<JobTO,String>>
JobWidget.AvailableJobsPanel. getColumns()
protected List<JobTO>
JobWidget. getUpdatedAvailable()
Iterator<JobTO>
JobWidget.AvailableJobsProvider. iterator(long first, long count)
IModel<JobTO>
JobWidget.AvailableJobsProvider. model(JobTO object)
Methods in org.apache.syncope.client.console.widgets with parameters of type JobTO Modifier and Type Method Description IModel<JobTO>
JobWidget.AvailableJobsProvider. model(JobTO object)
Method parameters in org.apache.syncope.client.console.widgets with type arguments of type JobTO Modifier and Type Method Description protected ActionsPanel<JobTO>
JobWidget.AvailableJobsPanel. getActions(IModel<JobTO> model)
Constructors in org.apache.syncope.client.console.widgets with parameters of type JobTO Constructor Description JobActionPanel(String id, JobTO jobTO, boolean showNotRunning, Component container)
-
Uses of JobTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return JobTO Modifier and Type Method Description JobTO
ExecutableService. getJob(String key)
Returns job (running or scheduled) for the executable matching the given key.JobTO
NotificationService. getJob()
Returns details about notification job.Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type JobTO Modifier and Type Method Description List<JobTO>
ExecutableService. listJobs()
List jobs (running and / or scheduled). -
Uses of JobTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return JobTO Modifier and Type Method Description abstract JobTO
AbstractExecutableLogic. getJob(String key)
JobTO
NotificationLogic. getJob()
JobTO
ReportLogic. getJob(String key)
JobTO
TaskLogic. getJob(String key)
Methods in org.apache.syncope.core.logic that return types with arguments of type JobTO Modifier and Type Method Description abstract List<JobTO>
AbstractExecutableLogic. listJobs()
List<JobTO>
ReportLogic. listJobs()
List<JobTO>
TaskLogic. listJobs()
-
Uses of JobTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return JobTO Modifier and Type Method Description JobTO
AbstractExecutableService. getJob(String key)
JobTO
NotificationServiceImpl. getJob()
Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type JobTO Modifier and Type Method Description List<JobTO>
AbstractExecutableService. listJobs()
-