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 TypeMethodDescriptionvoidTaskRestClient.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 SchedTaskTOModifier and TypeClassDescriptionclassSchedTaskDirectoryPanel<T extends SchedTaskTO>Tasks page.protected classclassSchedTaskWizardBuilder<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 WizardModelSchedTaskWizardBuilder.buildModelSteps(SchedTaskTO modelObject, WizardModel wizardModel) protected SerializableSchedTaskWizardBuilder.onApplyInternal(SchedTaskTO modelObject) Constructors in org.apache.syncope.client.console.tasks with parameters of type SchedTaskTOModifierConstructorDescriptionprotectedProfile(SchedTaskTO taskTO) protectedSchedule(SchedTaskTO taskTO) -
Uses of SchedTaskTO in org.apache.syncope.common.lib.to
Subclasses of SchedTaskTO in org.apache.syncope.common.lib.toModifier and TypeClassDescriptionclassclassclassclassclassclass -
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) 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 SchedTaskTOModifier and TypeMethodDescriptionTaskDataBinderImpl.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 SchedTaskTOModifier and TypeMethodDescriptionTaskServiceImpl.create(TaskType type, SchedTaskTO taskTO) voidTaskServiceImpl.update(TaskType type, SchedTaskTO taskTO)