public class OwStandardHistoryObjectDeleteEvent extends Object implements OwHistoryObjectDeleteEvent
OwStandardHistoryObjectDeleteEvent.
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
Constructor and Description |
---|
OwStandardHistoryObjectDeleteEvent(Collection objectnames_p,
OwObjectReference parent_p)
construct a history object change event with a list of objects and parent / root
|
OwStandardHistoryObjectDeleteEvent(String name_p,
OwObjectReference parent_p)
construct a history object delete event with one object and parent / root
|
Modifier and Type | Method and Description |
---|---|
Collection |
getAffectedObjectNames()
return a list of object names that where deleted
|
OwObjectReference |
getParent()
return the parent or root object, or null if no parent / root exists
|
String |
getSummary()
get a summary of the event for systems that do only want to write a single string to the history database
|
public OwStandardHistoryObjectDeleteEvent(String name_p, OwObjectReference parent_p) throws Exception
name_p
- String name of deleted objectparent_p
- parent or root object of the given objectException
public OwStandardHistoryObjectDeleteEvent(Collection objectnames_p, OwObjectReference parent_p) throws Exception
public Collection getAffectedObjectNames() throws Exception
OwHistoryObjectDeleteEvent
getAffectedObjectNames
in interface OwHistoryObjectDeleteEvent
Exception
public OwObjectReference getParent() throws Exception
OwHistoryObjectDeleteEvent
getParent
in interface OwHistoryObjectDeleteEvent
Exception
public String getSummary() throws Exception
getSummary
in interface OwEvent
Exception
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.