public class OwSessionHistoryEntry extends OwStandardHistoryEntry
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
Modifier and Type | Class and Description |
---|---|
static class |
OwSessionHistoryEntry.OwSessionHistoryEntryObjectClass
Object class description of history entry.
|
OwStandardHistoryEntry.OwStandardHistoryEntryObjectClass, OwStandardHistoryEntry.OwStandardHistoryEntryPropertyClass
CARDINALITY_ARRAY, CARDINALITY_SCALAR
STANDARD_PATH_DELIMITER
OBJECT_TYPE_ALL_CONTAINER_OBJECTS, OBJECT_TYPE_ALL_CONTENT_OBJECTS, OBJECT_TYPE_ALL_TUPLE_OBJECTS, OBJECT_TYPE_ALL_WORKFLOW_OBJECTS, OBJECT_TYPE_BPM_ROOT_FOLDER, OBJECT_TYPE_CONTAINER_USER_START, OBJECT_TYPE_CONTENT_USER_START, OBJECT_TYPE_CROSS_QUEUE_FOLDER, OBJECT_TYPE_CUSTOM, OBJECT_TYPE_DOCUMENT, OBJECT_TYPE_DYNAMIC_VIRTUAL_FOLDER, OBJECT_TYPE_ECM_ROOT_FOLDER, OBJECT_TYPE_FOLDER, OBJECT_TYPE_HISTORY, OBJECT_TYPE_LINK, OBJECT_TYPE_PROXY_QUEUE_FOLDER, OBJECT_TYPE_PUBLIC_QUEUE_FOLDER, OBJECT_TYPE_ROSTER_FOLDER, OBJECT_TYPE_ROSTERITEM, OBJECT_TYPE_STORED_SEARCH, OBJECT_TYPE_SYS_QUEUE_FOLDER, OBJECT_TYPE_TRACKER_QUEUE_FOLDER, OBJECT_TYPE_TUPLE_USER_START, OBJECT_TYPE_UNDEFINED, OBJECT_TYPE_USER_QUEUE_FOLDER, OBJECT_TYPE_VIRTUAL_FOLDER, OBJECT_TYPE_WORKFLOW_USER_START, OBJECT_TYPE_WORKITEM, OBJECT_TYPE_WORKITEM_PROXY, OBJECT_TYPE_WORKITEM_TRACKER
TYPE_AJAX, TYPE_CHECKIN_OBJECT, TYPE_CREATE_OBJECT, TYPE_META_OBJECT, TYPE_RESULT_LIST, TYPE_SEARCH, TYPE_SMALL
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
|
Modifier and Type | Method and Description |
---|---|
OwObjectClass |
getObjectClass()
get the class description of the object, the class descriptions are defined by the ECM System
|
static OwObjectClass |
getStaticObjectClass()
Get Object class
|
add, canAdd, canChangeClass, canDelete, canFilterChilds, canGetContent, canGetPermissions, canGetProperties, canLock, canMove, canRemoveReference, canSetContent, canSetPermissions, canSetProperties, canUndo, changeClass, delete, getChildCount, getChilds, getClassName, getClonedPermissions, getClonedProperties, getColumnInfoList, getContentCollection, getDMSID, getField, getFieldProviderName, getFieldProviderSource, getFieldProviderType, getFields, getFilterProperties, getID, getInstance, getLock, getLockUserID, getMIMEParameter, getMIMEType, getMyLock, getName, getNativeObject, getPageCount, getParents, getPath, getPermissions, getProperties, getProperty, getResource, getResourceID, getSafeFieldValue, getSearchTemplate, getType, getVersion, getVersionSeries, hasChilds, hasContent, hasVersionSeries, move, refreshProperties, refreshProperties, removeReference, setContentCollection, setField, setLock, setPermissions, setProperties, setProperties, setProperty, undo
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 OwHistoryObjectChangeEventException
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 OwHistoryPropertyChangeEventException
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 OwEventException
public OwObjectClass getObjectClass()
OwObject
getObjectClass
in interface OwObject
getObjectClass
in class OwStandardHistoryEntry
OwStandardHistoryEntry.getObjectClass()
public static OwObjectClass getStaticObjectClass() throws Exception
Exception
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.