com.ibm.wbiserver.brules.mgmt.problem

Class ProblemOperationContainsNoTargets

  • All Implemented Interfaces:
    java.io.Serializable


    public class ProblemOperationContainsNoTargets
    extends Problem
    implements java.io.Serializable
    This 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. An operation must have at least one target.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getErrorMessage() 
      Operation getOperation()
      Get the operation which has the error.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProblemOperationContainsNoTargets

        public ProblemOperationContainsNoTargets(Operation operation)
        Constructor for the ProblemOperationContainsNoTargets object.
        Parameters:
        operation - The operation to which this error applies.
    • Method Detail

      • getOperation

        public Operation getOperation()
        Get the operation which has the error.
        Returns:
        The operation which has the error.
      • getErrorMessage

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