Class Create
- java.lang.Object
-
- org.apache.syncope.core.flowable.task.FlowableServiceTask
-
- org.apache.syncope.core.flowable.task.Create
-
- All Implemented Interfaces:
JavaDelegate
public class Create extends FlowableServiceTask
-
-
Field Summary
Fields Modifier and Type Field Description protected UserDataBinder
dataBinder
protected EntityFactory
entityFactory
-
Fields inherited from class org.apache.syncope.core.flowable.task.FlowableServiceTask
LOG
-
-
Constructor Summary
Constructors Constructor Description Create(UserDataBinder dataBinder, EntityFactory entityFactory)
-
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
-
entityFactory
protected final EntityFactory entityFactory
-
-
Constructor Detail
-
Create
public Create(UserDataBinder dataBinder, EntityFactory entityFactory)
-
-
Method Detail
-
doExecute
protected void doExecute(DelegateExecution execution)
- Specified by:
doExecute
in classFlowableServiceTask
-
-