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.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<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<String,Serializable>>
FormProcessData. sessionAttributesDiff
Methods in de.xima.fc.mdl.form that return types with arguments of type IMapDiff Modifier and Type Method Description List<IMapDiff<String,Serializable>>
FormProcessData. getSessionAttributesDiff()
Methods in de.xima.fc.mdl.form with parameters of type IMapDiff Modifier and Type Method Description void
FormProcessData. addSessionAttributesDiff(IMapDiff<String,Serializable> sessionAttributesDiff)
-
Uses of IMapDiff in de.xima.fc.workflow.model
Classes in de.xima.fc.workflow.model that implement IMapDiff Modifier and Type Class Description class
MapDiff<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 twoMap
s.static IMapDiff<String,Serializable>
MapDiff. empty()
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, String errorMessage, String[] stackTrace)
-