com.ibm.wbiserver.brules.mgmt

Interface BusinessRuleChangeDetector

All known subinterfaces:
ActionNode, BusinessRule, BusinessRuleGroup, CaseEdge, ConditionNode, DecisionTable, DecisionTableRule, DecisionTableTemplateInstanceRule, Operation, OperationSelectionRecord, OperationSelectionRecordList, ParameterValue, Property, PropertyList, Rule, RuleBlock, RuleSet, RuleSetRule, RuleSetTemplateInstanceRule, SystemDefinedProperty, TemplateInstanceExpression, TemplateInstanceRule, TreeAction, TreeBlock, TreeNode, UserDefinedProperty

  1. public interface BusinessRuleChangeDetector
This interface defines methods related to detecting whether or not changes have been made to an object or to any object that can be reached from it.

Field Summary

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

Method Summary

Modifier and Type Method and Description
  1. boolean
hasChanges()
Determine whether or not any changes have been made to this object or any object reachable from it since the last publish.

Field Detail

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

Method Detail

hasChanges

  1. boolean hasChanges()
Determine whether or not any changes have been made to this object or any object reachable from it since the last publish.
Returns:
true if a change has been made to this object or any object that can be reached from it; otherwise false.