Uses of Class
de.xima.fc.workflow.model.nodes.FcDeleteAttachmentProps
-
Packages that use FcDeleteAttachmentProps Package Description de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.executor de.xima.fc.workflow.processor.factory -
-
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 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.
-