Package | Description |
---|---|
com.wewebu.ow.server.app | |
com.wewebu.ow.server.ecm | |
com.wewebu.ow.server.history | |
com.wewebu.ow.server.historyimpl.simplehistory |
Modifier and Type | Method and Description |
---|---|
protected OwEventManager |
OwFunction.getEventManager()
get a reference to the event manager to write history events
|
Modifier and Type | Field and Description |
---|---|
protected OwEventManager |
OwFileObject.m_eventmanager |
Modifier and Type | Method and Description |
---|---|
OwEventManager |
OwRepository.getEventManager()
get the instance of the history manager
|
Modifier and Type | Method and Description |
---|---|
void |
OwNetwork.setEventManager(OwEventManager eventManager_p)
set the rolemanager to use
|
Modifier and Type | Interface and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
OwSimpleHistoryManager
Simple implementation for the history manager, does not create a history.
To be implemented with the specific ECM system. |
Modifier and Type | Method and Description |
---|---|
OwEventManager |
OwSimpleHistoryManager.getEventManager()
get the instance of the history manager
|
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.