| Package | Description |
|---|---|
| org.faktorips.runtime | |
| org.faktorips.runtime.internal | |
| org.faktorips.runtime.model.type |
Classes that allow access to design time model information on policy and product component types.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
org.faktorips.valueset.ValueSet<?> |
ConstantPolicyAttribute.getValueSet(IModelObject modelObject,
IValidationContext context) |
abstract org.faktorips.valueset.ValueSet<?> |
PolicyAttribute.getValueSet(IModelObject modelObject,
IValidationContext context)
Returns the value set of the given model object's attribute identified by this model type
attribute.
|
org.faktorips.valueset.ValueSet<?> |
DefaultPolicyAttribute.getValueSet(IModelObject modelObject,
IValidationContext context) |
org.faktorips.valueset.ValueSet<?> |
ConstantPolicyAttribute.getValueSet(IProductComponent source,
Calendar effectiveDate,
IValidationContext context) |
abstract org.faktorips.valueset.ValueSet<?> |
PolicyAttribute.getValueSet(IProductComponent source,
Calendar effectiveDate,
IValidationContext context)
Returns the value set of the given model object's attribute identified by this model type
attribute.
|
org.faktorips.valueset.ValueSet<?> |
DefaultPolicyAttribute.getValueSet(IProductComponent source,
Calendar effectiveDate,
IValidationContext context) |
Copyright © 2020. All rights reserved.