Package | Description |
---|---|
com.wewebu.ow.server.event | |
com.wewebu.ow.server.history | |
com.wewebu.ow.server.historyimpl.simplehistory |
Modifier and Type | Method and Description |
---|---|
void |
OwEventManager.addEvent(int iEventType_p,
String strEventID_p,
OwEvent event_p,
int iStatus_p)
add a new history event to the history database if supported by the historymanager
|
Modifier and Type | Interface and Description |
---|---|
interface |
OwHistoryAnnotationEvent
Interface for history events used with the history manager to add new events to the database.
Created for annotation change events. To be implemented with the specific ECM system. |
interface |
OwHistoryObjectChangeEvent
Interface for history events used with the history manager to add
new events to the database.
To be implemented with the specific ECM system. |
interface |
OwHistoryObjectCreateEvent
Interface for history events used with the history manager to add
new events to the database.
To be implemented with the specific ECM system. |
interface |
OwHistoryObjectDeleteEvent
Interface for history events used with the history manager to add
new events to the database.
To be implemented with the specific ECM system. |
interface |
OwHistoryPropertyChangeEvent
Interface for history events used with the history manager to add
new events to the database.
|
interface |
OwSessionHistoryDeleteEvent
Special interface for session history events.
The event holds the DMSID of the deleted object. |
Modifier and Type | Class and Description |
---|---|
class |
OwStandardHistoryAnnotationEvent
Standard implementation of the OwStandardHistoryAnnotationEvent interface.
|
class |
OwStandardHistoryObjectChangeEvent
Standard implementation of the OwHistoryObjectChangeEvent interface.
|
class |
OwStandardHistoryObjectCreateEvent
Standard implementation of the OwHistoryObjectCreateEvent interface.
|
class |
OwStandardHistoryObjectDeleteEvent
OwStandardHistoryObjectDeleteEvent.
|
class |
OwStandardHistoryPropertyChangeEvent
Standard implementation of the OwHistoryPropertyChangeEvent interface.
|
class |
OwStandardSessionHistoryDeleteEvent
Standard implementation of the
OwSessionHistoryDeleteEvent interface.Important: the contained DMSID belongs to a deleted object, do not try to obtain the object from the DMSID provided by this event. |
Modifier and Type | Method and Description |
---|---|
void |
OwStandardHistoryManager.addEvent(int eventType_p,
String strEventID_p,
OwEvent event_p,
int status_p) |
protected List |
OwStandardHistoryManager.getDMSIdsFromEvent(OwEvent event_p)
Create a list of object DMSIDs affected by this event.
|
Modifier and Type | Method and Description |
---|---|
void |
OwSimpleHistoryManager.addEvent(int iEventType_p,
String strEventID_p,
OwEvent event_p,
int iStatus_p)
add a new history event to the history database if supported by the historymanager
|
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.