Class FcFormRecordMessagePostedProps

java.lang.Object
de.xima.fc.workflow.taglib.model.BaseTriggerProps
de.xima.fc.workflow.model.triggers.FcFormRecordMessagePostedProps
All Implemented Interfaces:
IDescriptionProviding, INameProviding, Serializable

public final class FcFormRecordMessagePostedProps extends BaseTriggerProps
The properties model for workflow triggers of type EWorkflowTriggerType.FC_FORM_RECORD_MESSAGE_POSTED.
Since:
8.2.0
Author:
XIMA MEDIA GmbH
See Also:
  • Field Details

  • Constructor Details

    • FcFormRecordMessagePostedProps

      public FcFormRecordMessagePostedProps()
  • Method Details

    • getSenderContext

      public List<String> getSenderContext()
      Optional restriction to particular sender context. When set, the event listener listens only for messages that were posted in the given contexts. When empty, the event listener listens for messages posted in any context.
      Returns:
      The sender context restriction.
      See Also:
    • setSenderContext

      public void setSenderContext(List<String> senderContext)
      Optional restriction to particular sender context. When set, the event listener listens only for messages that were posted in the given contexts. When empty, the event listener listens for messages posted in any context.
      Parameters:
      senderContext - The sender context restriction.
      See Also: