Uses of Class
de.xima.fc.workflow.model.nodes.FcShowTemplateProps
- 
Packages that use FcShowTemplateProps Package Description de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.executor  - 
- 
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 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 INormalCompletionResultFcShowTemplateHandler. execute(INodeExecutionParams<FcShowTemplateProps> params)ISummaryKeyValueModelFcShowTemplateHandler. 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. 
 -