Class FcContinueProps
java.lang.Object
de.xima.fc.workflow.taglib.model.BaseActionProps
de.xima.fc.workflow.model.nodes.FcContinueProps
- All Implemented Interfaces:
IDescriptionProviding, INameProviding, Serializable
Model class for the return action (
EWorkflowNodeType.FC_CONTINUE).- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class BaseActionProps
BaseActionProps.name -
Field Summary
Fields inherited from interface IDescriptionProviding
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTIONFields inherited from interface INameProviding
ATTR_NAME, COL_NAME -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class BaseActionProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
-
Constructor Details
-
FcContinueProps
public FcContinueProps()
-
-
Method Details
-
getContinueTarget
- Returns:
- Target node for the continue statement. The node with that target stops execution of its children and
continues child execution with the next cycle. When
null, the target is the closest loop relative to this node.
-
setContinueTarget
- Parameters:
continueTarget- Target node for the continue statement. The node with that target stops execution of its children and continues child execution with the next cycle. Whennull, the target is the closest loop relative to this node.
-