|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.history.OwStandardHistoryAnnotationEvent
public class OwStandardHistoryAnnotationEvent
Standard implementation of the OwStandardHistoryAnnotationEvent 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
Field Summary |
---|
Fields inherited from interface com.wewebu.ow.server.history.OwHistoryAnnotationEvent |
---|
CHANGE_TYPE_ADD, CHANGE_TYPE_DELETE, CHANGE_TYPE_MODIFY, CHANGE_TYPE_UNKNOWN |
Constructor Summary | |
---|---|
OwStandardHistoryAnnotationEvent(OwObjectReference object_p,
int iChangeType_p,
String sText_p,
String sAnnotationType_p,
String sID_p)
constructs a annotation changed event |
Method Summary | |
---|---|
OwObjectReference |
getAffectedObject()
return a the affected OwObjectReference |
String |
getAnnotationID()
get a identifying ID of the annotation in question, can be null if not defined |
String |
getAnnotationType()
get the annotation type that was modified, can be null |
int |
getChangeType()
return the change type of the annotation as defined with CHANGE_TYPE_... |
String |
getSummary()
get a summary of the event for systems that do only want to write a single string to the history database |
String |
getText()
get the text of the annotation, can be null |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OwStandardHistoryAnnotationEvent(OwObjectReference object_p, int iChangeType_p, String sText_p, String sAnnotationType_p, String sID_p)
object_p
- OwObjectReferenceiChangeType_p
- int as defined with CHANGE_TYPE_...sText_p
- String, can be nullsAnnotationType_p
- String, can be nullsID_p
- String, can be nullMethod Detail |
---|
public OwObjectReference getAffectedObject() throws Exception
getAffectedObject
in interface OwHistoryAnnotationEvent
Exception
public int getChangeType()
getChangeType
in interface OwHistoryAnnotationEvent
public String getText()
getText
in interface OwHistoryAnnotationEvent
public String getAnnotationID()
getAnnotationID
in interface OwHistoryAnnotationEvent
public String getAnnotationType()
getAnnotationType
in interface OwHistoryAnnotationEvent
public String getSummary() throws Exception
OwEvent
getSummary
in interface OwEvent
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |