com.ibm.openpages.api.trigger.oob

Class DetectPropertyChangeTrigger


  • Deprecated. 
    This class is deprecated, use class DetectPropertyChangeRule instead.

    @Deprecated
    public class DetectPropertyChangeTrigger
    extends DefaultRule
    This rule detects when a specified list of Fields of a GRC Object have changed their value during a Create or Update event

    Trigger Attributes:
    contentTypeName - Resource Type Name. E.g.
    fields - comma separated list of bundle:field. E.g.
    check.for - Values can be "All" or "Any". E.g.

    • Constructor Detail

      • DetectPropertyChangeTrigger

        public DetectPropertyChangeTrigger()
        Deprecated. 
    • Method Detail

      • isApplicable

        public boolean isApplicable(CreateResourceEvent event)
        Deprecated. 
        Description copied from class: DefaultRule
        Default isApplicable() method for CreateResourceEvent type. It always return false. Override this methods if CreateResourceEvent type is associated with the trigger rule.
        Overrides:
        isApplicable in class DefaultRule
        Parameters:
        event - a create resource event to be handled
      • isApplicable

        public boolean isApplicable(UpdateResourceEvent event)
        Deprecated. 
        Description copied from class: DefaultRule
        Default isApplicable() method for UpdateResourceEvent type. It always return false. Override this methods if UpdateResourceEvent type is associated with the trigger rule.
        Overrides:
        isApplicable in class DefaultRule
        Parameters:
        event - an update resource event to be handled
      • isApplicable

        public boolean isApplicable(AssociateResourceEvent event)
        Deprecated. 
        Description copied from class: DefaultRule
        Default isApplicable() method for AssociateResourceEvent type. It always return false. Override this methods if AssociateResourceEvent type is associated with the trigger rule.
        Overrides:
        isApplicable in class DefaultRule
        Parameters:
        event - an associate resource event to be handled
      • isApplicable

        public boolean isApplicable(DisassociateResourceEvent event)
        Deprecated. 
        Description copied from class: DefaultRule
        Default isApplicable() method for DisassociateResourceEvent type. It always return false. Override this methods if DisassociateResourceEvent type is associated with the trigger rule.
        Overrides:
        isApplicable in class DefaultRule
        Parameters:
        event - a disassociate resource event to be handled
      • isApplicable

        public boolean isApplicable(CopyResourceEvent event)
        Deprecated. 
        Description copied from class: DefaultRule
        Default isApplicable() method for CopyResourceEvent type. It always return false. Override this methods if CopyResourceEvent type is associated with the trigger rule.
        Overrides:
        isApplicable in class DefaultRule
        Parameters:
        event - a copy resource event to be handled
      • isApplicable

        public boolean isApplicable(DeleteResourceEvent event)
        Deprecated. 
        Description copied from class: DefaultRule
        Default isApplicable() method for DeleteResourceEvent type. It always return false. Override this methods if DeleteResourceEvent type is associated with the trigger rule.
        Overrides:
        isApplicable in class DefaultRule
        Parameters:
        event - a delete resource event to be handled
      • isApplicable

        public boolean isApplicable(QueryEvent event)
        Deprecated. 
        Description copied from class: DefaultRule
        Default isApplicable() method for QueryEvent type. It always return false. Override this methods if QueryEvent type is associated with the trigger rule.
        Overrides:
        isApplicable in class DefaultRule
        Parameters:
        event - a query event to be handled
      • isApplicable

        public boolean isApplicable(SearchEvent event)
        Deprecated. 
        Description copied from class: DefaultRule
        Default isApplicable() method for SearchEvent type. It always return false. Override this methods if SearchEvent type is associated with the trigger rule.
        Overrides:
        isApplicable in class DefaultRule
        Parameters:
        event - a search event to be handled

Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2021. All Rights Reserved.
US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.