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. INSTANCEThe 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 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
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 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. 
 -