com.wewebu.ow.server.history
Interface OwHistoryObjectChangeEvent

All Superinterfaces:
OwEvent
All Known Implementing Classes:
OwStandardHistoryObjectChangeEvent

public interface OwHistoryObjectChangeEvent
extends OwEvent

Interface for history events used with the history manager to add new events to the database.

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
 Collection getAffectedObjects()
          return a list of the affected OwObjectReference, or null if no objects where affected
 OwObjectReference getParent()
          return the parent or root object, or null if no parent / root exists
 
Methods inherited from interface com.wewebu.ow.server.event.OwEvent
getSummary
 

Method Detail

getParent

OwObjectReference getParent()
                            throws Exception
return the parent or root object, or null if no parent / root exists

Throws:
Exception

getAffectedObjects

Collection getAffectedObjects()
                              throws Exception
return a list of the affected OwObjectReference, or null if no objects where affected

Throws:
Exception


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.