Uses of Interface
com.wewebu.ow.server.history.OwHistoryManager

Packages that use OwHistoryManager
com.wewebu.ow.server.app   
com.wewebu.ow.server.history   
com.wewebu.ow.server.historyimpl.simplehistory   
com.wewebu.ow.server.role   
 

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

Methods in com.wewebu.ow.server.app that return OwHistoryManager
 OwHistoryManager OwMainAppContext.getHistoryManager()
          retrieve the network object
 OwHistoryManager OwConfiguration.getHistoryManager()
          retrieve the HistoryManager object
 

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

Classes in com.wewebu.ow.server.history that implement OwHistoryManager
 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 OwHistoryManager in com.wewebu.ow.server.historyimpl.simplehistory
 

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

To be implemented with the specific ECM system.
 

Uses of OwHistoryManager in com.wewebu.ow.server.role
 

Methods in com.wewebu.ow.server.role that return OwHistoryManager
 OwHistoryManager OwRoleManagerContext.getHistoryManager()
          get the history manager of the current logged in user
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.