Implementing an MDEX State Manager

Your State Manager must implement the two methods described in this topic.

public void handleStateUpdate(PortletRequest request, MDEXState mdexState, QueryState newQueryState) throws QueryStateException;

public QueryState handleStateMerge(PortletRequest request, MDEXState mdexState) throws QueryStateException;