Interface AutocompleteConfigurationMixin
- All Known Implementing Classes:
PersonOfInterestPanel.ObjectReferenceProvider
,RoleOfTeammateMenuPanel.ObjectReferenceProvider
public interface AutocompleteConfigurationMixin
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault <O extends ObjectType>
StringgetDisplayNameFromExpression
(String contextDesc, @Nullable ExpressionType expressionType, @NotNull Function<PrismObject<O>, String> defaultDisplayNameFunction, @NotNull PrismObject<O> object, @NotNull BasePanel<?> panel)
-
Field Details
-
LOGGER
-
-
Method Details
-
getDisplayNameFromExpression
default <O extends ObjectType> String getDisplayNameFromExpression(String contextDesc, @Nullable @Nullable ExpressionType expressionType, @NotNull @NotNull Function<PrismObject<O>, String> defaultDisplayNameFunction, @NotNull @NotNull PrismObject<O> object, @NotNull @NotNull BasePanel<?> panel)
-