Uses of Class
de.xima.fc.workflow.model.nodes.FcBreakProps
-
Packages that use FcBreakProps Package Description de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.processor.factory -
-
Uses of FcBreakProps in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcBreakProps Modifier and Type Method Description Class<FcBreakProps>
FcBreakHandler. getDataModelClass()
Methods in de.xima.fc.workflow.designer.registry.nodes with parameters of type FcBreakProps Modifier and Type Method Description NodeKey
FcBreakHandler. getControlTransferTarget(FcBreakProps props)
Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcBreakProps Modifier and Type Method Description INormalCompletionResult
FcBreakHandler. execute(INodeExecutionParams<FcBreakProps> params)
ISummaryKeyValueModel
FcBreakHandler. getElementSummaryKeyValueModel(IGetElementSummaryParams<FcBreakProps> params)
IWorkflowElementValidationResult
FcBreakHandler. validateLocal(IElementLocalValidationParams<FcBreakProps,WorkflowNode> params)
-
Uses of FcBreakProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcBreakProps Modifier and Type Method Description static FcBreakProps
WorkflowNodePropsFactory. breakStatement()
Creates a new workflow node model for aEWorkflowNodeType.FC_BREAK
that issues a control transfer via a break statement, targeting the closest control flow node.static FcBreakProps
WorkflowNodePropsFactory. breakStatement(NodeKey breakTarget)
Creates a new workflow node model for aEWorkflowNodeType.FC_BREAK
that issues a control transfer via a break statement.
-