Class InstanceRepeatFlowBehaviour

java.lang.Object
com.aquima.interactions.portal.model.session.repeatflow.InstanceRepeatFlowBehaviour

public class InstanceRepeatFlowBehaviour extends Object
This internal class implements the behaviour when a flow is repeated for a list of entity instances.

The behaviour implemented by this class is:

  • at the beginning of each repetition, the current entity instance is activated
  • at the end of each repetition, the current entity instance is de-activated
Since:
9.9
Author:
Petru Galanton
  • Field Details

    • LOG

      public static final Logger LOG
  • Method Details

    • onRepeatContextStart

      protected void onRepeatContextStart(IRepeatContext repeatContext)
    • onRepeatContextEnd

      protected void onRepeatContextEnd(IRepeatContext repeatContext)
    • onFlowStart

      protected void onFlowStart()
    • onFlowCompleted

      protected void onFlowCompleted()
    • onFlowAborted

      protected void onFlowAborted()
    • getRepeatProfile

      protected InferenceContext getRepeatProfile()
    • createInternalContext

      protected IInternalPortalContext createInternalContext()