Class TaskCompleteListener
- java.lang.Object
-
- org.alfresco.repo.workflow.activiti.tasklistener.TaskCompleteListener
-
- All Implemented Interfaces:
java.io.Serializable,org.activiti.engine.delegate.TaskListener
public class TaskCompleteListener extends java.lang.Object implements org.activiti.engine.delegate.TaskListenerTasklistener that is notified when a task completes. This will set a few properties on the task, indicating it is complete and preparing it for historic usage.- Since:
- 3.4.e
- Author:
- Frederik Heremans
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TaskCompleteListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidnotify(org.activiti.engine.delegate.DelegateTask task)voidsetNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)voidsetPropertyConverter(ActivitiPropertyConverter propertyConverter)
-
-
-
Method Detail
-
notify
public void notify(org.activiti.engine.delegate.DelegateTask task)
- Specified by:
notifyin interfaceorg.activiti.engine.delegate.TaskListener
-
setNamespaceService
public void setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)
-
setPropertyConverter
public void setPropertyConverter(ActivitiPropertyConverter propertyConverter)
- Parameters:
propertyConverter- the propertyConverter to set
-
-