Uses of Interface
com.wewebu.ow.server.event.OwEventManager

Packages that use OwEventManager
com.wewebu.ow.server.app   
com.wewebu.ow.server.ecm   
com.wewebu.ow.server.history   
com.wewebu.ow.server.historyimpl.simplehistory   
 

Uses of OwEventManager in com.wewebu.ow.server.app
 

Methods in com.wewebu.ow.server.app that return OwEventManager
protected  OwEventManager OwFunction.getEventManager()
          get a reference to the event manager to write history events
 

Uses of OwEventManager in com.wewebu.ow.server.ecm
 

Fields in com.wewebu.ow.server.ecm declared as OwEventManager
protected  OwEventManager OwFileObject.m_eventmanager
           
 

Methods in com.wewebu.ow.server.ecm that return OwEventManager
 OwEventManager OwRepository.getEventManager()
          get the instance of the history manager
 

Methods in com.wewebu.ow.server.ecm with parameters of type OwEventManager
 void OwNetwork.setEventManager(OwEventManager eventManager_p)
          set the rolemanager to use
 

Uses of OwEventManager in com.wewebu.ow.server.history
 

Subinterfaces of OwEventManager in com.wewebu.ow.server.history
 interface OwHistoryManager
           Interface for history managers to collect and retrieve history information.
History Events are collected both in the EcmAdapter and in the Workdesk itself.
Most ECM Systems will write their own history and so the history manager needs only to read that information.
 

Classes in com.wewebu.ow.server.history that implement OwEventManager
 class OwStandardHistoryManager
           Base implementation for history managers to collect and retrieve history information.
History Events are collected both in the EcmAdapter and in the Workdesk itself.
Most ECM Systems will write their own history and so the history manager needs only to read that information.
 

Uses of OwEventManager in com.wewebu.ow.server.historyimpl.simplehistory
 

Classes in com.wewebu.ow.server.historyimpl.simplehistory that implement OwEventManager
 class OwSimpleHistoryManager
           Simple implementation for the history manager, does not create a history.

To be implemented with the specific ECM system.
 

Methods in com.wewebu.ow.server.historyimpl.simplehistory that return OwEventManager
 OwEventManager OwSimpleHistoryManager.getEventManager()
          get the instance of the history manager
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.