|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.history.OwStandardHistoryEntry
com.wewebu.ow.server.history.OwSessionHistoryEntry
public class OwSessionHistoryEntry
History entry for in memory stored events.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Nested Class Summary | |
---|---|
static class |
OwSessionHistoryEntry.OwSessionHistoryEntryObjectClass
Object class description of history entry. |
Nested classes/interfaces inherited from class com.wewebu.ow.server.history.OwStandardHistoryEntry |
---|
OwStandardHistoryEntry.OwStandardHistoryEntryObjectClass, OwStandardHistoryEntry.OwStandardHistoryEntryPropertyClass |
Field Summary |
---|
Fields inherited from class com.wewebu.ow.server.history.OwStandardHistoryEntry |
---|
CARDINALITY_ARRAY, CARDINALITY_SCALAR |
Fields inherited from interface com.wewebu.ow.server.ecm.OwObject |
---|
STANDARD_PATH_DELIMITER |
Fields inherited from interface com.wewebu.ow.server.field.OwFieldProvider |
---|
TYPE_AJAX, TYPE_CHECKIN_OBJECT, TYPE_CREATE_OBJECT, TYPE_META_OBJECT, TYPE_RESULT_LIST, TYPE_SEARCH, TYPE_SMALL |
Constructor Summary | |
---|---|
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 |
Method Summary | |
---|---|
OwObjectClass |
getObjectClass()
get the class description of the object, the class descriptions are defined by the ECM System |
static OwObjectClass |
getStaticObjectClass()
Get Object class |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public 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) throws Exception
time_p
- time of the eventid_p
- pluginid or function name the invoked eventtype_p
- type of the event as specified in OwEventManager.HISTORY_EVENT_TYPE_...status_p
- type of the event as specified in OwEventManager.HISTORY_STATUS_...strSummary_p
- of the event as specified in OwEventparent_p
- OwObjectReference as specified in OwHistoryObjectChangeEventobjects_p
- Collection of modified OwObjectReference's as specified in OwHistoryObjectChangeEvent
Exception
public 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) throws Exception
time_p
- time of the eventid_p
- pluginid or function name the invoked eventtype_p
- type of the event as specified in OwEventManager.HISTORY_EVENT_TYPE_...status_p
- type of the event as specified in OwEventManager.HISTORY_STATUS_...strSummary_p
- of the event as specified in OwEventobject_p
- modified OwObjectReference as specified in OwHistoryPropertyChangeEventfielddefinitionprovider_p
- OwFieldDefinitionProvider to lookup the property definitionsresource_p
- String name of the resource to lookup the property definitions, or null to use default resourcepropertycardinalitiesandnames_p
- Collection of modified property cardinality and names as specified in CARDINALITY_.... Each cardinality follows a propertyname.
in case of an array, the values are delimited with OwEscapedStringTokenizer.STANDARD_DELIMITERoldProperties_p
- Collection of modified string values specified in OwHistoryPropertyChangeEventnewProperties_p
- Collection of modified string values as specified in OwHistoryPropertyChangeEvent
Exception
public OwSessionHistoryEntry(OwHistoryManagerContext context_p, Date time_p, String id_p, int type_p, int status_p, String strSummary_p, String strUser_p) throws Exception
time_p
- time of the eventid_p
- pluginid or function name the invoked eventtype_p
- type of the event as specified in OwEventManager.HISTORY_EVENT_TYPE_...status_p
- type of the event as specified in OwEventManager.HISTORY_STATUS_...strSummary_p
- of the event as specified in OwEvent
Exception
Method Detail |
---|
public OwObjectClass getObjectClass()
OwObject
getObjectClass
in interface OwObject
getObjectClass
in class OwStandardHistoryEntry
OwStandardHistoryEntry.getObjectClass()
public static OwObjectClass getStaticObjectClass() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |