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
public final class FcDoiVerifiedProps extends BaseTriggerProps
The properties model for workflow triggers of typeEWorkflowTriggerType.FC_DOI_VERIFIED.- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringSEARCH_TERM_TARGET_NODEKey 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 Constructor Description FcDoiVerifiedProps() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeKeygetTargetNode()voidsetTargetNode(NodeKey targetNode)- 
Methods inherited from class de.xima.fc.workflow.taglib.model.BaseTriggerProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName 
 - 
 
 - 
 
- 
- 
Field Detail
- 
SEARCH_TERM_TARGET_NODE
public static final String SEARCH_TERM_TARGET_NODE
Key for storing the key of the selected target node as aWorkflowNodeSearchTerm- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
getTargetNode
public NodeKey getTargetNode()
- Returns:
 - When set, this trigger fires only when the double opt-in was triggered by this node.
 
 
- 
setTargetNode
public void setTargetNode(NodeKey targetNode)
- Parameters:
 targetNode- When set, this trigger fires only when the double opt-in was triggered by this node.
 
 - 
 
 -