Uses of Class
de.xima.fc.workflow.model.nodes.FcCreateTextFileProps
-
-
Uses of FcCreateTextFileProps in de.xima.fc.workflow.designer.bpmn.node.action
Fields in de.xima.fc.workflow.designer.bpmn.node.action with type parameters of type FcCreateTextFileProps Modifier and Type Field Description static IWorkflowNodeBpmnModeler<FcCreateTextFileProps>
FcCreateTextFileBpmnModeler. INSTANCE
The immutable singleton instance of this modeler.Method parameters in de.xima.fc.workflow.designer.bpmn.node.action with type arguments of type FcCreateTextFileProps Modifier and Type Method Description protected String
FcCreateTextFileBpmnModeler. createDetails(IModelWorkflowNodeParams<FcCreateTextFileProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer)
protected String
FcCreateTextFileBpmnModeler. createName(IModelWorkflowNodeParams<FcCreateTextFileProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer)
-
Uses of FcCreateTextFileProps in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcCreateTextFileProps Modifier and Type Method Description IWorkflowNodeBpmnModeler<FcCreateTextFileProps>
FcCreateTextFileHandler. getBpmnModeler()
Class<FcCreateTextFileProps>
FcCreateTextFileHandler. getDataModelClass()
Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcCreateTextFileProps Modifier and Type Method Description INormalCompletionResult
FcCreateTextFileHandler. execute(INodeExecutionParams<FcCreateTextFileProps> params)
ISummaryKeyValueModel
FcCreateTextFileHandler. getElementSummaryKeyValueModel(IGetElementSummaryParams<FcCreateTextFileProps> params)
-
Uses of FcCreateTextFileProps in de.xima.fc.workflow.executor
Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcCreateTextFileProps Constructor Description FcCreateTextFileExecutor(INodeExecutionParams<FcCreateTextFileProps> params)
Creates a new executor for executing a "create text" file action with the given params. -
Uses of FcCreateTextFileProps in de.xima.fc.workflow.model.nodes
Method parameters in de.xima.fc.workflow.model.nodes with type arguments of type FcCreateTextFileProps Modifier and Type Method Description void
FcCreateTextFileProps.ValidationGroup. addGroups(BaseGroupSequenceProvider.IGroupBuilder<FcCreateTextFileProps> builder)
-
Uses of FcCreateTextFileProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcCreateTextFileProps Modifier and Type Method Description static FcCreateTextFileProps
WorkflowNodePropsFactory. createTextFile(String fileName, String fileContent)
Creates a new workflow node model for aEWorkflowNodeType.FC_CREATE_TEXT_FILE
that creates a text file with the given content and the default encoding. -
Uses of FcCreateTextFileProps in de.xima.fc.workflow.retval.node
Methods in de.xima.fc.workflow.retval.node with parameters of type FcCreateTextFileProps Modifier and Type Method Description default IFileProvision
IFcCreateTextFileDescriptors. extractSingleFileProvision(FcCreateTextFileProps props)
-