Package | Description |
---|---|
com.wewebu.ow.server.app | |
com.wewebu.ow.server.history |
Modifier and Type | Class and Description |
---|---|
class |
OwMainAppContext
Main Application Context Class Implementation.
|
Modifier and Type | Method and Description |
---|---|
OwHistoryManagerContext |
OwStandardHistoryManager.getContext()
get the application context
|
Modifier and Type | Method and Description |
---|---|
void |
OwHistoryManager.init(OwHistoryManagerContext mainContext_p,
OwXMLUtil configNode_p)
init the manager, set context
|
void |
OwStandardHistoryManager.init(OwHistoryManagerContext mainContext_p,
OwXMLUtil configNode_p)
init the manager, set context
|
Constructor and Description |
---|
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
|
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.