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
-
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
-
Method Summary
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
-
Constructor Details
-
DelegatedDependency
public DelegatedDependency()
-
-
Method Details
-
isSatisfied
public boolean isSatisfied() -
isRequired
public boolean isRequired() -
get
-
errorMessage
- Specified by:
errorMessage
in interfaceDependency<T>
- Overrides:
errorMessage
in classAbstractDependency<T>
-