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 Long
getId()
Serializable
getSerializableValue()
<T> T
getValue(Class<T> clazz)
void
setId(Long id)
-
-
-
Method Detail
-
getId
Long getId()
-
setId
void setId(Long id)
-
getSerializableValue
Serializable getSerializableValue()
-
getValue
<T> T getValue(Class<T> clazz)
-
-