Uses of Class
org.apache.syncope.common.lib.to.SchedTaskTO
Packages that use SchedTaskTO
Package
Description
-
Uses of SchedTaskTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest with parameters of type SchedTaskTOModifier and TypeMethodDescriptionvoid
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 SchedTaskTOModifier and TypeClassDescriptionclass
SchedTaskDirectoryPanel<T extends SchedTaskTO>
Tasks page.protected class
class
SchedTaskWizardBuilder<T extends SchedTaskTO>
Fields in org.apache.syncope.client.console.tasks declared as SchedTaskTOMethods in org.apache.syncope.client.console.tasks with parameters of type SchedTaskTOModifier and TypeMethodDescriptionprotected 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 SchedTaskTOModifierConstructorDescriptionprotected
Profile
(SchedTaskTO taskTO) protected
Schedule
(SchedTaskTO taskTO) -
Uses of SchedTaskTO in org.apache.syncope.common.lib.to
Subclasses of SchedTaskTO in org.apache.syncope.common.lib.toModifier and TypeClassDescriptionclass
class
class
class
class
class
-
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 -
Uses of SchedTaskTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with type parameters of type SchedTaskTOModifier and TypeMethodDescription<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 SchedTaskTOModifier and TypeMethodDescription<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 SchedTaskTOModifier and TypeMethodDescriptionTaskDataBinder.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 SchedTaskTOModifier and TypeMethodDescriptionTaskDataBinderImpl.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 SchedTaskTOModifier and TypeMethodDescriptionTaskServiceImpl.create
(TaskType type, SchedTaskTO taskTO) void
TaskServiceImpl.update
(TaskType type, SchedTaskTO taskTO)