Class TagEvent
- java.lang.Object
-
- com.nuix.superutilities.annotations.AnnotationEvent
-
- com.nuix.superutilities.annotations.TagEvent
-
public class TagEvent extends AnnotationEvent
-
-
Constructor Summary
Constructors Constructor Description TagEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Boolean
getAdded()
java.lang.String
getTag()
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
-
getTag
public java.lang.String getTag()
-
getAdded
public java.lang.Boolean getAdded()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-