Class ResourceSchemaTestUtil
java.lang.Object
com.evolveum.midpoint.schema.processor.ResourceSchemaTestUtil
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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic @NotNull ResourceObjectTypeDefinitionfindObjectTypeDefinitionRequired(@NotNull ResourceSchema schema, @NotNull ShadowKindType kind, @Nullable String intent) Returns object _type_ definition for given kind and intent.
- 
Constructor Details- 
ResourceSchemaTestUtilpublic ResourceSchemaTestUtil()
 
- 
- 
Method Details- 
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.
 
-