Uses of Interface
de.xima.fc.interfaces.IMapDiff
Packages that use IMapDiff
Package
Description
-
Uses of IMapDiff in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return IMapDiffModifier and TypeMethodDescriptionIRemoteEventExecutionResult.getFrqSessionAttributesMapDiff()
ITaskExecutionResult.getFrqSessionAttributesMapDiff()
IRemoteEventExecutionResult.getSessionAttributesMapDiff()
ITaskExecutionResult.getSessionAttributesMapDiff()
-
Uses of IMapDiff in de.xima.fc.mdl.form
Fields in de.xima.fc.mdl.form with type parameters of type IMapDiffModifier and TypeFieldDescriptionprotected List<IMapDiff<Serializable,
Serializable>> FormProcessData.frqSessionAttributesDiff
protected List<IMapDiff<String,
Serializable>> FormProcessData.sessionAttributesDiff
Methods in de.xima.fc.mdl.form that return types with arguments of type IMapDiffModifier and TypeMethodDescriptionFormProcessData.getFrqSessionAttributesDiff()
FormProcessData.getSessionAttributesDiff()
Methods in de.xima.fc.mdl.form with parameters of type IMapDiffModifier and TypeMethodDescriptionvoid
FormProcessData.addFrqSessionAttributesDiff
(IMapDiff<Serializable, Serializable> frqSessionAttributesDiff) void
FormProcessData.addSessionAttributesDiff
(IMapDiff<String, Serializable> sessionAttributesDiff) -
Uses of IMapDiff in de.xima.fc.web.common.utils
Methods in de.xima.fc.web.common.utils with parameters of type IMapDiffModifier and TypeMethodDescriptionstatic <K,
V> void SessionUtils.writeAttributes
(Map<? super K, ? super V> session, IMapDiff<? extends K, ? extends V> attributes) static void
SessionUtils.writeAttributes
(javax.servlet.http.HttpSession session, IMapDiff<String, Serializable> attributes) -
Uses of IMapDiff in de.xima.fc.workflow.model
Classes in de.xima.fc.workflow.model that implement IMapDiffMethods in de.xima.fc.workflow.model that return IMapDiffModifier and TypeMethodDescriptionstatic <K,
V> IMapDiff<K, V> MapDiff.betweenMaps
(Map<K, V> oldMap, Map<K, V> newMap) Computes and returns the difference between twoMap
s.static <K,
V> IMapDiff<K, V> MapDiff.empty()
RemoteEventExecutionResult.getFrqSessionAttributesMapDiff()
WorkflowResponseWrapper.getFrqSessionAttributesMapDiff()
Deprecated.RemoteEventExecutionResult.getSessionAttributesMapDiff()
WorkflowResponseWrapper.getSessionAttributesMapDiff()
Deprecated.Constructors in de.xima.fc.workflow.model with parameters of type IMapDiffModifierConstructorDescriptionRemoteEventExecutionResult
(boolean wasSuccessful, Vorgang formRecord, boolean wasFormRecordDeleted, IServletResponse servletResponse, IFormDataAdapter formDataAdapter, IMapDiff<String, Serializable> sessionAttributesMapDiff, IMapDiff<Serializable, Serializable> frqSessionAttributesMapDiff, String errorMessage, String[] stackTrace) Creates a new POJO with the given data.