Class ResourceSchemaTestUtil
- java.lang.Object
-
- com.evolveum.midpoint.schema.processor.ResourceSchemaTestUtil
-
@VisibleForTesting public class ResourceSchemaTestUtil extends Object
TEMPORARY! These methods are used in tests. But there is currently no reasonable place in the test code where to put them in. (Or at least I don't see it.)
-
-
Constructor Summary
Constructors Constructor Description ResourceSchemaTestUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static @NotNull ResourceObjectTypeDefinition
findObjectTypeDefinitionRequired(@NotNull ResourceSchema schema, @NotNull ShadowKindType kind, @Nullable String intent)
Returns object _type_ definition for given kind and intent.
-
-
-
Method Detail
-
findObjectTypeDefinitionRequired
@NotNull public static @NotNull ResourceObjectTypeDefinition findObjectTypeDefinitionRequired(@NotNull @NotNull ResourceSchema schema, @NotNull @NotNull ShadowKindType kind, @Nullable @Nullable String intent)
Returns object _type_ definition for given kind and intent.
-
-