Uses of Class
de.xima.fc.workflow.model.nodes.FcShowTemplateProps
-
-
Uses of FcShowTemplateProps in de.xima.fc.workflow.designer.bpmn.node.action
Fields in de.xima.fc.workflow.designer.bpmn.node.action with type parameters of type FcShowTemplateProps Modifier and Type Field Description static IWorkflowNodeBpmnModeler<FcShowTemplateProps>
FcShowTemplateBpmnModeler. INSTANCE
The immutable singleton instance of this modeler.Method parameters in de.xima.fc.workflow.designer.bpmn.node.action with type arguments of type FcShowTemplateProps Modifier and Type Method Description protected String
FcShowTemplateBpmnModeler. createDetails(IModelWorkflowNodeParams<FcShowTemplateProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer)
protected String
FcShowTemplateBpmnModeler. createName(IModelWorkflowNodeParams<FcShowTemplateProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer)
-
Uses of FcShowTemplateProps in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcShowTemplateProps Modifier and Type Method Description IWorkflowNodeBpmnModeler<FcShowTemplateProps>
FcShowTemplateHandler. getBpmnModeler()
Class<FcShowTemplateProps>
FcShowTemplateHandler. getDataModelClass()
Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcShowTemplateProps Modifier and Type Method Description INormalCompletionResult
FcShowTemplateHandler. execute(INodeExecutionParams<FcShowTemplateProps> params)
ISummaryKeyValueModel
FcShowTemplateHandler. getElementSummaryKeyValueModel(IGetElementSummaryParams<FcShowTemplateProps> params)
-
Uses of FcShowTemplateProps in de.xima.fc.workflow.executor
Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcShowTemplateProps Constructor Description FcShowTemplateExecutor(INodeExecutionParams<FcShowTemplateProps> params)
Creates 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 FcShowTemplateProps Modifier and Type Method Description static FcShowTemplateProps
WorkflowNodePropsFactory. showTemplate(Textbaustein htmlTemplate)
Creates a new workflow node model for aEWorkflowNodeType.FC_SHOW_TEMPLATE
that responds to an HTTP request with the given text template.
-