Uses of Interface
org.faktorips.runtime.IMarker
-
Packages that use IMarker Package Description org.faktorips.runtime -
-
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.MessageListMessageList. getMessagesByMarker(IPredicate<IMarker> markerPredicate)Deprecated.for removal since 21.6; UseMessageList.getMessagesByMarker(Predicate)with the Java 8Predicateinstead.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.
-