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
- public interface BusinessRuleChangeDetector
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
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
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
hasChanges
- 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.