Package org.nuxeo.ecm.platform.audit.api
Interface ExtendedInfo
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ESExtendedInfo,ExtendedInfoImpl,ExtendedInfoImpl.BlobInfo,ExtendedInfoImpl.BooleanInfo,ExtendedInfoImpl.DateInfo,ExtendedInfoImpl.DoubleInfo,ExtendedInfoImpl.LongInfo,ExtendedInfoImpl.StringInfo,MongoDBExtendedInfo
public interface ExtendedInfo extends Serializable
Extended audit info entities, used to persist contributed extended information.- Author:
- Stephane Lacoin (Nuxeo EP software engineer)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LonggetId()SerializablegetSerializableValue()<T> TgetValue(Class<T> clazz)voidsetId(Long id)
-
-
-
Method Detail
-
getId
Long getId()
-
setId
void setId(Long id)
-
getSerializableValue
Serializable getSerializableValue()
-
getValue
<T> T getValue(Class<T> clazz)
-
-