Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.audit.search.resources.indexing.api
Interface AuditIndexableResource

All Superinterfaces:
IndexableResource, java.io.Serializable
All Known Implementing Classes:
AuditIndexableResourceImpl

public interface AuditIndexableResource
extends IndexableResource

Audit indexable resource.

Author:
Julien Anguenot

Method Summary
 java.util.Map<java.lang.String,java.io.Serializable> getLogEntryDataMapFor(long id)
          Returns the log entry data map for a log entry given its id.
 
Methods inherited from interface org.nuxeo.ecm.core.search.api.client.indexing.resources.IndexableResource
computeAcp, computeId, getConfiguration, getName, getValueFor
 

Method Detail

getLogEntryDataMapFor

java.util.Map<java.lang.String,java.io.Serializable> getLogEntryDataMapFor(long id)
                                                                           throws IndexingException
Returns the log entry data map for a log entry given its id.

Parameters:
id - the log entry identifier.
Returns:
a map from string to serializable.
Throws:
IndexingException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.