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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voiddoExecute(DelegateExecution execution) voidexecute(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:
executein interfaceJavaDelegate
-
doExecute
-