Uses of Interface
com.e1c.g5.v8.dt.check.settings.ICheckDescription
-
Packages that use ICheckDescription Package Description com.e1c.g5.v8.dt.check.settings -
-
Uses of ICheckDescription in com.e1c.g5.v8.dt.check.settings
Methods in com.e1c.g5.v8.dt.check.settings that return types with arguments of type ICheckDescription Modifier and Type Method Description default Map<CheckUid,ICheckDescription>
ICheckRepository. getChecksWithDescriptions()
Gets the map of UIDs and check descriptions of all registered checksMap<CheckUid,ICheckDescription>
ICheckRepository. getChecksWithDescriptions(Predicate<ICheckDescription> filter)
Gets the map of UIDs and check descriptions of registered checks being filtered by the provided predicateMethod parameters in com.e1c.g5.v8.dt.check.settings with type arguments of type ICheckDescription Modifier and Type Method Description Collection<CheckUid>
ICheckRepository. getChecks(Predicate<ICheckDescription> filter)
Deprecated.UsegetChecksWithDescriptions(Predicate
insteadfilter) Map<CheckUid,ICheckDescription>
ICheckRepository. getChecksWithDescriptions(Predicate<ICheckDescription> filter)
Gets the map of UIDs and check descriptions of registered checks being filtered by the provided predicate
-