Class AnnotationEvent
- java.lang.Object
-
- com.nuix.superutilities.annotations.AnnotationEvent
-
- Direct Known Subclasses:
CustodianEvent
,CustomMetadataEvent
,ExclusionEvent
,ItemSetEvent
,ProductionSetEvent
,TagEvent
public abstract class AnnotationEvent extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AnnotationEvent()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description java.util.Collection<nuix.Item>
getAssociatedItems(nuix.Case nuixCase)
java.lang.Integer
getExpectedItemCount()
AnnotationHistoryRepository
getSourceRepo()
org.joda.time.DateTime
getTimeStamp()
abstract void
replay(nuix.Case nuixCase)
-
-
-
Method Detail
-
replay
public abstract void replay(nuix.Case nuixCase) throws java.lang.Exception
- Throws:
java.lang.Exception
-
getAssociatedItems
public java.util.Collection<nuix.Item> getAssociatedItems(nuix.Case nuixCase) throws java.lang.Exception
- Throws:
java.lang.Exception
-
getTimeStamp
public org.joda.time.DateTime getTimeStamp()
-
getSourceRepo
public AnnotationHistoryRepository getSourceRepo()
-
getExpectedItemCount
public java.lang.Integer getExpectedItemCount()
-
-