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 typeEWorkflowTriggerType.FC_FORM_RECORD_MESSAGE_POSTED
.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
SEARCH_TERM_SENDER_CONTEXT
Key for storing the allowed sender contexts as a list ofWorkflowTriggerSearchTerm
-
Fields inherited from interface de.xima.fc.entities.interfaces.IDescriptionProviding
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTION
-
Fields inherited from interface de.xima.fc.entities.interfaces.INameProviding
ATTR_NAME, COL_NAME
-
-
Constructor Summary
Constructors Constructor Description FcFormRecordMessagePostedProps()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getSenderContext()
Optional restriction to particular sender context.void
setSenderContext(List<String> senderContext)
Optional restriction to particular sender context.-
Methods inherited from class de.xima.fc.workflow.taglib.model.BaseTriggerProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
-
-
-
-
Field Detail
-
SEARCH_TERM_SENDER_CONTEXT
public static final String SEARCH_TERM_SENDER_CONTEXT
Key for storing the allowed sender contexts as a list ofWorkflowTriggerSearchTerm
- See Also:
- Constant Field Values
-
-
Method Detail
-
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:
EFormRecordMessageSenderContext
-
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:
EFormRecordMessageSenderContext
-
-