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 JobTONotificationRestClient. getJob()JobTOReportRestClient. getJob(String key)JobTOTaskRestClient. 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. actionTogglePanelprotected List<JobTO>JobWidget. availableMethods 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 JobTOExecutableService. getJob(String key)Returns job (running or scheduled) for the executable matching the given key.JobTONotificationService. 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 JobTOAbstractExecutableLogic. getJob(String key)JobTONotificationLogic. getJob()JobTOReportLogic. getJob(String key)JobTOTaskLogic. 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 JobTOAbstractExecutableService. getJob(String key)JobTONotificationServiceImpl. 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()
-