Uses of Class
de.xima.fc.workflow.model.nodes.FcEmptyProps
-
Packages that use FcEmptyProps Package Description de.xima.fc.workflow.designer.registry.nodes -
-
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 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)
-