Class CorrelationPropertyDefinition
java.lang.Object
com.evolveum.midpoint.model.api.correlation.CorrelationPropertyDefinition
- All Implemented Interfaces:
DebugDumpable,Serializable
Contains information about a correlation property that is to be (e.g.) displayed in the correlation case view.
- See Also:
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Method Summary
Modifier and TypeMethodDescriptiondebugDump(int indent) static @NotNull CorrelationPropertyDefinitionfromConfiguration(@NotNull CorrelationItemType itemBean, @Nullable ComplexTypeDefinition complexTypeDefinition) static @NotNull CorrelationPropertyDefinitionfromData(@NotNull ItemPath path, @NotNull PrismProperty<?> property) @Nullable ItemDefinition<?>@NotNull String@NotNull ItemPath@NotNull StringgetName()@NotNull ItemPathtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Method Details
-
fromConfiguration
@NotNull public static @NotNull CorrelationPropertyDefinition fromConfiguration(@NotNull @NotNull CorrelationItemType itemBean, @Nullable @Nullable ComplexTypeDefinition complexTypeDefinition) throws ConfigurationException - Throws:
ConfigurationException
-
fromData
@NotNull public static @NotNull CorrelationPropertyDefinition fromData(@NotNull @NotNull ItemPath path, @NotNull @NotNull PrismProperty<?> property) -
getItemPath
-
getSecondaryPath
-
getDefinition
-
getDisplayName
-
getDisplayOrder
-
getName
-
toString
-
debugDump
- Specified by:
debugDumpin interfaceDebugDumpable
-