Uses of Interface
org.faktorips.runtime.IMarker
-
Packages that use IMarker Package Description org.faktorips.runtime org.faktorips.runtime.validation Validation of model objects. -
-
Uses of IMarker in org.faktorips.runtime
Methods in org.faktorips.runtime that return types with arguments of type IMarker Modifier and Type Method Description java.util.Set<? extends IMarker>Message. getMarkers()Returns a set ofIMarkers associated with this class.Methods in org.faktorips.runtime with parameters of type IMarker Modifier and Type Method Description MessageListMessageList. getMessagesByMarker(IMarker marker)Returns a new message list containing all the message in this list that have the specifiedIMarker.booleanMessage. hasMarker(IMarker marker)Message.BuilderMessage.Builder. markers(IMarker... markers)Set some markers that should be provided to the new message.Method parameters in org.faktorips.runtime with type arguments of type IMarker Modifier and Type Method Description MessageListMessageList. getMessagesByMarker(java.util.function.Predicate<IMarker> markerPredicate)Returns a new message list containing all the message in this list with aIMarkerthe specifiedPredicatematches.Message.BuilderMessage.Builder. markers(java.util.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 IMarker Constructor Description Message(java.lang.String code, java.lang.String text, Severity severity, java.util.List<ObjectProperty> invalidObjectProperties, java.util.List<MsgReplacementParameter> parameters, java.util.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 IMarker Modifier and Type Method Description IMarkerDefaultGenericAttributeValidationConfiguration. getMissingMandatoryValueMarker()Returns theIMarkerused tocreate a message for a missing mandatory value.Constructors in org.faktorips.runtime.validation with parameters of type IMarker Constructor Description DefaultGenericAttributeValidationConfiguration(java.util.Locale locale, IMarker requiredInformationMissingMarker)DefaultGenericAttributeValidationConfiguration(java.util.ResourceBundle messages, java.util.Locale locale, IMarker requiredInformationMissingMarker)
-