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 booleangetAssigned()java.lang.StringgetCustodian()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
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getAssigned
public boolean getAssigned()
-
getCustodian
public java.lang.String getCustodian()
-
-