IBM WebSphere Application ServerTM
Release 6

Package  com.ibm.wbiserver.brules.mgmt.problem

Class Summary
ProblemWrongOperationForOpSelectionRecordThis class represents a validation error where an attempt was made to add an operation selection record to an operation selection record list but the operation associated with the selection record is not the same as the operation containing the operation selection record list.
ProblemWrongNumberOfParameterValuesProblem class representing the error that the number of parameter values specified does not equal the number of parameters.
ProblemValueViolatesParmConstraintsProblem class representing the error that the specified value violates the constraints defined on the specified parameter.
ProblemValueTemplateInstanceIsMissingThis problem occurs when a tree action should have a value template instance, but doesn't.
ProblemTypeConversionErrorProblem class representing the error that the specified string value could not be converted to the data type of the specified parameter.
ProblemTreeConditionIsMissingProblem class representing the error that the tree block is missing a tree condition term.
ProblemTreeActionTermIsMissingProblem class representing the error that the tree block is missing a tree action term.
ProblemTemplateParameterNotSpecifiedProblem class representing the error that a value was not specified for a template parameter.
ProblemTemplateNotAssociatedWithRuleSetProblem class representing the error that the template associated with the specified rule is not associated with the ruleset to which the rule is being added.
ProblemTargetBusRuleNotSetProblem class representing the error that the target business rule is not set for the specified operation selection record.
ProblemTNSAndNameAlreadyInUseProblem class representing the error that the target name space and name specified for the new ruleset or decision table is already in use.
ProblemStartDateAfterEndDateProblem class representing the error that the start date is after the end date.
ProblemRuleNameAlreadyInUseProblem class representing the error that the name of the new rule being added to the rule block is already in use for another rule in that rule block.
ProblemRuleBlockContainsNoRulesProblem class representing the error that the rule block contains no rules.
ProblemRootNodeIsMissingProblem class representing the error that the tree block has no root node.
ProblemParmValueListContainsUnexpectedValueProblem class representing the error that a parameter value was specified that does not correspond to any parameter on the specified template.
ProblemParmNotDefinedInTemplateProblem class representing the error that a parameter value was specified for a parameter that is not defined on the template for which an instance is being created.
ProblemOverlappingRangesThis class represents a validation error where two operation selection records have overlapping date ranges.
ProblemOperationContainsNoTargetsThis class represents a validation error where an operation has no default business rule target and also has no business rule targets qualified by date ranges.
ProblemNoTemplatesAvailableForNewActionNodesThis exception is thrown when calling ConditionNode.addConditionValueToThisLevel() if there are no available templates that can be used to fill in the newly-created empty ActionNodes.
ProblemInvalidConditionValueTemplateProblem class representing one of the following errors:
  1. The condition value template for a new condition value is not associated with the condition term definition for the condition node to which the condition value is being added.
ProblemInvalidBooleanValueProblem class representing the error that the specified string value is not a valid value for a boolean parameter.
ProblemInvalidAttemptToSetValueTemplateInstanceProblem class representing the error that an attempt was made to set the value template instance of a part of a decision table when that part currently does not contains a value template instance.
ProblemInvalidActionValueTemplateProblem class representing the error that the action value template being used to define the value for an action is not available to that action, i.e.
ProblemDuplicatePropertyNameProblem class representing the error that a new property is being defined with the same name as an existing property on the specified entity.
ProblemCaseEdgesAreMissingA ConditionNode has no case edges.
ProblemCaseEdgeValueDefinitionMissingProblem class representing the error that the case edge has no value definition.
ProblemCaseEdgeChildNodeMissingProblem class representing the error that the case edge has no child node.
ProblemBusRuleNotInAvailTargetListProblem class representing the error that the specified business rule is not in the available targets list.
ValidationErrorAn enum used to identify validation errors that are detected.
ProblemThis class represents one problem found during validation.



IBM WebSphere Application ServerTM
Release 6