com.wewebu.ow.server.event
Interface OwEvent

All Known Subinterfaces:
OwHistoryAnnotationEvent, OwHistoryObjectChangeEvent, OwHistoryObjectCreateEvent, OwHistoryObjectDeleteEvent, OwHistoryPropertyChangeEvent, OwSessionHistoryDeleteEvent
All Known Implementing Classes:
OwStandardHistoryAnnotationEvent, OwStandardHistoryObjectChangeEvent, OwStandardHistoryObjectCreateEvent, OwStandardHistoryObjectDeleteEvent, OwStandardHistoryPropertyChangeEvent, OwStandardSessionHistoryDeleteEvent

public interface OwEvent

Interface for history events used with the event manager to add new events to the database.
The implementation of the event manager can decide how detailed the information should be written to the database.

Example:



To be implemented with the specific ECM system.

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


Method Summary
 String getSummary()
          get a summary of the event for systems that do only want to write a single string to the history database
 

Method Detail

getSummary

String getSummary()
                  throws Exception
get a summary of the event for systems that do only want to write a single string to the history database

Throws:
Exception


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.