Uses of Class
de.xima.fc.workflow.model.nodes.FcDeleteAttachmentProps
Packages that use FcDeleteAttachmentProps
Package
Description
-
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 FcDeleteAttachmentPropsMethod parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcDeleteAttachmentPropsModifier and TypeMethodDescriptionFcDeleteAttachmentHandler.execute
(INodeExecutionParams<FcDeleteAttachmentProps> params) 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 FcDeleteAttachmentPropsModifierConstructorDescriptionCreates 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 FcDeleteAttachmentPropsModifier and TypeMethodDescriptionstatic FcDeleteAttachmentProps
WorkflowNodePropsFactory.deleteAttachment
(MultiAttachment attachmentsToDelete) Creates a new workflow node model for aEWorkflowNodeType.FC_DELETE_ATTACHMENT
that deletes attachments from the current form record.