Uses of Class
org.apache.syncope.common.lib.to.SchedTaskTO
-
-
Uses of SchedTaskTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest with parameters of type SchedTaskTO Modifier and Type Method Description voidTaskRestClient. create(TaskType type, SchedTaskTO taskTO)voidTaskRestClient. update(TaskType type, SchedTaskTO taskTO) -
Uses of SchedTaskTO in org.apache.syncope.client.console.tasks
Classes in org.apache.syncope.client.console.tasks with type parameters of type SchedTaskTO Modifier and Type Class Description classSchedTaskDirectoryPanel<T extends SchedTaskTO>Tasks page.protected classSchedTaskDirectoryPanel.SchedTasksProvider<T extends SchedTaskTO>classSchedTaskWizardBuilder<T extends SchedTaskTO>Fields in org.apache.syncope.client.console.tasks declared as SchedTaskTO Modifier and Type Field Description protected TSchedTaskDirectoryPanel. schedTaskTOMethods in org.apache.syncope.client.console.tasks with parameters of type SchedTaskTO Modifier and Type Method Description protected WizardModelSchedTaskWizardBuilder. buildModelSteps(SchedTaskTO modelObject, WizardModel wizardModel)protected SerializableSchedTaskWizardBuilder. onApplyInternal(SchedTaskTO modelObject)Constructors in org.apache.syncope.client.console.tasks with parameters of type SchedTaskTO Constructor Description Profile(SchedTaskTO taskTO)Schedule(SchedTaskTO taskTO) -
Uses of SchedTaskTO in org.apache.syncope.common.lib.to
Subclasses of SchedTaskTO in org.apache.syncope.common.lib.to Modifier and Type Class Description classMacroTaskTOclassProvisioningTaskTOclassPullTaskTOclassPushTaskTO -
Uses of SchedTaskTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type SchedTaskTO Modifier and Type Method Description javax.ws.rs.core.ResponseTaskService. create(@NotNull TaskType type, @NotNull SchedTaskTO taskTO)Creates a new task.voidTaskService. update(@NotNull TaskType type, @NotNull SchedTaskTO taskTO)Updates the task matching the provided key. -
Uses of SchedTaskTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with type parameters of type SchedTaskTO Modifier and Type Method Description <T extends SchedTaskTO>
TTaskLogic. createSchedTask(TaskType type, T taskTO)<T extends SchedTaskTO>
TTaskLogic. updateSchedTask(TaskType type, SchedTaskTO taskTO)Methods in org.apache.syncope.core.logic with parameters of type SchedTaskTO Modifier and Type Method Description <T extends SchedTaskTO>
TTaskLogic. updateSchedTask(TaskType type, SchedTaskTO taskTO) -
Uses of SchedTaskTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type SchedTaskTO Modifier and Type Method Description SchedTaskTaskDataBinder. createSchedTask(SchedTaskTO taskTO, TaskUtils taskUtil)voidTaskDataBinder. updateSchedTask(SchedTask task, SchedTaskTO taskTO, TaskUtils taskUtil) -
Uses of SchedTaskTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type SchedTaskTO Modifier and Type Method Description SchedTaskTaskDataBinderImpl. createSchedTask(SchedTaskTO taskTO, TaskUtils taskUtils)protected voidTaskDataBinderImpl. fill(SchedTaskTO schedTaskTO, SchedTask schedTask)voidTaskDataBinderImpl. updateSchedTask(SchedTask task, SchedTaskTO taskTO, TaskUtils taskUtils) -
Uses of SchedTaskTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type SchedTaskTO Modifier and Type Method Description javax.ws.rs.core.ResponseTaskServiceImpl. create(TaskType type, SchedTaskTO taskTO)voidTaskServiceImpl. update(TaskType type, SchedTaskTO taskTO)
-