Class StoreDecision

java.lang.Object
com.aquima.interactions.framework.service.dmn.StoreDecision
All Implemented Interfaces:
IService

public class StoreDecision extends Object implements IService
This service will trace a AttributeDecisionTraceMessage with action AttributeDecisionTraceMessage.ACTION_DECISION_BY_ATTRIBUTE for the attribute specified by the 'decision' parameter. It optionally will also store a decisionType and referenceIds
Since:
9.3
Author:
m.mahabiersing
  • Field Details

  • Constructor Details

    • StoreDecision

      public StoreDecision()
  • Method Details

    • handle

      public IServiceResult handle(IServiceContext context) throws Exception
      Description copied from interface: IService
      The handle method of the service is allowed to make changes to the interfaces passed along with the IServiceContext. This means the service context is changed accordingly.
      Specified by:
      handle in interface IService
      Parameters:
      context - the context in which the service is called and allowed to make changes.
      Returns:
      The result of this service, may be null.
      Throws:
      Exception - When an unexpected exception occurs and the portal should display a standard message.