Class CustomMetadataEvent
- java.lang.Object
-
- com.nuix.superutilities.annotations.AnnotationEvent
-
- com.nuix.superutilities.annotations.CustomMetadataEvent
-
public class CustomMetadataEvent extends AnnotationEvent
-
-
Constructor Summary
Constructors Constructor Description CustomMetadataEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleangetAdded()java.lang.StringgetFieldName()java.lang.ObjectgetValue()byte[]getValueAsByteArray()org.joda.time.DateTimegetValueAsDateTime()java.lang.DoublegetValueAsDouble()java.lang.IntegergetValueAsInteger()java.lang.LonggetValueAsLong()java.lang.StringgetValueAsString()java.lang.StringgetValueType()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()
-
getFieldName
public java.lang.String getFieldName()
-
getValueType
public java.lang.String getValueType()
-
getValueAsDateTime
public org.joda.time.DateTime getValueAsDateTime()
-
getValueAsLong
public java.lang.Long getValueAsLong()
-
getValueAsInteger
public java.lang.Integer getValueAsInteger()
-
getValueAsDouble
public java.lang.Double getValueAsDouble()
-
getValueAsByteArray
public byte[] getValueAsByteArray()
-
getValueAsString
public java.lang.String getValueAsString()
-
getValue
public java.lang.Object getValue()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-