|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.wewebu.ow.server.history.OwStandardHistoryObjectChangeEvent
public class OwStandardHistoryObjectChangeEvent
Standard implementation of the OwHistoryObjectChangeEvent interface.
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 | |
|---|---|
OwStandardHistoryObjectChangeEvent(Collection objects_p,
OwObjectReference parent_p)
construct a history object change event with a list of objects and parent / root |
|
OwStandardHistoryObjectChangeEvent(OwObjectReference object_p,
OwObjectReference parent_p)
construct a history object change event with one object and parent / root |
|
| 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 |
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 OwStandardHistoryObjectChangeEvent(OwObjectReference object_p,
OwObjectReference parent_p)
object_p - object that was involved / changed in the eventparent_p - parent or root object of the given object
public OwStandardHistoryObjectChangeEvent(Collection objects_p,
OwObjectReference parent_p)
objects_p - collection of OwObjectReference objects that where involved / changed in the eventparent_p - parent or root object of the given object| Method Detail |
|---|
public String getSummary()
throws Exception
getSummary in interface OwEventException
public OwObjectReference getParent()
throws Exception
getParent in interface OwHistoryObjectChangeEventException
public Collection getAffectedObjects()
throws Exception
getAffectedObjects in interface OwHistoryObjectChangeEventException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||