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
-
-
Constructor Summary
Constructors Constructor Description ActionCatalog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAction(ActionMatcher matcher, Action action)voidclear()ActiongetAction(Condition conditions, int index)Set<Action>getActions(Condition conditions)Set<Action>getAllActions()Map<ActionMatcher,Action>getAllEntries()
-
-
-
Method Detail
-
getAllEntries
public Map<ActionMatcher,Action> getAllEntries()
-
addAction
public void addAction(ActionMatcher matcher, Action action)
-
clear
public void clear()
-
-