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 void
TaskRestClient. create(TaskType type, SchedTaskTO taskTO)
void
TaskRestClient. 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 class
SchedTaskDirectoryPanel<T extends SchedTaskTO>
Tasks page.protected class
SchedTaskDirectoryPanel.SchedTasksProvider<T extends SchedTaskTO>
class
SchedTaskWizardBuilder<T extends SchedTaskTO>
Fields in org.apache.syncope.client.console.tasks declared as SchedTaskTO Modifier and Type Field Description protected T
SchedTaskDirectoryPanel. schedTaskTO
Methods in org.apache.syncope.client.console.tasks with parameters of type SchedTaskTO Modifier and Type Method Description protected WizardModel
SchedTaskWizardBuilder. buildModelSteps(SchedTaskTO modelObject, WizardModel wizardModel)
protected Serializable
SchedTaskWizardBuilder. 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 class
MacroTaskTO
class
ProvisioningTaskTO
class
PullTaskTO
class
PushTaskTO
-
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.Response
TaskService. create(@NotNull TaskType type, @NotNull SchedTaskTO taskTO)
Creates a new task.void
TaskService. 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 SchedTask
TaskDataBinder. createSchedTask(SchedTaskTO taskTO, TaskUtils taskUtil)
void
TaskDataBinder. 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 SchedTask
TaskDataBinderImpl. createSchedTask(SchedTaskTO taskTO, TaskUtils taskUtils)
protected void
TaskDataBinderImpl. fill(SchedTaskTO schedTaskTO, SchedTask schedTask)
void
TaskDataBinderImpl. 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.Response
TaskServiceImpl. create(TaskType type, SchedTaskTO taskTO)
void
TaskServiceImpl. update(TaskType type, SchedTaskTO taskTO)
-