Uses of Class
org.faktorips.runtime.ObjectProperty
-
Packages that use ObjectProperty Package Description org.faktorips.runtime org.faktorips.runtime.model.type 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 ObjectProperty Modifier and Type Method Description java.util.List<ObjectProperty>Message. getInvalidObjectProperties()Returns the list of object properties the message refers to.Methods in org.faktorips.runtime with parameters of type ObjectProperty Modifier and Type Method Description voidMessageList. 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.BuilderMessage.Builder. invalidObject(ObjectProperty invalidObjectProperty)Add an object property that the message refers to.Message.BuilderMessage.Builder. invalidObjects(ObjectProperty... invalidObjectProperties)Add object properties that the message refers to.static MessageMessage. newError(java.lang.String code, java.lang.String text, ObjectProperty... invalidObjectProperty)Constructs and returns a new error message.MessageMessageList. newError(java.lang.String code, java.lang.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 ObjectProperty Modifier and Type Method Description static MessageMessage. createCopy(Message msg, java.util.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 MessageMessage. createCopy(Message msg, java.util.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 MessageListMessageList. createCopy(MessageList list, java.util.Map<ObjectProperty,ObjectProperty> objectPropertyMap)Creates a copy from the message list and replaces all references to the old object with the new object.static MessageListMessageList. createCopy(MessageList list, java.util.Map<ObjectProperty,ObjectProperty> objectPropertyMap)Creates a copy from the message list and replaces all references to the old object with the new object.Message.BuilderMessage.Builder. invalidObjects(java.util.List<ObjectProperty> invalidObjectProperties)Add a list of object properties that the message refers to.Constructors in org.faktorips.runtime with parameters of type ObjectProperty Constructor Description Message(java.lang.String code, java.lang.String text, Severity severity, ObjectProperty invalidObjectProperty)Creates a new message by defining the following parameters.Message(java.lang.String code, java.lang.String text, Severity severity, ObjectProperty... invalidObjectProperties)Creates a new message by defining the following parameters.Message(java.lang.String code, java.lang.String text, Severity severity, ObjectProperty[] invalidObjectProperties, MsgReplacementParameter[] parameters)Creates a new message by defining the following parameters.Message(java.lang.String code, java.lang.String text, Severity severity, ObjectProperty invalidObjectProperty, java.util.List<MsgReplacementParameter> parameters)Creates a new message by defining the following parameters.Message(java.lang.String code, java.lang.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 ObjectProperty Constructor Description Message(java.lang.String code, java.lang.String text, Severity severity, java.util.List<ObjectProperty> invalidObjectProperties)Creates a new message by defining the following parameters.Message(java.lang.String code, java.lang.String text, Severity severity, java.util.List<ObjectProperty> invalidObjectProperties, java.util.List<MsgReplacementParameter> replacementParameters)Creates a new message by defining the following parameters.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 ObjectProperty in org.faktorips.runtime.model.type
Methods in org.faktorips.runtime.model.type that return ObjectProperty Modifier and Type Method Description ObjectPropertyModelObjectAttribute. toObjectProperty()Returns anObjectPropertyfor this model object attribute.
-