public class ActionManager extends java.lang.Object implements java.lang.Iterable<UpdateAction>
| Constructor and Description |
|---|
ActionManager() |
| Modifier and Type | Method and Description |
|---|---|
UpdateAction |
getUpdateAction(java.lang.Class<? extends UpdateAction> actionClass) |
boolean |
hasActions() |
java.util.Iterator<UpdateAction> |
iterator()
This implementation guarantees the iterator order is the same as the order
in which updateActions have been added
|
public UpdateAction getUpdateAction(java.lang.Class<? extends UpdateAction> actionClass) throws java.lang.InstantiationException, java.lang.IllegalAccessException
java.lang.InstantiationExceptionjava.lang.IllegalAccessExceptionpublic boolean hasActions()
public java.util.Iterator<UpdateAction> iterator()
iterator in interface java.lang.Iterable<UpdateAction>Copyright © 2018 DuraSpace. All Rights Reserved.