com.ibm.wbiserver.brules.mgmt.problem

Class ProblemWrongOperationForOpSelectionRecord

  1. java.lang.Object
  2. extended bycom.ibm.wbiserver.brules.mgmt.problem.Problem
  3. extended bycom.ibm.wbiserver.brules.mgmt.problem.ProblemWrongOperationForOpSelectionRecord
All implemented interfaces:
java.io.Serializable

  1. public class ProblemWrongOperationForOpSelectionRecord
  2. extends Problem
  3. implements java.io.Serializable
This 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.
See Also:
Serialized Form

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Constructor Summary

Constructor and Description
ProblemWrongOperationForOpSelectionRecord(OperationSelectionRecord operationSelectionRecord,OperationSelectionRecordList operationSelectionRecordList)
Constructor for the ProblemWrongOperationForOpSelectionRecord object.

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getErrorMessage()
  1. OperationSelectionRecord
getOperationSelectionRecord()
Get the operation selection record that was being added.
  1. OperationSelectionRecordList
getOperationSelectionRecordList()
Get the operation selection record list to which the operation selection record was being added.
Methods inherited from class com.ibm.wbiserver.brules.mgmt.problem.Problem
getErrorType
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

  1. public static final java.lang.String COPYRIGHT
See Also:

Constructor Detail

ProblemWrongOperationForOpSelectionRecord

  1. public ProblemWrongOperationForOpSelectionRecord( OperationSelectionRecord operationSelectionRecord,
  2. OperationSelectionRecordList operationSelectionRecordList)
Constructor for the ProblemWrongOperationForOpSelectionRecord object.
Parameters:
operationSelectionRecord - The operation selection record to which this error applies.
operationSelectionRecordList - The operation selection record list to which this error applies.

Method Detail

getOperationSelectionRecord

  1. public OperationSelectionRecord getOperationSelectionRecord( )
Get the operation selection record that was being added.
Returns:
The operation selection record that was being added.

getOperationSelectionRecordList

  1. public OperationSelectionRecordList getOperationSelectionRecordList( )
Get the operation selection record list to which the operation selection record was being added.
Returns:
The operation selection record list to which the operation selection record was being added.

getErrorMessage

  1. public java.lang.String getErrorMessage( )
Specified by: