|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.wewebu.ow.server.history.OwStandardHistoryObjectDeleteEvent
public class OwStandardHistoryObjectDeleteEvent
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 Summary | |
|---|---|
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 |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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 object
Exception
public OwStandardHistoryObjectDeleteEvent(Collection objectnames_p,
OwObjectReference parent_p)
throws Exception
objectnames_p - collection of object names of objects that where deleted. only String values are permitted.parent_p - parent or root object of the given object
Exception| Method Detail |
|---|
public Collection getAffectedObjectNames()
throws Exception
OwHistoryObjectDeleteEvent
getAffectedObjectNames in interface OwHistoryObjectDeleteEventException
public OwObjectReference getParent()
throws Exception
OwHistoryObjectDeleteEvent
getParent in interface OwHistoryObjectDeleteEventException
public String getSummary()
throws Exception
getSummary in interface OwEventException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||