public class ActionManager extends Object implements Iterable<UpdateAction>
| Constructor and Description |
|---|
ActionManager() |
| Modifier and Type | Method and Description |
|---|---|
UpdateAction |
getUpdateAction(Class<? extends UpdateAction> actionClass) |
boolean |
hasActions() |
Iterator<UpdateAction> |
iterator()
This implementation guarantees the iterator order is the same as the order
in which updateActions have been added
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic UpdateAction getUpdateAction(Class<? extends UpdateAction> actionClass) throws InstantiationException, IllegalAccessException
public boolean hasActions()
public Iterator<UpdateAction> iterator()
iterator in interface Iterable<UpdateAction>Copyright © 2022 LYRASIS. All rights reserved.