Class FlowableServiceTask
- java.lang.Object
-
- org.apache.syncope.core.flowable.task.FlowableServiceTask
-
- All Implemented Interfaces:
org.flowable.engine.delegate.JavaDelegate
- Direct Known Subclasses:
AssignDirectorGroup,AutoActivate,Create,CreateARelationship,Delete,GenerateToken,Notify,PasswordReset,Reactivate,Suspend,Update
public abstract class FlowableServiceTask extends Object implements org.flowable.engine.delegate.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 voiddoExecute(org.flowable.engine.delegate.DelegateExecution execution)voidexecute(org.flowable.engine.delegate.DelegateExecution execution)
-
-
-
Field Detail
-
LOG
protected static final Logger LOG
-
-
Method Detail
-
execute
@Transactional(rollbackFor=java.lang.Throwable.class) public void execute(org.flowable.engine.delegate.DelegateExecution execution)
- Specified by:
executein interfaceorg.flowable.engine.delegate.JavaDelegate
-
doExecute
protected abstract void doExecute(org.flowable.engine.delegate.DelegateExecution execution)
-
-