Uses of Class
de.xima.fc.workflow.designer.bpmn.model.ViewSettingsModel
Packages that use ViewSettingsModel
Package
Description
-
Uses of ViewSettingsModel in de.xima.fc.workflow.designer.bpmn.bean
Methods in de.xima.fc.workflow.designer.bpmn.bean that return ViewSettingsModelModifier and TypeMethodDescriptionWorkflowBpmnExportBean.getViewSettings()Gets the view settings for the BPMN diagram, indicating what parts of the workflow should be rendered. -
Uses of ViewSettingsModel in de.xima.fc.workflow.designer.bpmn.helper
Methods in de.xima.fc.workflow.designer.bpmn.helper with parameters of type ViewSettingsModelModifier and TypeMethodDescriptionBpmnExportViewHelper.createBpmnConverterInput(IBaseWorkflowEnvironmentData env, DeserializedWorkflow workflow, ViewSettingsModel viewSettings) static voidBpmnExportViewHelper.refreshAvailableTasks(ViewSettingsModel model, WorkflowProcess process) Refreshes the givenViewSettingsModelwith the tasks from the givenWorkflowProcess, preserving the selected tasks. -
Uses of ViewSettingsModel in de.xima.fc.workflow.designer.bpmn.model
Methods in de.xima.fc.workflow.designer.bpmn.model that return ViewSettingsModel