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