Package com.evolveum.axiom.reactor
Class DelegatedDependency<T>
- java.lang.Object
 - 
- com.evolveum.axiom.reactor.AbstractDependency<T>
 - 
- com.evolveum.axiom.reactor.DelegatedDependency<T>
 
 
 
- 
- All Implemented Interfaces:
 Dependency<T>
- Direct Known Subclasses:
 Dependency.OptionalDep,FlatMapDependency,MapDependency,RetriableDependency
public abstract class DelegatedDependency<T> extends AbstractDependency<T>
 
- 
- 
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> 
 - 
 
- 
Constructor Summary
Constructors Constructor Description DelegatedDependency() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExceptionerrorMessage()Tget()booleanisRequired()booleanisSatisfied()- 
Methods inherited from class com.evolveum.axiom.reactor.AbstractDependency
unsatisfied 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface com.evolveum.axiom.reactor.Dependency
flatMap, map 
 - 
 
 - 
 
- 
- 
Method Detail
- 
isSatisfied
public boolean isSatisfied()
 
- 
isRequired
public boolean isRequired()
 
- 
get
public T get()
 
- 
errorMessage
public Exception errorMessage()
- Specified by:
 errorMessagein interfaceDependency<T>- Overrides:
 errorMessagein classAbstractDependency<T>
 
 - 
 
 -