java.lang.Object
com.aquima.interactions.portal.model.session.scope.ScopeAction
All Implemented Interfaces:
Serializable

public class ScopeAction extends Object implements Serializable
Simple class that is used in scopes to implement transactional behavior. This class holds the information about a mutation on a scope.
Since:
5.0
Author:
O. Kerpershoek
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • isClearActionFor

      protected boolean isClearActionFor(String key)
    • executeOn

      protected void executeOn(PortalScope scope)