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.frqSessionAttributesDiffprotected List<IMapDiff<String,Serializable>> FormProcessData.sessionAttributesDiffMethods 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 TypeMethodDescriptionvoidFormProcessData.addFrqSessionAttributesDiff(IMapDiff<Serializable, Serializable> frqSessionAttributesDiff) voidFormProcessData.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 voidSessionUtils.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 twoMaps.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.