Uses of Interface
com.evolveum.axiom.concepts.CheckedFunction
Packages that use CheckedFunction
Package
Description
- 
Uses of CheckedFunction in com.evolveum.midpoint.prism.impl.schemaMethods in com.evolveum.midpoint.prism.impl.schema with parameters of type CheckedFunctionModifier and TypeMethodDescription<R,E extends Exception> 
 RSchemaRegistryImpl.getDerivedObject(SchemaRegistryState.DerivationKey<R> derivationKey, CheckedFunction<SchemaRegistryState, R, E> mapping) <R,E extends Exception> 
 RSchemaRegistryStateImpl.getDerivedObject(SchemaRegistryState.DerivationKey<R> derivationKey, CheckedFunction<SchemaRegistryState, R, E> mapping) 
- 
Uses of CheckedFunction in com.evolveum.midpoint.prism.schemaMethods in com.evolveum.midpoint.prism.schema with parameters of type CheckedFunctionModifier and TypeMethodDescriptiondefault <R,E extends Exception> 
 RSchemaRegistryState.getDerivedObject(SchemaRegistryState.DerivationKey<R> derivationKey, CheckedFunction<SchemaRegistryState, R, E> mapping) Returns derived value specific to this schema context state, supplied derivation key and mapping.
- 
Uses of CheckedFunction in com.evolveum.midpoint.repo.sqale.mappingMethods in com.evolveum.midpoint.repo.sqale.mapping that return CheckedFunctionModifier and TypeMethodDescriptionprotected CheckedFunction<SchemaRegistryState,ItemDefinition<?>, SystemException> SqaleTableMapping.definitionDerivation()
- 
Uses of CheckedFunction in com.evolveum.midpoint.repo.sqale.qmodel.assignmentMethods in com.evolveum.midpoint.repo.sqale.qmodel.assignment that return CheckedFunctionModifier and TypeMethodDescriptionprotected CheckedFunction<SchemaRegistryState,ItemDefinition<?>, SystemException> QAssignmentMapping.definitionDerivation()
- 
Uses of CheckedFunction in com.evolveum.midpoint.repo.sqale.qmodel.commonMethods in com.evolveum.midpoint.repo.sqale.qmodel.common that return CheckedFunctionModifier and TypeMethodDescriptionprotected abstract CheckedFunction<SchemaRegistryState,ItemDefinition<?>, SystemException> QContainerWithFullObjectMapping.definitionDerivation()
- 
Uses of CheckedFunction in com.evolveum.midpoint.repo.sqale.qmodel.focusMethods in com.evolveum.midpoint.repo.sqale.qmodel.focus that return CheckedFunctionModifier and TypeMethodDescriptionprotected CheckedFunction<SchemaRegistryState,ItemDefinition<?>, SystemException> QFocusIdentityMapping.definitionDerivation()
- 
Uses of CheckedFunction in com.evolveum.midpoint.repo.sqale.qmodel.objectMethods in com.evolveum.midpoint.repo.sqale.qmodel.object that return CheckedFunctionModifier and TypeMethodDescriptionprotected CheckedFunction<SchemaRegistryState,ItemDefinition<?>, SystemException> QObjectMapping.definitionDerivation()protected CheckedFunction<SchemaRegistryState,ItemDefinition<?>, SystemException> QOperationExecutionMapping.definitionDerivation()