org.exoplatform.services.command.action
Class ActionCatalog
java.lang.Object
org.exoplatform.services.command.action.ActionCatalog
public class ActionCatalog
- extends Object
Created by The eXo Platform SAS.
- Version:
- $Id: $
- Author:
- Gennady Azarenkov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionCatalog
public ActionCatalog()
getAllActions
public Set<Action> getAllActions()
getAllEntries
public Map<ActionMatcher,Action> getAllEntries()
getActions
public Set<Action> getActions(Condition conditions)
getAction
public Action getAction(Condition conditions,
int index)
addAction
public void addAction(ActionMatcher matcher,
Action action)
clear
public void clear()
Copyright © 2012 eXo Platform SAS. All Rights Reserved.