it.sistematica.isharedoc.process.activiti
Class TaskHelperDelegate

java.lang.Object
  extended by it.sistematica.isharedoc.process.activiti.TaskHelperDelegate
All Implemented Interfaces:
TaskHelperInterface, org.activiti.engine.delegate.JavaDelegate

public abstract class TaskHelperDelegate
extends java.lang.Object
implements TaskHelperInterface, org.activiti.engine.delegate.JavaDelegate


Field Summary
protected  it.neverworks.data.EntityManager entities
           
protected  it.neverworks.application.service.UserInfo userInfo
           
 
Constructor Summary
TaskHelperDelegate()
           
 
Method Summary
 void execute(org.activiti.engine.delegate.DelegateExecution execution)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface it.sistematica.isharedoc.process.activiti.TaskHelperInterface
appExecute
 

Field Detail

entities

protected it.neverworks.data.EntityManager entities

userInfo

protected it.neverworks.application.service.UserInfo userInfo
Constructor Detail

TaskHelperDelegate

public TaskHelperDelegate()
Method Detail

execute

public void execute(org.activiti.engine.delegate.DelegateExecution execution)
Specified by:
execute in interface org.activiti.engine.delegate.JavaDelegate