com.ibm.wbiserver.brules.mgmt.problem
Class ProblemOperationContainsNoTargets
java.lang.Object
com.ibm.wbiserver.brules.mgmt.problem.Problem
com.ibm.wbiserver.brules.mgmt.problem.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 |
static java.lang.String |
COPYRIGHT
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
ProblemOperationContainsNoTargets
public ProblemOperationContainsNoTargets(Operation operation)
- Constructor for the ProblemOperationContainsNoTargets object.
- Parameters:
operation
- The operation to which this error applies.
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