com.ibm.wbiserver.brules.mgmt.problem

Class ProblemWrongOperationForOpSelectionRecord

  • All Implemented Interfaces:
    java.io.Serializable


    public class ProblemWrongOperationForOpSelectionRecord
    extends Problem
    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
    • Constructor Detail

      • ProblemWrongOperationForOpSelectionRecord

        public ProblemWrongOperationForOpSelectionRecord(OperationSelectionRecord operationSelectionRecord,
                                                 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

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

        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

        public java.lang.String getErrorMessage()
        Specified by:
        getErrorMessage in class Problem
IBM Business Process ManagerTM
Release 8