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
public abstract class FlowableServiceTask extends Object implements JavaDelegate
Abstract base class for Flowable's service tasks in Syncope, with Spring support.
-
-
Constructor Summary
Constructors Constructor Description FlowableServiceTask()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract void
doExecute(DelegateExecution execution)
void
execute(DelegateExecution execution)
-
-
-
Field Detail
-
LOG
protected static final Logger LOG
-
-
Method Detail
-
execute
@Transactional(rollbackFor=java.lang.Throwable.class) public void execute(DelegateExecution execution)
- Specified by:
execute
in interfaceJavaDelegate
-
doExecute
protected abstract void doExecute(DelegateExecution execution)
-
-