Uses of Class
org.faktorips.runtime.ObjectProperty
Packages that use ObjectProperty
Package
Description
Classes that allow access to design time model information on policy and product component types.
-
Uses of ObjectProperty in org.faktorips.runtime
Methods in org.faktorips.runtime that return types with arguments of type ObjectPropertyModifier and TypeMethodDescriptionMessage.getInvalidObjectProperties()Returns the list of object properties the message refers to.Methods in org.faktorips.runtime with parameters of type ObjectPropertyModifier and TypeMethodDescriptionvoidMessageList.add(MessageList messageList, ObjectProperty invalidObjectProperty, boolean override) Copies the messages from the given list to this list and sets the message's invalid object properties.Message.Builder.invalidObject(ObjectProperty invalidObjectProperty) Add an object property that the message refers to.Message.Builder.invalidObjects(ObjectProperty... invalidObjectProperties) Add object properties that the message refers to.static final MessageMessage.newError(String code, String text, ObjectProperty... invalidObjectProperty) Constructs and returns a new error message.MessageList.newError(String code, String text, ObjectProperty... invalidObjectProperty) Creates and returns a new message with severityMessage.ERRORwith the given code, text and invalid object properties and adds the message to the list.Method parameters in org.faktorips.runtime with type arguments of type ObjectPropertyModifier and TypeMethodDescriptionstatic final MessageMessage.createCopy(Message msg, Map<ObjectProperty, ObjectProperty> objectPropertyMap) Creates and returns a copy of the given message and replaces all references to the old object with the new object.static final MessageMessage.createCopy(Message msg, Map<ObjectProperty, ObjectProperty> objectPropertyMap) Creates and returns a copy of the given message and replaces all references to the old object with the new object.static final MessageListMessageList.createCopy(MessageList list, Map<ObjectProperty, ObjectProperty> objectPropertyMap) Creates a copy from the message list and replaces all references to the old object with the new object.static final MessageListMessageList.createCopy(MessageList list, Map<ObjectProperty, ObjectProperty> objectPropertyMap) Creates a copy from the message list and replaces all references to the old object with the new object.Message.Builder.invalidObjects(List<ObjectProperty> invalidObjectProperties) Add a list of object properties that the message refers to.Constructors in org.faktorips.runtime with parameters of type ObjectPropertyModifierConstructorDescriptionMessage(String code, String text, Severity severity, ObjectProperty invalidObjectProperty) Creates a new message by defining the following parameters.Message(String code, String text, Severity severity, ObjectProperty... invalidObjectProperties) Creates a new message by defining the following parameters.Message(String code, String text, Severity severity, ObjectProperty[] invalidObjectProperties, MsgReplacementParameter[] parameters) Creates a new message by defining the following parameters.Message(String code, String text, Severity severity, ObjectProperty invalidObjectProperty, List<MsgReplacementParameter> parameters) Creates a new message by defining the following parameters.Message(String code, String text, Severity severity, ObjectProperty invalidObjectProperty, MsgReplacementParameter... parameters) Creates a new message by defining the following parameters.Constructor parameters in org.faktorips.runtime with type arguments of type ObjectPropertyModifierConstructorDescriptionCreates a new message by defining the following parameters.Message(String code, String text, Severity severity, List<ObjectProperty> invalidObjectProperties, List<MsgReplacementParameter> replacementParameters) Creates a new message by defining the following parameters.Message(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 ObjectProperty in org.faktorips.runtime.model.type
Methods in org.faktorips.runtime.model.type that return ObjectPropertyModifier and TypeMethodDescriptionModelObjectAttribute.toObjectProperty()Returns anObjectPropertyfor this model object attribute.