- getCode() - Method in class org.faktorips.runtime.Message
-
Returns the message code.
- getFirstMessage(Severity) - Method in class org.faktorips.runtime.MessageList
-
Returns the first message with the given severity or null if none is found.
- getIndex() - Method in class org.faktorips.runtime.ObjectProperty
-
- getInvalidObjectProperties() - Method in class org.faktorips.runtime.Message
-
Returns the list of object properties the message refers to.
- getMarkers() - Method in class org.faktorips.runtime.Message
-
Returns a set of
IMarkers associated with this class.
- getMessage(int) - Method in class org.faktorips.runtime.MessageList
-
Returns the message at the indicated index (indexing starts with 0).
- getMessage(String, Locale) - Method in class org.faktorips.runtime.util.MessagesHelper
-
Getting the message for the given key in the specified locale.
- getMessage(String, Locale, Object...) - Method in class org.faktorips.runtime.util.MessagesHelper
-
Getting the message for the given key in the specified language.
- getMessageByCode(String) - Method in class org.faktorips.runtime.MessageList
-
Returns the first message in the list that has the specified message code.
- getMessageOr(String, Locale, String) - Method in class org.faktorips.runtime.util.MessagesHelper
-
Getting the message for the given key in the specified language.
- getMessagesByCode(String) - Method in class org.faktorips.runtime.MessageList
-
Returns a new message list containing all the message in this list that have the specified
message code.
- getMessagesByMarker(IMarker) - Method in class org.faktorips.runtime.MessageList
-
Returns a new message list containing all the message in this list that have the specified
IMarker.
- getMessagesByMarker(IPredicate<IMarker>) - Method in class org.faktorips.runtime.MessageList
-
Returns a new message list containing all the message in this list with a
IMarker the
specified
IPredicate matches.
- getMessagesFor(Object) - Method in class org.faktorips.runtime.MessageList
-
Returns a new list with the messages in this list that belong to the given object (any
property).
- getMessagesFor(Object, String, int) - Method in class org.faktorips.runtime.MessageList
-
Returns a new list with the messages in this list that belong to the given object and
property and the property is of the given index.
- getMessagesFor(Object, String) - Method in class org.faktorips.runtime.MessageList
-
Returns a new list with the messages in this list that belong to the given object and
property.
- getMessageWithHighestSeverity() - Method in class org.faktorips.runtime.MessageList
-
Returns the message with the highest severity.
- getName() - Method in class org.faktorips.runtime.MsgReplacementParameter
-
Returns the parameter's name.
- getNoOfMessages() - Method in class org.faktorips.runtime.MessageList
-
- getNumOfInvalidObjectProperties() - Method in class org.faktorips.runtime.Message
-
Returns the number of referenced invalid object properties.
- getNumOfReplacementParameters() - Method in class org.faktorips.runtime.Message
-
Returns the number of replacement parameters..
- getObject() - Method in class org.faktorips.runtime.ObjectProperty
-
- getProperty() - Method in class org.faktorips.runtime.ObjectProperty
-
- getQualifier() - Method in class org.faktorips.runtime.ObjectProperty
-
- getReplacementParameters() - Method in class org.faktorips.runtime.Message
-
Returns the list of replacement parameters.
- getReplacementValue(String) - Method in class org.faktorips.runtime.Message
-
Returns the value for the given replacement parameter.
- getSeverity() - Method in class org.faktorips.runtime.Message
-
Returns the message's severity as one of the constants ERROR, WARNING, INFO or NONE.
- getSeverity() - Method in class org.faktorips.runtime.MessageList
-
Returns the message list's severity.
- getText() - Method in class org.faktorips.runtime.Message
-
Returns the humand readable message text.
- getText() - Method in class org.faktorips.runtime.MessageList
-
Returns the text of all messages in the list, separated by the system's default line
separator.
- getValue() - Method in class org.faktorips.runtime.MsgReplacementParameter
-
Returns the parameter's value.
- markers(Collection<? extends IMarker>) - Method in class org.faktorips.runtime.Message.Builder
-
Set a collection of markers that should be provided to the new message.
- markers(IMarker...) - Method in class org.faktorips.runtime.Message.Builder
-
Set some markers that should be provided to the new message.
- Message - Class in org.faktorips.runtime
-
A human readable text message with an optional code that identifies the type of the message and a
severity that indicates if this is an error, warning or information.
- Message(Message.Builder) - Constructor for class org.faktorips.runtime.Message
-
- Message(Message) - Constructor for class org.faktorips.runtime.Message
-
Creates a new message by copying everything of the given
Message.
- Message(String, Severity) - Constructor for class org.faktorips.runtime.Message
-
Creates a new message by defining the following parameters.
- Message(String, String, Severity) - Constructor for class org.faktorips.runtime.Message
-
Creates a new message by defining the following parameters.
- Message(String, String, Severity, Object) - Constructor for class org.faktorips.runtime.Message
-
Creates a new message by defining the following parameters.
- Message(String, String, Severity, ObjectProperty) - Constructor for class org.faktorips.runtime.Message
-
Creates a new message by defining the following parameters.
- Message(String, String, Severity, Object, String...) - Constructor for class org.faktorips.runtime.Message
-
Creates a new message by defining the following parameters.
- Message(String, String, Severity, ObjectProperty[]) - Constructor for class org.faktorips.runtime.Message
-
Creates a new message by defining the following parameters.
- Message(String, String, Severity, List<ObjectProperty>) - Constructor for class org.faktorips.runtime.Message
-
Creates a new message by defining the following parameters.
- Message(String, String, Severity, List<ObjectProperty>, List<MsgReplacementParameter>) - Constructor for class org.faktorips.runtime.Message
-
Creates a new message by defining the following parameters.
- Message(String, String, Severity, ObjectProperty, MsgReplacementParameter...) - Constructor for class org.faktorips.runtime.Message
-
Creates a new message by defining the following parameters.
- Message(String, String, Severity, ObjectProperty, List<MsgReplacementParameter>) - Constructor for class org.faktorips.runtime.Message
-
Creates a new message by defining the following parameters.
- Message(String, String, Severity, ObjectProperty[], MsgReplacementParameter[]) - Constructor for class org.faktorips.runtime.Message
-
Creates a new message by defining the following parameters.
- Message(String, String, Severity, List<ObjectProperty>, List<MsgReplacementParameter>, Set<? extends IMarker>) - Constructor for class org.faktorips.runtime.Message
-
Creates a new message by defining the following parameters.
- Message.Builder - Class in org.faktorips.runtime
-
- MessageList - Class in org.faktorips.runtime
-
A list of Messages.
- MessageList() - Constructor for class org.faktorips.runtime.MessageList
-
Creates an empty message list.
- MessageList(Message) - Constructor for class org.faktorips.runtime.MessageList
-
Creates a message list that contains the given message.
- MessagesHelper - Class in org.faktorips.runtime.util
-
A MessagesHelper is a set of strings available in different locales.
- MessagesHelper(String, ClassLoader, Locale) - Constructor for class org.faktorips.runtime.util.MessagesHelper
-
Creates a new StringsSet with the indicated qualified name.
- MsgReplacementParameter - Class in org.faktorips.runtime
-
When creating a message the text might be created by replacing parameters (or placeholders) with
concrete values, e.g.
- MsgReplacementParameter(String, Object) - Constructor for class org.faktorips.runtime.MsgReplacementParameter
-
Creates a new parameter value with name and value.