com.ibm.wbiserver.brules.mgmt.problem

Class ProblemOperationContainsNoTargets

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

  1. public class ProblemOperationContainsNoTargets
  2. extends Problem
  3. 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

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

Constructor Summary

Constructor and Description
ProblemOperationContainsNoTargets(Operation operation)
Constructor for the ProblemOperationContainsNoTargets object.

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getErrorMessage()
  1. Operation
getOperation()
Get the operation which has the error.
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

ProblemOperationContainsNoTargets

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

Method Detail

getOperation

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

getErrorMessage

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