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
|
public UpdateAction getUpdateAction(Class<? extends UpdateAction> actionClass) throws InstantiationException, IllegalAccessException
public boolean hasActions()
public Iterator<UpdateAction> iterator()
iterator in interface Iterable<UpdateAction>Copyright © 2014 DuraSpace. All Rights Reserved.