Uses of Interface
de.xima.fc.interfaces.IMapDiff
-
Packages that use IMapDiff Package Description de.xima.fc.interfaces.workflow.execution de.xima.fc.mdl.form de.xima.fc.web.common.utils de.xima.fc.workflow.model -
-
Uses of IMapDiff in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return IMapDiff Modifier and Type Method Description IMapDiff<Serializable,Serializable>IRemoteEventExecutionResult. getFrqSessionAttributesMapDiff()IMapDiff<Serializable,Serializable>ITaskExecutionResult. getFrqSessionAttributesMapDiff()IMapDiff<String,Serializable>IRemoteEventExecutionResult. getSessionAttributesMapDiff()IMapDiff<String,Serializable>ITaskExecutionResult. getSessionAttributesMapDiff() -
Uses of IMapDiff in de.xima.fc.mdl.form
Fields in de.xima.fc.mdl.form with type parameters of type IMapDiff Modifier and Type Field Description protected 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 IMapDiff Modifier and Type Method Description List<IMapDiff<Serializable,Serializable>>FormProcessData. getFrqSessionAttributesDiff()List<IMapDiff<String,Serializable>>FormProcessData. getSessionAttributesDiff()Methods in de.xima.fc.mdl.form with parameters of type IMapDiff Modifier and Type Method Description voidFormProcessData. 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 IMapDiff Modifier and Type Method Description static <K,V>
voidSessionUtils. 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 IMapDiff Modifier and Type Class Description classMapDiff<K,V>Methods in de.xima.fc.workflow.model that return IMapDiff Modifier and Type Method Description static <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()IMapDiff<Serializable,Serializable>RemoteEventExecutionResult. getFrqSessionAttributesMapDiff()IMapDiff<Serializable,Serializable>WorkflowResponseWrapper. getFrqSessionAttributesMapDiff()IMapDiff<String,Serializable>RemoteEventExecutionResult. getSessionAttributesMapDiff()IMapDiff<String,Serializable>WorkflowResponseWrapper. getSessionAttributesMapDiff()Constructors in de.xima.fc.workflow.model with parameters of type IMapDiff Constructor Description RemoteEventExecutionResult(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.
-