Nuxeo Enterprise Platform 5.4

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

Packages that use ExtendedInfo
org.nuxeo.ecm.platform.audit.api   
org.nuxeo.ecm.platform.audit.ejb   
org.nuxeo.ecm.platform.audit.impl   
org.nuxeo.ecm.platform.audit.service   
 

Uses of ExtendedInfo in org.nuxeo.ecm.platform.audit.api
 

Methods in org.nuxeo.ecm.platform.audit.api that return ExtendedInfo
 ExtendedInfo AuditLogger.newExtendedInfo(Serializable value)
          Create a new ExtendedInfo instance
 

Methods in org.nuxeo.ecm.platform.audit.api that return types with arguments of type ExtendedInfo
 Map<String,ExtendedInfo> LogEntry.getExtendedInfos()
           
 

Method parameters in org.nuxeo.ecm.platform.audit.api with type arguments of type ExtendedInfo
 void LogEntry.setExtendedInfos(Map<String,ExtendedInfo> infos)
           
 

Uses of ExtendedInfo in org.nuxeo.ecm.platform.audit.ejb
 

Methods in org.nuxeo.ecm.platform.audit.ejb that return ExtendedInfo
 ExtendedInfo LogsBean.newExtendedInfo(Serializable value)
           
 

Uses of ExtendedInfo in org.nuxeo.ecm.platform.audit.impl
 

Classes in org.nuxeo.ecm.platform.audit.impl that implement ExtendedInfo
 class ExtendedInfoImpl
          Extended audit info entities, used to persist contributed extended information.
static class ExtendedInfoImpl.BlobInfo
           
static class ExtendedInfoImpl.BooleanInfo
           
static class ExtendedInfoImpl.DateInfo
           
static class ExtendedInfoImpl.DoubleInfo
           
static class ExtendedInfoImpl.LongInfo
           
static class ExtendedInfoImpl.StringInfo
           
 

Methods in org.nuxeo.ecm.platform.audit.impl that return types with arguments of type ExtendedInfo
 Map<String,ExtendedInfo> LogEntryImpl.getExtendedInfos()
           
 

Method parameters in org.nuxeo.ecm.platform.audit.impl with type arguments of type ExtendedInfo
 void LogEntryImpl.setExtendedInfos(Map<String,ExtendedInfo> infos)
           
 

Uses of ExtendedInfo in org.nuxeo.ecm.platform.audit.service
 

Methods in org.nuxeo.ecm.platform.audit.service that return ExtendedInfo
 ExtendedInfo NXAuditEventsService.newExtendedInfo(Serializable value)
           
 

Method parameters in org.nuxeo.ecm.platform.audit.service with type arguments of type ExtendedInfo
 void ExtendedInfoInjector.injectExtendedInfo(Map<String,ExtendedInfo> info, ExtendedInfoDescriptor descriptor, ExtendedInfoContext context)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.