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
JAXBException
IOException
void storeAndRemove(String caseClientId, PersistenceListeners persistenceListeners) throws IOException
IOException
void remove(String caseClientId) throws IOException
IOException
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.