Nuxeo Enterprise Platform 5.4

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

All Superinterfaces:
IndexableResource, Serializable
All Known Implementing Classes:
AuditIndexableResourceImpl

public interface AuditIndexableResource
extends IndexableResource

Audit indexable resource.

Author:
Julien Anguenot

Method Summary
 Map<String,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

Map<String,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 © 2011 Nuxeo SAS. All Rights Reserved.