Uses of Interface
com.e1c.g5.v8.dt.check.settings.ICheckDescription
Packages that use ICheckDescription
Package
Description
-
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 ICheckDescriptionModifier and TypeMethodDescriptiondefault Map<CheckUid,
ICheckDescription> ICheckRepository.getChecksWithDescriptions()
Gets the map of UIDs and check descriptions of all registered checksICheckRepository.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 ICheckDescriptionModifier and TypeMethodDescriptionICheckRepository.getChecks
(Predicate<ICheckDescription> filter) Deprecated.ICheckRepository.getChecksWithDescriptions
(Predicate<ICheckDescription> filter) Gets the map of UIDs and check descriptions of registered checks being filtered by the provided predicate -
Uses of ICheckDescription in com.e1c.g5.v8.dt.internal.check
Methods in com.e1c.g5.v8.dt.internal.check that return ICheckDescriptionModifier and TypeMethodDescriptionICheckMetadataManager.getDescription
(CheckUid checkId) Returns a check description (without overrides from user preferences). -
Uses of ICheckDescription in com.e1c.g5.v8.dt.internal.check.repository
Methods in com.e1c.g5.v8.dt.internal.check.repository that return ICheckDescriptionMethods in com.e1c.g5.v8.dt.internal.check.repository that return types with arguments of type ICheckDescriptionModifier and TypeMethodDescriptionCheckRepository.getChecksWithDescriptions
(Predicate<ICheckDescription> filter) Method parameters in com.e1c.g5.v8.dt.internal.check.repository with type arguments of type ICheckDescriptionModifier and TypeMethodDescriptionCheckRepository.getChecks
(Predicate<ICheckDescription> filter) CheckRepository.getChecksWithDescriptions
(Predicate<ICheckDescription> filter) -
Uses of ICheckDescription in com.e1c.g5.v8.dt.internal.check.settings
Classes in com.e1c.g5.v8.dt.internal.check.settings that implement ICheckDescriptionModifier and TypeClassDescriptionclass
Immutable implementation forICheckDescription
.
ICheckRepository.getChecksWithDescriptions(java.util.function.Predicate<com.e1c.g5.v8.dt.check.settings.ICheckDescription>)
instead