Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.audit.api
Interface ExtendedInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
ExtendedInfoImpl, ExtendedInfoImpl.BlobInfo, ExtendedInfoImpl.BooleanInfo, ExtendedInfoImpl.DateInfo, ExtendedInfoImpl.DoubleInfo, ExtendedInfoImpl.LongInfo, ExtendedInfoImpl.StringInfo

public interface ExtendedInfo
extends Serializable

Extended audit info entities, used to persist contributed extended information.

Author:
Stephane Lacoin (Nuxeo EP software engineer)

Method Summary
 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)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.