Package com.evolveum.axiom.reactor
Interface DependantAction<E extends Exception>
- 
- All Superinterfaces:
 Action<E>,Dependency<Void>
- All Known Implementing Classes:
 ValueActionImpl
public interface DependantAction<E extends Exception> extends Action<E>
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface com.evolveum.axiom.reactor.Dependency
Dependency.Immediate<V>, Dependency.OptionalDep<T>, Dependency.Search<T>, Dependency.Suppliable<V>, Dependency.Unsatified<V> 
 - 
 
- 
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default booleancanApply()Returns true if action can be applied.Collection<Dependency<?>>dependencies()- 
Methods inherited from interface com.evolveum.axiom.reactor.Action
apply, error, fail, get, isSatisfied, successful 
- 
Methods inherited from interface com.evolveum.axiom.reactor.Dependency
errorMessage, flatMap, isRequired, map, unsatisfied 
 - 
 
 - 
 
- 
- 
Method Detail
- 
dependencies
Collection<Dependency<?>> dependencies()
 
 - 
 
 -