Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.search.api.client.indexing.session
Interface SearchServiceSession

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
SearchServiceSessionImpl

public interface SearchServiceSession
extends java.io.Serializable

Search service session.

Minimum API for now. It should exposes from here basic search service operations. Planned for NXP 5.2 branch.

Author:
Julien Anguenot

Method Summary
 java.lang.String getSessionId()
          Returns the session identifier.
 

Method Detail

getSessionId

java.lang.String getSessionId()
Returns the session identifier.

Returns:
the session identifier.

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.