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 INormalCompletionResultFcDeleteAttachmentHandler. execute(INodeExecutionParams<FcDeleteAttachmentProps> params)ISummaryKeyValueModelFcDeleteAttachmentHandler. 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 FcDeleteAttachmentPropsWorkflowNodePropsFactory. deleteAttachment(MultiAttachment attachmentsToDelete)Creates a new workflow node model for aEWorkflowNodeType.FC_DELETE_ATTACHMENTthat deletes attachments from the current form record.
-