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