Class FcDoiVerifiedProps
java.lang.Object
de.xima.fc.workflow.taglib.model.BaseTriggerProps
de.xima.fc.workflow.model.triggers.FcDoiVerifiedProps
- All Implemented Interfaces:
IDescriptionProviding
,INameProviding
,Serializable
The properties model for workflow triggers of type
EWorkflowTriggerType.FC_DOI_VERIFIED
.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Key for storing the key of the selected target node as aWorkflowNodeSearchTerm
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 -
Method Summary
Methods inherited from class de.xima.fc.workflow.taglib.model.BaseTriggerProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
-
Field Details
-
SEARCH_TERM_TARGET_NODE
Key for storing the key of the selected target node as aWorkflowNodeSearchTerm
- See Also:
-
-
Constructor Details
-
FcDoiVerifiedProps
public FcDoiVerifiedProps()
-
-
Method Details
-
getTargetNode
- Returns:
- When set, this trigger fires only when the double opt-in was triggered by this node.
-
setTargetNode
- Parameters:
targetNode
- When set, this trigger fires only when the double opt-in was triggered by this node.
-