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.bpmn.node.action
Subclasses with type arguments of type FcDeleteAttachmentProps in de.xima.fc.workflow.designer.bpmn.node.actionFields in de.xima.fc.workflow.designer.bpmn.node.action with type parameters of type FcDeleteAttachmentPropsModifier and TypeFieldDescriptionFcDeleteAttachmentBpmnModeler.INSTANCEThe immutable singleton instance of this modeler.Method parameters in de.xima.fc.workflow.designer.bpmn.node.action with type arguments of type FcDeleteAttachmentPropsModifier and TypeMethodDescriptionprotected StringFcDeleteAttachmentBpmnModeler.createDetails(IModelWorkflowNodeParams<FcDeleteAttachmentProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer) protected StringFcDeleteAttachmentBpmnModeler.createName(IModelWorkflowNodeParams<FcDeleteAttachmentProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer) -
Uses of FcDeleteAttachmentProps in de.xima.fc.workflow.designer.registry.nodes
Classes in de.xima.fc.workflow.designer.registry.nodes that implement interfaces with type arguments of type FcDeleteAttachmentPropsModifier and TypeClassDescriptionfinal classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_DELETE_ATTACHMENT.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_DELETE_ATTACHMENT.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_DELETE_ATTACHMENT.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_DELETE_ATTACHMENT.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_DELETE_ATTACHMENT.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_DELETE_ATTACHMENT.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_DELETE_ATTACHMENT.Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcDeleteAttachmentPropsModifier and TypeMethodDescriptionFcDeleteAttachmentHandler.getBpmnModeler()FcDeleteAttachmentHandler.getDataModelClass()Method 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
Subclasses with type arguments of type FcDeleteAttachmentProps in de.xima.fc.workflow.executorModifier and TypeClassDescriptionfinal classHandler for executing a workflow action of typeEWorkflowNodeType.FC_DELETE_ATTACHMENT.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 FcDeleteAttachmentPropsWorkflowNodePropsFactory.deleteAttachment(MultiAttachment attachmentsToDelete) Creates a new workflow node model for aEWorkflowNodeType.FC_DELETE_ATTACHMENTthat deletes attachments from the current form record.