|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OwHistoryManagerContext | |
---|---|
com.wewebu.ow.server.app | |
com.wewebu.ow.server.history |
Uses of OwHistoryManagerContext in com.wewebu.ow.server.app |
---|
Classes in com.wewebu.ow.server.app that implement OwHistoryManagerContext | |
---|---|
class |
OwMainAppContext
Main Application Context Class Implementation. |
Uses of OwHistoryManagerContext in com.wewebu.ow.server.history |
---|
Methods in com.wewebu.ow.server.history that return OwHistoryManagerContext | |
---|---|
OwHistoryManagerContext |
OwStandardHistoryManager.getContext()
get the application context |
Methods in com.wewebu.ow.server.history with parameters of type OwHistoryManagerContext | |
---|---|
void |
OwStandardHistoryManager.init(OwHistoryManagerContext mainContext_p,
OwXMLUtil configNode_p)
init the manager, set context |
void |
OwHistoryManager.init(OwHistoryManagerContext mainContext_p,
OwXMLUtil configNode_p)
init the manager, set context |
Constructors in com.wewebu.ow.server.history with parameters of type OwHistoryManagerContext | |
---|---|
OwSessionHistoryEntry(OwHistoryManagerContext context_p,
Date time_p,
String id_p,
int type_p,
int status_p,
String strSummary_p,
String strUser_p)
construct a history entry for non modifying or generic events |
|
OwSessionHistoryEntry(OwHistoryManagerContext context_p,
Date time_p,
String id_p,
int type_p,
int status_p,
String strSummary_p,
String strUser_p,
OwObjectReference parent_p,
Collection objects_p)
construct a history entry for object modifying events |
|
OwSessionHistoryEntry(OwHistoryManagerContext context_p,
Date time_p,
String id_p,
int type_p,
int status_p,
String strSummary_p,
String strUser_p,
OwObjectReference object_p,
OwFieldDefinitionProvider fielddefinitionprovider_p,
String resource_p,
Collection propertycardinalitiesandnames_p,
Collection oldProperties_p,
Collection newProperties_p)
construct a history entry for property modifying events |
|
OwStandardHistoryEntry(OwHistoryManagerContext context_p,
Date time_p,
String id_p,
int iType_p,
int iStatus_p,
String strSummary_p,
String strUser_p)
construct a history entry for non modifying or generic events |
|
OwStandardHistoryEntry(OwHistoryManagerContext context_p,
Date time_p,
String id_p,
int iType_p,
int iStatus_p,
String strSummary_p,
String strUser_p,
OwObjectReference parent_p,
Collection objects_p)
construct a history entry for object modifying events |
|
OwStandardHistoryEntry(OwHistoryManagerContext context_p,
Date time_p,
String id_p,
int iType_p,
int iStatus_p,
String strSummary_p,
String strUser_p,
OwObjectReference object_p,
OwFieldDefinitionProvider fielddefinitionprovider_p,
String sResource_p,
Collection propertycardinalitiesandnames_p,
Collection oldProperties_p,
Collection newProperties_p)
construct a history entry for property modifying events |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |