Class ExtendedInfoImpl
- java.lang.Object
-
- org.nuxeo.ecm.platform.audit.impl.ExtendedInfoImpl
-
- All Implemented Interfaces:
Serializable,ExtendedInfo
- Direct Known Subclasses:
ExtendedInfoImpl.BlobInfo,ExtendedInfoImpl.BooleanInfo,ExtendedInfoImpl.DateInfo,ExtendedInfoImpl.DoubleInfo,ExtendedInfoImpl.LongInfo,ExtendedInfoImpl.StringInfo
public class ExtendedInfoImpl extends Object implements ExtendedInfo
Extended audit info entities, used to persist contributed extended information.- Author:
- Stephane Lacoin (Nuxeo EP software engineer)
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExtendedInfoImpl.BlobInfostatic classExtendedInfoImpl.BooleanInfostatic classExtendedInfoImpl.DateInfostatic classExtendedInfoImpl.DoubleInfostatic classExtendedInfoImpl.LongInfostatic classExtendedInfoImpl.StringInfo
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExtendedInfoImplcreateExtendedInfo(Serializable value)LonggetId()SerializablegetSerializableValue()<T> TgetValue(Class<T> clazz)voidsetId(Long id)StringtoString()
-
-
-
Method Detail
-
createExtendedInfo
public static ExtendedInfoImpl createExtendedInfo(Serializable value)
-
getId
public Long getId()
- Specified by:
getIdin interfaceExtendedInfo
-
setId
public void setId(Long id)
- Specified by:
setIdin interfaceExtendedInfo
-
getSerializableValue
public Serializable getSerializableValue()
- Specified by:
getSerializableValuein interfaceExtendedInfo
-
getValue
public <T> T getValue(Class<T> clazz)
- Specified by:
getValuein interfaceExtendedInfo
-
-