public class DetectPropertyChangeRule extends DefaultRule
| Attribute | Values | Description | Required | Default |
|---|---|---|---|---|
| content.type |   | The object type name of the object. E.g. <attribute name="content.type" value="SOXIssue"/> | Yes |   |
| fields |   | Determines the set of fields to detect changes. A comma-separated list of field names. E.g. <attribute name="fields" value= "OPSS-Iss:Assignee,OPSS-Iss:Due Date"/> | Yes |   |
| check.for | all - All fields will be checked for changes. any - Checks whether any one field was changed. |
Determines the scope of the search. E.g. <attribute name="check.for" value="all"/> | No | all |
| Constructor and Description |
|---|
DetectPropertyChangeRule() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isApplicable(CreateResourceEvent event)
Check if the create resource event should be applied.
|
boolean |
isApplicable(CreateResourceWithRelationsEvent event)
Check if the create resource with relations event should be applied.
|
boolean |
isApplicable(UpdateResourceEvent event)
Check if the update resource event should be applied.
|
isApplicable, isApplicable, isApplicable, isApplicable, isApplicable, isApplicable, isApplicable, isApplicable, isApplicable, isApplicablegetAttributes, setAttributespublic boolean isApplicable(CreateResourceEvent event)
isApplicable in class DefaultRuleevent - a create resource event to be checked.public boolean isApplicable(CreateResourceWithRelationsEvent event)
isApplicable in class DefaultRuleevent - a create resource with relations event to be checked.public boolean isApplicable(UpdateResourceEvent event)
isApplicable in class DefaultRuleevent - an update resource event to be checked.
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2020. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.