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 CorrelationPropertyDefinition
fromConfiguration
(@NotNull CorrelationItemType itemBean, @Nullable PrismObjectDefinition<?> focusDefinition) static @NotNull CorrelationPropertyDefinition
fromData
(@NotNull ItemPath path, @NotNull PrismProperty<?> property) @Nullable ItemDefinition<?>
@NotNull String
@NotNull ItemPath
@NotNull String
getName()
@NotNull ItemPath
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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 PrismObjectDefinition<?> focusDefinition) 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:
debugDump
in interfaceDebugDumpable
-