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
| Modifier and Type | Method and Description |
|---|---|
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
|
getSummaryOwObjectReference getAffectedObject() throws Exception
ExceptionOwPropertyCollection getAffectedOldProperties() throws Exception
ExceptionOwPropertyCollection getAffectedNewProperties() throws Exception
ExceptionCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.