Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

java.lang.Object
  extended by org.nuxeo.ecm.platform.mail.action.MessageActionPipeDescriptor

public class MessageActionPipeDescriptor
extends Object

Author:
Alexandre Russel, Laurent Doguin

Constructor Summary
MessageActionPipeDescriptor()
           
 
Method Summary
 Map<String,MessageActionDescriptor> getActions()
           
 String getName()
           
 boolean getOverride()
           
 MessageActionPipe getPipe()
           
 void merge(MessageActionPipeDescriptor descriptor)
          Merge this MessageActionPipeDescriptor with the given one.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageActionPipeDescriptor

public MessageActionPipeDescriptor()
Method Detail

getName

public String getName()

getOverride

public boolean getOverride()

getActions

public Map<String,MessageActionDescriptor> getActions()

merge

public void merge(MessageActionPipeDescriptor descriptor)
Merge this MessageActionPipeDescriptor with the given one.


getPipe

public MessageActionPipe getPipe()
Returns:
initialized action pipe

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.