com.uwyn.rife.engine
Class StateStoreQuery
java.lang.Object
com.uwyn.rife.engine.StateStoreQuery
- All Implemented Interfaces:
- StateStore
public class StateStoreQuery
- extends Object
- implements StateStore
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IDENTIFIER
public static final String IDENTIFIER
- See Also:
- Constant Field Values
init
public void init(Request request)
throws EngineException
- Specified by:
init in interface StateStore
- Throws:
EngineException
exportQueryUrl
public void exportQueryUrl(CharSequenceDeferred deferred,
String url,
FlowState state,
ElementInfo source,
String type,
String name)
throws EngineException
- Specified by:
exportQueryUrl in interface StateStore
- Throws:
EngineException
exportFormState
public void exportFormState(CharSequenceDeferred deferred,
FlowState state,
FormStateType stateType)
throws EngineException
- Specified by:
exportFormState in interface StateStore
- Throws:
EngineException
exportFormUrl
public void exportFormUrl(CharSequenceDeferred deferred,
String url)
throws EngineException
- Specified by:
exportFormUrl in interface StateStore
- Throws:
EngineException
restoreParameters
public Map<String,String[]> restoreParameters(Request request)
throws EngineException
- Specified by:
restoreParameters in interface StateStore
- Throws:
EngineException
createNewResultState
public ElementResultState createNewResultState(String contextId)
throws EngineException
- Specified by:
createNewResultState in interface StateStore
- Throws:
EngineException
getResultStateType
public Class getResultStateType()
throws EngineException
- Specified by:
getResultStateType in interface StateStore
- Throws:
EngineException
restoreResultStates
public ResultStates restoreResultStates(Request request)
throws EngineException
- Specified by:
restoreResultStates in interface StateStore
- Throws:
EngineException
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.