|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OwEvent | |
---|---|
com.wewebu.ow.server.event | |
com.wewebu.ow.server.history | |
com.wewebu.ow.server.historyimpl.simplehistory |
Uses of OwEvent in com.wewebu.ow.server.event |
---|
Methods in com.wewebu.ow.server.event with parameters of type OwEvent | |
---|---|
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 |
Uses of OwEvent in com.wewebu.ow.server.history |
---|
Subinterfaces of OwEvent in com.wewebu.ow.server.history | |
---|---|
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. |
Classes in com.wewebu.ow.server.history that implement OwEvent | |
---|---|
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. |
Methods in com.wewebu.ow.server.history with parameters of type OwEvent | |
---|---|
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. |
Uses of OwEvent in com.wewebu.ow.server.historyimpl.simplehistory |
---|
Methods in com.wewebu.ow.server.historyimpl.simplehistory with parameters of type OwEvent | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |