Uses of Class
de.xima.fc.workflow.model.nodes.FcDeleteAttachmentProps
-
-
Uses of FcDeleteAttachmentProps in de.xima.fc.workflow.designer.bpmn.node.action
Fields in de.xima.fc.workflow.designer.bpmn.node.action with type parameters of type FcDeleteAttachmentProps Modifier and Type Field Description static IWorkflowNodeBpmnModeler<FcDeleteAttachmentProps>
FcDeleteAttachmentBpmnModeler. INSTANCE
The immutable singleton instance of this modeler.Method parameters in de.xima.fc.workflow.designer.bpmn.node.action with type arguments of type FcDeleteAttachmentProps Modifier and Type Method Description protected String
FcDeleteAttachmentBpmnModeler. createDetails(IModelWorkflowNodeParams<FcDeleteAttachmentProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer)
protected String
FcDeleteAttachmentBpmnModeler. createName(IModelWorkflowNodeParams<FcDeleteAttachmentProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer)
-
Uses of FcDeleteAttachmentProps in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcDeleteAttachmentProps Modifier and Type Method Description IWorkflowNodeBpmnModeler<FcDeleteAttachmentProps>
FcDeleteAttachmentHandler. getBpmnModeler()
Class<FcDeleteAttachmentProps>
FcDeleteAttachmentHandler. getDataModelClass()
Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcDeleteAttachmentProps Modifier and Type Method Description INormalCompletionResult
FcDeleteAttachmentHandler. execute(INodeExecutionParams<FcDeleteAttachmentProps> params)
ISummaryKeyValueModel
FcDeleteAttachmentHandler. getElementSummaryKeyValueModel(IGetElementSummaryParams<FcDeleteAttachmentProps> params)
-
Uses of FcDeleteAttachmentProps in de.xima.fc.workflow.executor
Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcDeleteAttachmentProps Constructor Description FcDeleteAttachmentExecutor(INodeExecutionParams<FcDeleteAttachmentProps> params)
Creates a new executor for executing a delete attachment action with the given parameters. -
Uses of FcDeleteAttachmentProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcDeleteAttachmentProps Modifier and Type Method Description static FcDeleteAttachmentProps
WorkflowNodePropsFactory. deleteAttachment(MultiAttachment attachmentsToDelete)
Creates a new workflow node model for aEWorkflowNodeType.FC_DELETE_ATTACHMENT
that deletes attachments from the current form record.
-