public class ExecutionContext extends HashMap<String,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier and Type | Field and Description |
---|---|
protected ExecutionContext |
initialContext |
Constructor and Description |
---|
ExecutionContext() |
ExecutionContext(javax.mail.Message message) |
ExecutionContext(javax.mail.Message message,
ExecutionContext initialContext) |
Modifier and Type | Method and Description |
---|---|
ExecutionContext |
getInitialContext() |
javax.mail.Message |
getMessage() |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
protected ExecutionContext initialContext
public ExecutionContext()
public ExecutionContext(javax.mail.Message message)
public ExecutionContext(javax.mail.Message message, ExecutionContext initialContext)
public javax.mail.Message getMessage()
public ExecutionContext getInitialContext()
Copyright © 2018 Nuxeo. All rights reserved.