Class Update
- java.lang.Object
-
- org.apache.syncope.core.flowable.task.FlowableServiceTask
-
- org.apache.syncope.core.flowable.task.Update
-
- All Implemented Interfaces:
JavaDelegate
public class Update extends FlowableServiceTask
-
-
Field Summary
Fields Modifier and Type Field Description protected UserDataBinder
dataBinder
protected UserDAO
userDAO
-
Fields inherited from class org.apache.syncope.core.flowable.task.FlowableServiceTask
LOG
-
-
Constructor Summary
Constructors Constructor Description Update(UserDataBinder dataBinder, UserDAO userDAO)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doExecute(DelegateExecution execution)
-
Methods inherited from class org.apache.syncope.core.flowable.task.FlowableServiceTask
execute
-
-
-
-
Field Detail
-
dataBinder
protected final UserDataBinder dataBinder
-
userDAO
protected final UserDAO userDAO
-
-
Constructor Detail
-
Update
public Update(UserDataBinder dataBinder, UserDAO userDAO)
-
-
Method Detail
-
doExecute
protected void doExecute(DelegateExecution execution)
- Specified by:
doExecute
in classFlowableServiceTask
-
-