com.wewebu.ow.server.history
Interface OwSessionHistoryDeleteEvent

All Superinterfaces:
OwEvent
All Known Implementing Classes:
OwStandardSessionHistoryDeleteEvent

public interface OwSessionHistoryDeleteEvent
extends OwEvent

Special interface for session history events.
The event holds the DMSID of the deleted object.
Important: the contained DMSID belongs to a deleted object, do not try to obtain the object from the DMSID provided by this event.

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

Since:
3.1.0.0

Method Summary
 String getAffectedDmsId()
          Return the DMSID of the deleted object.
Important: the contained DMSID belongs to a deleted object, do not try to obtain the object from the DMSID provided by this event.
 
Methods inherited from interface com.wewebu.ow.server.event.OwEvent
getSummary
 

Method Detail

getAffectedDmsId

String getAffectedDmsId()
Return the DMSID of the deleted object.
Important: the contained DMSID belongs to a deleted object, do not try to obtain the object from the DMSID provided by this event.

Returns:
- the DMSID of the deleted object.


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.