com.wewebu.ow.server.history
Class OwStandardSessionHistoryDeleteEvent

java.lang.Object
  extended by com.wewebu.ow.server.history.OwStandardSessionHistoryDeleteEvent
All Implemented Interfaces:
OwEvent, OwSessionHistoryDeleteEvent

public class OwStandardSessionHistoryDeleteEvent
extends Object
implements OwSessionHistoryDeleteEvent

Standard implementation of the OwSessionHistoryDeleteEvent interface.
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

Constructor Summary
OwStandardSessionHistoryDeleteEvent(String dmsId_p)
          Constructor
 
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.
 String getSummary()
          get a summary of the event for systems that do only want to write a single string to the history database
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwStandardSessionHistoryDeleteEvent

public OwStandardSessionHistoryDeleteEvent(String dmsId_p)
Constructor

Parameters:
dmsId_p -
Method Detail

getAffectedDmsId

public String getAffectedDmsId()
Description copied from interface: OwSessionHistoryDeleteEvent
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.

Specified by:
getAffectedDmsId in interface OwSessionHistoryDeleteEvent
Returns:
- the DMSID of the deleted object.

getSummary

public String getSummary()
                  throws Exception
Description copied from interface: OwEvent
get a summary of the event for systems that do only want to write a single string to the history database

Specified by:
getSummary in interface OwEvent
Throws:
Exception


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.