Interface FieldLayoutService
- All Known Implementing Classes:
DefaultFieldLayoutService
@Internal
public interface FieldLayoutService
-
Method Summary
Modifier and TypeMethodDescriptiongetFilteredLayoutItems
(FieldLayout fieldLayout, String query, ApplicationUser user)
-
Method Details
-
getFilteredLayoutItems
ServiceOutcome<List<FieldLayoutItem>> getFilteredLayoutItems(@Nonnull FieldLayout fieldLayout, String query, ApplicationUser user) - Parameters:
fieldLayout
-FieldLayout
object- Returns:
- All FieldLayoutItems from fieldLayout that match given query either on fieldLayoutItem name or any name of the screens associated with that fieldLayoutItem.
-