Package com.evolveum.axiom.reactor
Interface DependantAction<E extends Exception>
- All Superinterfaces:
- Action<E>,- Dependency<Void>
- All Known Implementing Classes:
- ValueActionImpl
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.evolveum.axiom.reactor.DependencyDependency.Immediate<V>, Dependency.OptionalDep<T>, Dependency.Search<T>, Dependency.Suppliable<V>, Dependency.Unsatified<V>
- 
Method SummaryModifier and TypeMethodDescriptiondefault booleancanApply()Returns true if action can be applied.Collection<Dependency<?>>Methods inherited from interface com.evolveum.axiom.reactor.Actionapply, error, fail, get, isSatisfied, successfulMethods inherited from interface com.evolveum.axiom.reactor.DependencyerrorMessage, flatMap, isRequired, map, unsatisfied
- 
Method Details- 
dependenciesCollection<Dependency<?>> dependencies()
- 
canApplydefault boolean canApply()Description copied from interface:ActionReturns true if action can be applied. Return false if action application of action failed with exception, which is non-retryable.
 
-