Uses of Class
de.xima.fc.workflow.model.nodes.FcWithFormElementContextProps
Packages that use FcWithFormElementContextProps
Package
Description
-
Uses of FcWithFormElementContextProps in de.xima.fc.workflow.designer.bpmn.node.flow_control
Classes in de.xima.fc.workflow.designer.bpmn.node.flow_control that implement interfaces with type arguments of type FcWithFormElementContextPropsMethod parameters in de.xima.fc.workflow.designer.bpmn.node.flow_control with type arguments of type FcWithFormElementContextPropsModifier and TypeMethodDescriptionvoidFcWithFormElementContextBpmnModeler.modelNode(IModelWorkflowNodeParams<FcWithFormElementContextProps> params, IWorkflowBpmnModelContext context) Models the given with form element context action as a BPMN part. -
Uses of FcWithFormElementContextProps in de.xima.fc.workflow.designer.registry.nodes
Classes in de.xima.fc.workflow.designer.registry.nodes that implement interfaces with type arguments of type FcWithFormElementContextPropsModifier and TypeClassDescriptionfinal classTheINodeHandlerfor nodes of typeFC_WITH_FORM_ELEMENT_CONTEXT.final classTheINodeHandlerfor nodes of typeFC_WITH_FORM_ELEMENT_CONTEXT.final classTheINodeHandlerfor nodes of typeFC_WITH_FORM_ELEMENT_CONTEXT.final classTheINodeHandlerfor nodes of typeFC_WITH_FORM_ELEMENT_CONTEXT.final classTheINodeHandlerfor nodes of typeFC_WITH_FORM_ELEMENT_CONTEXT.final classTheINodeHandlerfor nodes of typeFC_WITH_FORM_ELEMENT_CONTEXT.final classTheINodeHandlerfor nodes of typeFC_WITH_FORM_ELEMENT_CONTEXT.Methods in de.xima.fc.workflow.designer.registry.nodes that return FcWithFormElementContextPropsModifier and TypeMethodDescriptionFcWithFormElementContextHandler.getPrototypeModelData(String label, IGuiIcon icon, IGetElementPrototypesParams params) Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcWithFormElementContextPropsModifier and TypeMethodDescriptionFcWithFormElementContextHandler.getBpmnModeler()FcWithFormElementContextHandler.getDataModelClass()Methods in de.xima.fc.workflow.designer.registry.nodes with parameters of type FcWithFormElementContextPropsModifier and TypeMethodDescriptionFcWithFormElementContextHandler.extractName(FcWithFormElementContextProps data) Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcWithFormElementContextPropsModifier and TypeMethodDescriptionFcWithFormElementContextHandler.execute(INodeExecutionParams<FcWithFormElementContextProps> params) FcWithFormElementContextHandler.getElementSummaryKeyValueModel(IGetElementSummaryParams<FcWithFormElementContextProps> params) -
Uses of FcWithFormElementContextProps in de.xima.fc.workflow.executor
Subclasses with type arguments of type FcWithFormElementContextProps in de.xima.fc.workflow.executorModifier and TypeClassDescriptionfinal classHandler for executing a workflow action of typeEWorkflowNodeType.FC_WITH_FORM_ELEMENT_CONTEXT.Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcWithFormElementContextPropsModifierConstructorDescriptionCreates a new executor for executing a with form element context node with the given params. -
Uses of FcWithFormElementContextProps in de.xima.fc.workflow.processor.factory
Subinterfaces with type arguments of type FcWithFormElementContextProps in de.xima.fc.workflow.processor.factoryModifier and TypeInterfaceDescriptioninterfaceBuilder for configuring a with form element context workflow action (FC_WITH_FORM_ELEMENT_CONTEXT).