Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.mail.action
Class ExecutionContext

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,Object>
          extended by 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,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
ExecutionContext()
           
ExecutionContext(Message message)
           
ExecutionContext(Message message, ExecutionContext initialContext)
           
 
Method Summary
 ExecutionContext getInitialContext()
           
 Message getMessage()
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

ExecutionContext

public ExecutionContext()

ExecutionContext

public ExecutionContext(Message message)

ExecutionContext

public ExecutionContext(Message message,
                        ExecutionContext initialContext)
Method Detail

getMessage

public Message getMessage()

getInitialContext

public ExecutionContext getInitialContext()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.