Uses of Class
de.xima.fc.workflow.model.nodes.FcSaveToWebDavProps
-
-
Uses of FcSaveToWebDavProps in de.xima.fc.workflow.designer.bean.nodes
Method parameters in de.xima.fc.workflow.designer.bean.nodes with type arguments of type FcSaveToWebDavProps Modifier and Type Method Description void
FcSaveToWebDavBean. prepareViewForElement(IElementPropInitParams<FcSaveToWebDavProps> params)
-
Uses of FcSaveToWebDavProps in de.xima.fc.workflow.designer.bpmn.node.action
Fields in de.xima.fc.workflow.designer.bpmn.node.action with type parameters of type FcSaveToWebDavProps Modifier and Type Field Description static IWorkflowNodeBpmnModeler<FcSaveToWebDavProps>
FcSaveToWebDavBpmnModeler. INSTANCE
The immutable singleton instance of this modeler.Method parameters in de.xima.fc.workflow.designer.bpmn.node.action with type arguments of type FcSaveToWebDavProps Modifier and Type Method Description protected String
FcSaveToWebDavBpmnModeler. createDetails(IModelWorkflowNodeParams<FcSaveToWebDavProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer)
protected String
FcSaveToWebDavBpmnModeler. createName(IModelWorkflowNodeParams<FcSaveToWebDavProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer)
protected AServiceTaskBpmnModeler.IStatefulTaskLayoutPostProcessor
FcSaveToWebDavBpmnModeler. createTaskLayoutPostProcessor(IModelWorkflowNodeParams<FcSaveToWebDavProps> params, IWorkflowBpmnModelContext context)
-
Uses of FcSaveToWebDavProps in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcSaveToWebDavProps Modifier and Type Method Description IWorkflowNodeBpmnModeler<FcSaveToWebDavProps>
FcSaveToWebDavHandler. getBpmnModeler()
Class<FcSaveToWebDavProps>
FcSaveToWebDavHandler. getDataModelClass()
Class<? extends INodePropertiesBean<FcSaveToWebDavProps>>
FcSaveToWebDavHandler. getPropertiesBeanClass()
Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcSaveToWebDavProps Modifier and Type Method Description INormalCompletionResult
FcSaveToWebDavHandler. execute(INodeExecutionParams<FcSaveToWebDavProps> params)
ISummaryKeyValueModel
FcSaveToWebDavHandler. getElementSummaryKeyValueModel(IGetElementSummaryParams<FcSaveToWebDavProps> params)
boolean
FcSaveToWebDavHandler. isAvailable(IIsAvailableParams<FcSaveToWebDavProps> params)
-
Uses of FcSaveToWebDavProps in de.xima.fc.workflow.executor
Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcSaveToWebDavProps Constructor Description FcSaveToWebDavExecutor(INodeExecutionParams<FcSaveToWebDavProps> params)
Creates a new executor for executing a save to WebDAV action with the given params. -
Uses of FcSaveToWebDavProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcSaveToWebDavProps Modifier and Type Method Description static FcSaveToWebDavProps
WorkflowNodePropsFactory. saveToWebDav(MultiFile files, WebDavAccess conn, String path)
Creates a new workflow node model for aEWorkflowNodeType.FC_SAVE_TO_WEB_DAV
that gives the given file to a directory on a chosen WebDAV.static FcSaveToWebDavProps
WorkflowNodePropsFactory. saveToWebDav(MultiFile files, WebDavAccess conn, String path, boolean allowPathInPlaceholder)
Creates a new workflow node model for aEWorkflowNodeType.FC_SAVE_TO_WEB_DAV
that gives the given file to a directory on a chosen WebDAV.
-