Uses of Interface
org.faktorips.runtime.IMarker
Packages that use IMarker
Package
Description
Validation of model objects.
-
Uses of IMarker in org.faktorips.runtime
Methods in org.faktorips.runtime that return types with arguments of type IMarkerModifier and TypeMethodDescriptionMessage.getMarkers()Returns a set ofIMarkers associated with this class.Methods in org.faktorips.runtime with parameters of type IMarkerModifier and TypeMethodDescriptionMessageList.getMessagesByMarker(IMarker marker) Returns a new message list containing all the message in this list that have the specifiedIMarker.booleanSet some markers that should be provided to the new message.Method parameters in org.faktorips.runtime with type arguments of type IMarkerModifier and TypeMethodDescriptionMessageList.getMessagesByMarker(Predicate<IMarker> markerPredicate) Message.Builder.markers(Collection<? extends IMarker> markers) Set a collection of markers that should be provided to the new message.Constructor parameters in org.faktorips.runtime with type arguments of type IMarkerModifierConstructorDescriptionMessage(String code, String text, Severity severity, List<ObjectProperty> invalidObjectProperties, List<MsgReplacementParameter> parameters, Set<? extends IMarker> markers) Creates a new message by defining the following parameters. -
Uses of IMarker in org.faktorips.runtime.validation
Methods in org.faktorips.runtime.validation that return IMarkerModifier and TypeMethodDescriptionDefaultGenericAttributeValidationConfiguration.getMissingMandatoryValueMarker()Returns theIMarkerused tocreate a message for a missing mandatory value.protected IMarkerValidationConfiguration.getTechnicalConstraintViolatedMarker()Returns the marker to be used for technical constraint violations.DefaultDatabaseLengthValidationConfiguration.getTechnicalConstraintViolationMarker()IDatabaseLengthValidationConfiguration.getTechnicalConstraintViolationMarker()Returns the marker to be used for validation messages.Methods in org.faktorips.runtime.validation with parameters of type IMarkerModifier and TypeMethodDescriptionDefaultDatabaseLengthValidationConfiguration.withTechnicalConstraintViolationMarker(IMarker technicalConstraintViolationMarker) Returns this configuration, updated to use the given marker on validation messages.Constructors in org.faktorips.runtime.validation with parameters of type IMarkerModifierConstructorDescriptionDefaultGenericAttributeValidationConfiguration(Locale locale, IMarker requiredInformationMissingMarker) DefaultGenericAttributeValidationConfiguration(ResourceBundle messages, Locale locale, IMarker requiredInformationMissingMarker) protectedValidationConfiguration(Locale locale, IMarker technicalConstraintViolatedMarker) Creates a new validation configuration with the specified locale and technical constraint violation marker.