org.nuxeo.ecm.platform.mail.action
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
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
initialContext
protected ExecutionContext initialContext
ExecutionContext
public ExecutionContext()
ExecutionContext
public ExecutionContext(Message message)
ExecutionContext
public ExecutionContext(Message message,
ExecutionContext initialContext)
getMessage
public Message getMessage()
getInitialContext
public ExecutionContext getInitialContext()
Copyright © 2010 Nuxeo SAS. All Rights Reserved.