Package com.evolveum.midpoint.prism
Interface ItemDefinitionResolver
-
public interface ItemDefinitionResolver
To be used e.g. by query or delta builders.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable ItemDefinition<?>
findItemDefinition(@NotNull Class<? extends Containerable> type, @NotNull ItemPath itemPath)
Tries to determine a definition for given item within given type.
-
-
-
Method Detail
-
findItemDefinition
@Nullable @Nullable ItemDefinition<?> findItemDefinition(@NotNull @NotNull Class<? extends Containerable> type, @NotNull @NotNull ItemPath itemPath)
Tries to determine a definition for given item within given type. May return null if the definition could not be found. (The query/delta builder then may try another way of finding it.)
-
-