Nuxeo Enterprise Platform 5.4

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

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<java.lang.String,java.lang.Object>
          extended by org.nuxeo.ecm.platform.mail.action.ExecutionContext
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.Object>

public class ExecutionContext
extends java.util.HashMap<java.lang.String,java.lang.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
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
ExecutionContext()
           
ExecutionContext(javax.mail.Message message)
           
ExecutionContext(javax.mail.Message message, ExecutionContext initialContext)
           
 
Method Summary
 ExecutionContext getInitialContext()
           
 javax.mail.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(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()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.