Class CorrelationItemDefinitionUtil
- java.lang.Object
-
- com.evolveum.midpoint.schema.util.CorrelationItemDefinitionUtil
-
public class CorrelationItemDefinitionUtil extends Object
Utilities for handling correlation item definitions.
-
-
Constructor Summary
Constructors Constructor Description CorrelationItemDefinitionUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static @NotNull String
getName(@NotNull CorrelationItemDefinitionType definitionBean)
Returns the name under which we will reference this item definition (using "ref" elements).static String
identify(@Nullable AbstractCorrelatorType configBean)
Tries to shortly identify given correlator configuration.static Object
identifyLazily(@Nullable AbstractCorrelatorType configBean)
-
-
-
Method Detail
-
getName
@NotNull public static @NotNull String getName(@NotNull @NotNull CorrelationItemDefinitionType definitionBean)
Returns the name under which we will reference this item definition (using "ref" elements).
-
identifyLazily
public static Object identifyLazily(@Nullable @Nullable AbstractCorrelatorType configBean)
-
identify
public static String identify(@Nullable @Nullable AbstractCorrelatorType configBean)
Tries to shortly identify given correlator configuration. Just to able to debug e.g. configuration resolution.
-
-