| Package | Description |
|---|---|
| org.faktorips.runtime | |
| org.faktorips.runtime.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
ValidationContext
Default implementation of
IValidationContext. |
| Modifier and Type | Method and Description |
|---|---|
MessageList |
IModelObject.validate(IValidationContext context)
Validates the model object and returns a list of messages.
|
| Modifier and Type | Method and Description |
|---|---|
MessageList |
AbstractModelObject.validate(IValidationContext context) |
void |
AbstractModelObject.validate(MessageList list,
IValidationContext context)
Validates the policy component and adds any messages generated to the given list.
|
protected void |
AbstractModelObject.validateDependants(MessageList list,
IValidationContext context)
Validates the policy component's dependant components and adds any message generated to the
given list.
|
protected boolean |
AbstractModelObject.validateSelf(MessageList list,
IValidationContext context)
Validates this policy component's state without validating the dependant components.
|
Copyright © 2014. All rights reserved.