Class DependencyProcessor
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.lens.projector.DependencyProcessor
-
@Component public class DependencyProcessor extends Object
- Author:
- Radovan Semancik
-
-
Constructor Summary
Constructors Constructor Description DependencyProcessor()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static boolean
matches(LensProjectionContext ctx, ResourceObjectTypeDependencyType dependency)
<F extends ObjectType>
voidsortProjectionsToWaves(LensContext<F> context, Task task, OperationResult parentResult)
-
-
-
Method Detail
-
sortProjectionsToWaves
public <F extends ObjectType> void sortProjectionsToWaves(LensContext<F> context, Task task, OperationResult parentResult) throws PolicyViolationException, SchemaException, ConfigurationException
-
matches
public static boolean matches(LensProjectionContext ctx, ResourceObjectTypeDependencyType dependency)
-
-