com.wewebu.ow.server.history
Interface OwHistoryPropertyChangeEvent

All Superinterfaces:
OwEvent
All Known Implementing Classes:
OwStandardHistoryPropertyChangeEvent

public interface OwHistoryPropertyChangeEvent
extends OwEvent

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

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
 OwPropertyCollection getAffectedNewProperties()
          return a list of the affected New properties (OwField), or null if no Properties where affected
 OwObjectReference getAffectedObject()
          return a the affected OwObjectReference, or null if no object was affected
 OwPropertyCollection getAffectedOldProperties()
          return a list of the affected Previous properties (OwField), or null if no Properties where affected
 
Methods inherited from interface com.wewebu.ow.server.event.OwEvent
getSummary
 

Method Detail

getAffectedObject

OwObjectReference getAffectedObject()
                                    throws Exception
return a the affected OwObjectReference, or null if no object was affected

Throws:
Exception

getAffectedOldProperties

OwPropertyCollection getAffectedOldProperties()
                                              throws Exception
return a list of the affected Previous properties (OwField), or null if no Properties where affected

Throws:
Exception

getAffectedNewProperties

OwPropertyCollection getAffectedNewProperties()
                                              throws Exception
return a list of the affected New properties (OwField), or null if no Properties where affected

Throws:
Exception


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.