Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.actions
Class ActionRegistry

java.lang.Object
  extended by org.nuxeo.ecm.platform.actions.ActionRegistry
All Implemented Interfaces:
Serializable

public class ActionRegistry
extends Object
implements Serializable

Author:
Bogdan Stefanescu
See Also:
Serialized Form

Constructor Summary
ActionRegistry()
           
 
Method Summary
 void addAction(Action action)
           
 Action getAction(String id)
           
 Collection<Action> getActions()
           
 List<Action> getActions(String category)
           
 Action removeAction(String id)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionRegistry

public ActionRegistry()
Method Detail

addAction

public void addAction(Action action)

removeAction

public Action removeAction(String id)

getActions

public Collection<Action> getActions()

getActions

public List<Action> getActions(String category)

getAction

public Action getAction(String id)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.