Uses of Class
de.xima.fc.workflow.designer.model.ActivePropertiesModel
Packages that use ActivePropertiesModel
Package
Description
- 
Uses of ActivePropertiesModel in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return ActivePropertiesModelModifier and TypeMethodDescriptionActivePropertiesModel<NodeModel,? extends INodePropertiesBean<?>> WorkflowModelBean.getNodePropertiesModel()ActivePropertiesModel<TriggerModel,? extends ITriggerPropertiesBean<?>> WorkflowModelBean.getTriggerPropertiesModel()Methods in de.xima.fc.workflow.designer.bean with parameters of type ActivePropertiesModelModifier and TypeMethodDescriptionvoidWorkflowModelBean.setNodePropertiesModel(ActivePropertiesModel<NodeModel, ? extends INodePropertiesBean<?>> nodePropertiesModel) voidWorkflowModelBean.setTriggerPropertiesModel(ActivePropertiesModel<TriggerModel, ? extends ITriggerPropertiesBean<?>> triggerPropertiesModel)  - 
Uses of ActivePropertiesModel in de.xima.fc.workflow.designer.helper
Methods in de.xima.fc.workflow.designer.helper with parameters of type ActivePropertiesModelModifier and TypeMethodDescriptionstatic voidElementPropertiesHelper.queuePropertiesUpdateNode(FlowchartModel flowchartModel, ActivePropertiesModel<NodeModel, ? extends INodePropertiesBean<?>> propertiesModel, Mandant client) Reads the custom parameters for the given node, and stores them in the given flowchart model.static voidElementPropertiesHelper.queuePropertiesUpdateTrigger(FlowchartModel flowchartModel, ActivePropertiesModel<TriggerModel, ? extends ITriggerPropertiesBean<?>> propertiesModel, Mandant client) Reads the custom parameters for the given trigger, and stores them in the given flowchart model.static voidElementPropertiesHelper.updateParamsOfSelectedNode(FlowchartModel flowchartModel, ActivePropertiesModel<NodeModel, ? extends INodePropertiesBean<?>> nodePropertiesModel, Mandant client) static voidElementPropertiesHelper.updateParamsOfSelectedTrigger(FlowchartModel flowchartModel, ActivePropertiesModel<TriggerModel, ? extends ITriggerPropertiesBean<?>> triggerPropertiesModel, Mandant client) static voidElementPropertiesHelper.updateTaskOfSelectedNode(UUID oldTaskUuid, ActivePropertiesModel<NodeModel, ? extends INodePropertiesBean<?>> nodePropertiesModel, Mandant client) static voidElementPropertiesHelper.updateTaskOfSelectedTrigger(UUID oldTaskUuid, ActivePropertiesModel<TriggerModel, ? extends ITriggerPropertiesBean<?>> triggerPropertiesModel, Mandant client)  - 
Uses of ActivePropertiesModel in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model that return ActivePropertiesModelModifier and TypeMethodDescriptionstatic <TModel,TBean> 
ActivePropertiesModel<TModel,TBean> ActivePropertiesModel.empty()static <TModel,TBean> 
ActivePropertiesModel<TModel,TBean> ActivePropertiesModel.of(String propertiesView, TBean bean, IElementWithTask<TModel> element, Object customProps, IElementHelpLocation elementHelp) ActivePropertiesModel.withTaskUuid(UUID taskUuid)