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.Boolean
getAdded()
java.lang.String
getBatchName()
java.lang.String
getItemSetName()
nuix.ItemSet
getOrCreateRelatedItemSet(nuix.Case nuixCase)
nuix.ItemSet
getRelatedItemSet(nuix.Case nuixCase)
java.util.Map<java.lang.String,java.lang.Object>
getSettings()
void
replay(nuix.Case nuixCase)
java.lang.String
toString()
-
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:
replay
in 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:
toString
in classjava.lang.Object
-
-