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
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final StringKey for storing the allowed sender contexts as a list ofWorkflowTriggerSearchTermFields inherited from interface IDescriptionProviding
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTIONFields inherited from interface INameProviding
ATTR_NAME, COL_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOptional restriction to particular sender context.voidsetSenderContext(List<String> senderContext) Optional restriction to particular sender context.Methods inherited from class BaseTriggerProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
-
Field Details
-
SEARCH_TERM_SENDER_CONTEXT
Key for storing the allowed sender contexts as a list ofWorkflowTriggerSearchTerm- See Also:
-
-
Constructor Details
-
FcFormRecordMessagePostedProps
public FcFormRecordMessagePostedProps()
-
-
Method Details
-
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
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:
-