| Package | Description |
|---|---|
| com.corticon.rulesemf.common | |
| com.corticon.rulesemf.common.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InternationalValidationMessage
A representation of the model object 'International Validation Message'
|
interface |
LocalizedValidationMessage
A representation of the model object 'Localized Validation Message'
|
| Modifier and Type | Method and Description |
|---|---|
ValidationMessage |
CommonFactory.createValidationMessage()
Returns a new object of class 'Validation Message'
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ValidationMessage.isSameMessage(ValidationMessage aValidationMessage)
Determine whether two validation messages are essentially the same, that is they
represent the same message, but excluding the UUID.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
CommonSwitch.caseValidationMessage(ValidationMessage object)
Returns the result of interpreting the object as an instance of 'Validation Message'
|
static boolean |
MessageUtil.isError(ValidationMessage aValidationMessage)
Determine whether the specified validation message should be considered an error.
|
static boolean |
MessageUtil.isError(ValidationMessage aValidationMessage,
boolean abDemotion)
Determine whether the specified validation message should be treated as an error based on
whether demotion is in play.
|
static boolean |
MessageUtil.isSeverity(ValidationMessage aValidationMessage,
ValidationMessageSeverity aValidationMessageSeverity)
Determine whether the specified validation message is at the specified severity level.
|
static boolean |
MessageUtil.isSeverity(ValidationMessage aValidationMessage,
ValidationMessageSeverity aValidationMessageSeverity,
boolean abDemotion)
Determine whether the specified validation message is at the specified severity level.
|
static boolean |
MessageUtil.isWarning(ValidationMessage aValidationMessage)
Determine whether the specified validation message should be considered a warning.
|
static boolean |
MessageUtil.isWarning(ValidationMessage aValidationMessage,
boolean abDemotion)
Determine whether the specified validation message should be treated as a warning based on
whether demotion is in play.
|
Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.