Package com.webmethods.portal.bizPolicy
Interface IContextState
- All Superinterfaces:
Map<Object,
,Object> Serializable
This is the persisted session state of an
IContext
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isOutOfDate
(IContext context) Determines if this persisted state is compatible with the requestedIContext
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Method Details
-
isOutOfDate
Determines if this persisted state is compatible with the requestedIContext
- Parameters:
context
-- Returns:
-