Uses of Class
de.xima.fc.workflow.designer.model.ActivePropertiesModel
- 
Packages that use ActivePropertiesModel Package Description de.xima.fc.workflow.designer.bean de.xima.fc.workflow.designer.helper de.xima.fc.workflow.designer.model  - 
- 
Uses of ActivePropertiesModel in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return ActivePropertiesModel Modifier and Type Method Description ActivePropertiesModel<NodeModel,? extends INodePropertiesBean<?>>WorkflowModelBean. getNodePropertiesModel()ActivePropertiesModel<TriggerModel,? extends ITriggerPropertiesBean<?>>WorkflowModelBean. getTriggerPropertiesModel()Methods in de.xima.fc.workflow.designer.bean with parameters of type ActivePropertiesModel Modifier and Type Method Description voidWorkflowModelBean. 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 ActivePropertiesModel Modifier and Type Method Description static 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 ActivePropertiesModel Modifier and Type Method Description static <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<TModel,TBean>ActivePropertiesModel. withTaskUuid(UUID taskUuid) 
 -