com.ibm.commerce.marketing.promotion.runtime

Interface ProtectedContextAttribute

  • All Superinterfaces:
    java.lang.Cloneable


    public interface ProtectedContextAttribute
    extends java.lang.Cloneable
    A protected context attribute is a named attribute in the context object. This attribute is subject to change as a promotion is applied to the current order. The changes need to be rolled back if later on the applied promotion is determined to be in violation with any promotion policies and therefore eliminated. An un-protected context attribute is a named attribute of the context object that any changes made to it is final and no rollback is possible.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM Copyright
    • Method Detail

      • clone

        java.lang.Object clone()
                        throws java.lang.CloneNotSupportedException
        Throws:
        java.lang.CloneNotSupportedException
        See Also:
        java.long.Object#clone()