Class ExecutionContext
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,Object>
-
- org.nuxeo.ecm.platform.mail.action.ExecutionContext
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,Object>
public class ExecutionContext extends HashMap<String,Object>
The execution context of an actions pipe.- Author:
- Alexandre Russel
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Field Summary
Fields Modifier and Type Field Description protected ExecutionContext
initialContext
-
Constructor Summary
Constructors Constructor Description ExecutionContext()
ExecutionContext(javax.mail.Message message)
ExecutionContext(javax.mail.Message message, ExecutionContext initialContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutionContext
getInitialContext()
javax.mail.Message
getMessage()
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
-
-
-
Field Detail
-
initialContext
protected ExecutionContext initialContext
-
-
Constructor Detail
-
ExecutionContext
public ExecutionContext()
-
ExecutionContext
public ExecutionContext(javax.mail.Message message)
-
ExecutionContext
public ExecutionContext(javax.mail.Message message, ExecutionContext initialContext)
-
-
Method Detail
-
getMessage
public javax.mail.Message getMessage()
-
getInitialContext
public ExecutionContext getInitialContext()
-
-