Uses of Class
de.xima.fc.workflow.model.nodes.FcShowTemplateProps
Packages that use FcShowTemplateProps
Package
Description
-
Uses of FcShowTemplateProps in de.xima.fc.workflow.designer.bpmn.node.action
Subclasses with type arguments of type FcShowTemplateProps in de.xima.fc.workflow.designer.bpmn.node.actionFields in de.xima.fc.workflow.designer.bpmn.node.action with type parameters of type FcShowTemplatePropsModifier and TypeFieldDescriptionFcShowTemplateBpmnModeler.INSTANCEThe immutable singleton instance of this modeler.Method parameters in de.xima.fc.workflow.designer.bpmn.node.action with type arguments of type FcShowTemplatePropsModifier and TypeMethodDescriptionprotected StringFcShowTemplateBpmnModeler.createDetails(IModelWorkflowNodeParams<FcShowTemplateProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer) protected StringFcShowTemplateBpmnModeler.createName(IModelWorkflowNodeParams<FcShowTemplateProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer) -
Uses of FcShowTemplateProps 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 FcShowTemplatePropsModifier and TypeClassDescriptionfinal classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_SHOW_TEMPLATE.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_SHOW_TEMPLATE.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_SHOW_TEMPLATE.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_SHOW_TEMPLATE.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_SHOW_TEMPLATE.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_SHOW_TEMPLATE.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_SHOW_TEMPLATE.Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcShowTemplatePropsModifier and TypeMethodDescriptionFcShowTemplateHandler.getBpmnModeler()FcShowTemplateHandler.getDataModelClass()Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcShowTemplatePropsModifier and TypeMethodDescriptionFcShowTemplateHandler.execute(INodeExecutionParams<FcShowTemplateProps> params) FcShowTemplateHandler.getElementSummaryKeyValueModel(IGetElementSummaryParams<FcShowTemplateProps> params) -
Uses of FcShowTemplateProps in de.xima.fc.workflow.executor
Subclasses with type arguments of type FcShowTemplateProps in de.xima.fc.workflow.executorModifier and TypeClassDescriptionfinal classHandler for executing a workflow action of typeEWorkflowNodeType.FC_SHOW_TEMPLATE.Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcShowTemplatePropsModifierConstructorDescriptionCreates a new executor for executing a show template action with the given parameters. -
Uses of FcShowTemplateProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcShowTemplatePropsModifier and TypeMethodDescriptionstatic FcShowTemplatePropsWorkflowNodePropsFactory.showTemplate(Textbaustein htmlTemplate) Creates a new workflow node model for aEWorkflowNodeType.FC_SHOW_TEMPLATEthat responds to an HTTP request with the given text template.