Class ItemSetEvent
- java.lang.Object
-
- com.nuix.superutilities.annotations.AnnotationEvent
-
- com.nuix.superutilities.annotations.ItemSetEvent
-
public class ItemSetEvent extends AnnotationEvent
-
-
Constructor Summary
Constructors Constructor Description ItemSetEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleangetAdded()java.lang.StringgetBatchName()java.lang.StringgetItemSetName()nuix.ItemSetgetOrCreateRelatedItemSet(nuix.Case nuixCase)nuix.ItemSetgetRelatedItemSet(nuix.Case nuixCase)java.util.Map<java.lang.String,java.lang.Object>getSettings()voidreplay(nuix.Case nuixCase)java.lang.StringtoString()-
Methods inherited from class com.nuix.superutilities.annotations.AnnotationEvent
getAssociatedItems, getExpectedItemCount, getSourceRepo, getTimeStamp
-
-
-
-
Method Detail
-
replay
public void replay(nuix.Case nuixCase) throws java.lang.Exception- Specified by:
replayin classAnnotationEvent- Throws:
java.lang.Exception
-
getAdded
public java.lang.Boolean getAdded()
-
getSettings
public java.util.Map<java.lang.String,java.lang.Object> getSettings()
-
getItemSetName
public java.lang.String getItemSetName()
-
getBatchName
public java.lang.String getBatchName()
-
getRelatedItemSet
public nuix.ItemSet getRelatedItemSet(nuix.Case nuixCase)
-
getOrCreateRelatedItemSet
public nuix.ItemSet getOrCreateRelatedItemSet(nuix.Case nuixCase)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-