Uses of Class
de.xima.fc.workflow.model.nodes.FcEmptyProps
-
Packages that use FcEmptyProps Package Description de.xima.fc.workflow.designer.bpmn.node de.xima.fc.workflow.designer.registry.nodes -
-
Uses of FcEmptyProps in de.xima.fc.workflow.designer.bpmn.node
Method parameters in de.xima.fc.workflow.designer.bpmn.node with type arguments of type FcEmptyProps Modifier and Type Method Description void
FcEmptyBpmnModeler. modelNode(IModelWorkflowNodeParams<FcEmptyProps> params, IWorkflowBpmnModelContext context)
-
Uses of FcEmptyProps in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcEmptyProps Modifier and Type Method Description @NotNull IWorkflowNodeBpmnModeler<FcEmptyProps>
FcEmptyHandler. getBpmnModeler()
Class<FcEmptyProps>
FcEmptyHandler. getDataModelClass()
List<INodePrototypeDescriptor<FcEmptyProps>>
FcEmptyHandler. getNodePrototypes(IGetNodePrototypesParams params)
Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcEmptyProps Modifier and Type Method Description <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
IFlowGraphEndPointsFcEmptyHandler. createFlowGraph(ICreateFlowGraphParams<FcEmptyProps,TElement> params)
INormalCompletionResult
FcEmptyHandler. execute(INodeExecutionParams<FcEmptyProps> params)
IWorkflowElementValidationResult
FcEmptyHandler. validateLocal(IElementLocalValidationParams<FcEmptyProps,WorkflowNode> params)
-