it.sistematica.isharedoc.process.instance.activity
Class HistoryEventHandler

java.lang.Object
  extended by it.sistematica.isharedoc.process.AbstractEventHandler
      extended by it.sistematica.isharedoc.process.instance.activity.HistoryEventHandler

@Service(value="ActivityInstanceHistoryEventHandler")
public class HistoryEventHandler
extends AbstractEventHandler


Field Summary
(package private)  it.neverworks.data.EntityManager entities
           
(package private)  it.neverworks.application.service.UserInfo userInfo
           
 
Constructor Summary
HistoryEventHandler()
           
 
Method Summary
 void historyOnChange(org.jbpm.graph.exe.ExecutionContext context)
           
 
Methods inherited from class it.sistematica.isharedoc.process.AbstractEventHandler
getItem, required
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userInfo

it.neverworks.application.service.UserInfo userInfo

entities

it.neverworks.data.EntityManager entities
Constructor Detail

HistoryEventHandler

public HistoryEventHandler()
Method Detail

historyOnChange

public void historyOnChange(org.jbpm.graph.exe.ExecutionContext context)