Uses of Interface
org.exoplatform.services.command.action.Action
-
Packages that use Action Package Description org.exoplatform.services.command.action This package provides classes to manageAction -
-
Uses of Action in org.exoplatform.services.command.action
Methods in org.exoplatform.services.command.action that return Action Modifier and Type Method Description ActionActionCatalog. getAction(Condition conditions, int index)Methods in org.exoplatform.services.command.action that return types with arguments of type Action Modifier and Type Method Description Set<Action>ActionCatalog. getActions(Condition conditions)Set<Action>ActionCatalog. getAllActions()Map<ActionMatcher,Action>ActionCatalog. getAllEntries()Methods in org.exoplatform.services.command.action with parameters of type Action Modifier and Type Method Description voidActionCatalog. addAction(ActionMatcher matcher, Action action)
-