Package com.evolveum.axiom.lang.impl
Class ValueActionImpl<V>
java.lang.Object
com.evolveum.axiom.lang.impl.ValueActionImpl<V>
- All Implemented Interfaces:
- AxiomStatementRule.ActionBuilder<V>,- Action<AxiomSemanticException>,- DependantAction<AxiomSemanticException>,- Dependency<Void>
public class ValueActionImpl<V>
extends Object
implements AxiomStatementRule.ActionBuilder<V>, DependantAction<AxiomSemanticException>
- 
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>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidapply()apply(AxiomStatementRule.Action<V> action) build()booleanCollection<Dependency<?>>error()voidbooleanbooleanname()Dependency<AxiomValue<?>>require(AxiomValueContext<?> ext) <V,X extends Dependency<V>> 
 Xrequire(X req) Collection<Dependency<?>>booleantoString()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.axiom.reactor.Actionget, isSatisfiedMethods inherited from interface com.evolveum.axiom.reactor.DependantActioncanApplyMethods inherited from interface com.evolveum.axiom.reactor.DependencyflatMap, isRequired, map, unsatisfied
- 
Constructor Details- 
ValueActionImpl
 
- 
- 
Method Details- 
require- Specified by:
- requirein interface- AxiomStatementRule.ActionBuilder<V>
 
- 
apply- Specified by:
- applyin interface- AxiomStatementRule.ActionBuilder<V>
 
- 
canProcesspublic boolean canProcess()
- 
apply- Specified by:
- applyin interface- Action<V>
- Throws:
- AxiomSemanticException
 
- 
isAppliedpublic boolean isApplied()
- 
errorMessage- Specified by:
- errorMessagein interface- Dependency<V>
 
- 
toString
- 
successfulpublic boolean successful()- Specified by:
- successfulin interface- Action<V>
 
- 
requirements
- 
fail- Specified by:
- failin interface- Action<V>
- Parameters:
- e- Exception which occurred during call of- Action.apply()
- Throws:
- AxiomSemanticException
 
- 
dependencies- Specified by:
- dependenciesin interface- DependantAction<V>
 
- 
error
- 
isDefinedpublic boolean isDefined()
- 
build
- 
require- Specified by:
- requirein interface- AxiomStatementRule.ActionBuilder<V>
 
- 
error- Specified by:
- errorin interface- AxiomStatementRule.ActionBuilder<V>
 
- 
name
 
-