Class FlowableServiceTask
java.lang.Object
org.apache.syncope.core.flowable.task.FlowableServiceTask
- All Implemented Interfaces:
JavaDelegate
- Direct Known Subclasses:
AssignDirectorGroup
,AutoActivate
,Create
,CreateARelationship
,Delete
,GenerateToken
,Notify
,PasswordReset
,Reactivate
,Suspend
,Update
Abstract base class for Flowable's service tasks in Syncope, with Spring support.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract void
doExecute
(DelegateExecution execution) void
execute
(DelegateExecution execution)
-
Field Details
-
LOG
-
-
Constructor Details
-
FlowableServiceTask
public FlowableServiceTask()
-
-
Method Details
-
execute
@Transactional(rollbackFor=java.lang.Throwable.class) public void execute(DelegateExecution execution) - Specified by:
execute
in interfaceJavaDelegate
-
doExecute
-