public interface StateModelCache
A basic cache for StateModels.
| Modifier and Type | Method and Description | 
|---|---|
StateModel | 
getOrLoad(String caseClientId,
         Map<String,String> clientProperties,
         PersistenceListeners persistenceListeners)  | 
StateModel | 
put(StateModel stateModel)  | 
void | 
remove(String caseClientId)  | 
void | 
storeAndRemove(String caseClientId,
              PersistenceListeners persistenceListeners)  | 
StateModel put(StateModel stateModel)
StateModel getOrLoad(String caseClientId, Map<String,String> clientProperties, PersistenceListeners persistenceListeners) throws JAXBException, IOException
JAXBExceptionIOExceptionvoid storeAndRemove(String caseClientId, PersistenceListeners persistenceListeners) throws IOException
IOExceptionvoid remove(String caseClientId) throws IOException
IOExceptionCopyright © 2010 - 2018 edorasware ag. All Rights Reserved.