Class TaskDataBinderImpl
java.lang.Object
org.apache.syncope.core.provisioning.java.data.AbstractExecutableDatabinder
org.apache.syncope.core.provisioning.java.data.TaskDataBinderImpl
- All Implemented Interfaces:
TaskDataBinder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AnyTypeDAOprotected final EntityFactoryprotected final ImplementationDAOprotected static final Loggerprotected final Map<String, MacroActions> protected final RealmSearchDAOprotected final ExternalResourceDAOprotected final SyncopeTaskSchedulerprotected final TaskExecDAOprotected final TaskUtilsFactory -
Constructor Summary
ConstructorsConstructorDescriptionTaskDataBinderImpl(RealmSearchDAO realmSearchDAO, ExternalResourceDAO resourceDAO, TaskExecDAO taskExecDAO, AnyTypeDAO anyTypeDAO, ImplementationDAO implementationDAO, EntityFactory entityFactory, SyncopeTaskScheduler scheduler, TaskUtilsFactory taskUtilsFactory) -
Method Summary
Modifier and TypeMethodDescriptionbuildRefDesc(Task<?> task) createSchedTask(SchedTaskTO taskTO, TaskUtils taskUtils) protected voidfill(SchedTaskTO schedTaskTO, SchedTask schedTask) protected voidfill(MacroTask macroTask, MacroTaskTO macroTaskTO) protected voidfill(ProvisioningTask<?> provisioningTask, ProvisioningTaskTO provisioningTaskTO) getMacroTaskForm(MacroTask task, Locale locale) <T extends TaskTO>
TvoidupdateSchedTask(SchedTask task, SchedTaskTO taskTO, TaskUtils taskUtils) Methods inherited from class org.apache.syncope.core.provisioning.java.data.AbstractExecutableDatabinder
toOffsetDateTime
-
Field Details
-
LOG
-
realmSearchDAO
-
resourceDAO
-
taskExecDAO
-
anyTypeDAO
-
implementationDAO
-
entityFactory
-
scheduler
-
taskUtilsFactory
-
perContextMacroActions
-
-
Constructor Details
-
TaskDataBinderImpl
public TaskDataBinderImpl(RealmSearchDAO realmSearchDAO, ExternalResourceDAO resourceDAO, TaskExecDAO taskExecDAO, AnyTypeDAO anyTypeDAO, ImplementationDAO implementationDAO, EntityFactory entityFactory, SyncopeTaskScheduler scheduler, TaskUtilsFactory taskUtilsFactory)
-
-
Method Details
-
fill
-
fill
-
createSchedTask
- Specified by:
createSchedTaskin interfaceTaskDataBinder
-
updateSchedTask
- Specified by:
updateSchedTaskin interfaceTaskDataBinder
-
buildRefDesc
- Specified by:
buildRefDescin interfaceTaskDataBinder
-
getExecTO
- Specified by:
getExecTOin interfaceTaskDataBinder
-
fill
-
getTaskTO
- Specified by:
getTaskTOin interfaceTaskDataBinder
-
getMacroTaskForm
- Specified by:
getMacroTaskFormin interfaceTaskDataBinder
-