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 TypeMethodDescriptionvoid
WorkflowModelBean.setNodePropertiesModel
(ActivePropertiesModel<NodeModel, ? extends INodePropertiesBean<?>> nodePropertiesModel) void
WorkflowModelBean.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 void
ElementPropertiesHelper.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 void
ElementPropertiesHelper.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 void
ElementPropertiesHelper.updateParamsOfSelectedNode
(FlowchartModel flowchartModel, ActivePropertiesModel<NodeModel, ? extends INodePropertiesBean<?>> nodePropertiesModel, Mandant client) static void
ElementPropertiesHelper.updateParamsOfSelectedTrigger
(FlowchartModel flowchartModel, ActivePropertiesModel<TriggerModel, ? extends ITriggerPropertiesBean<?>> triggerPropertiesModel, Mandant client) static void
ElementPropertiesHelper.updateTaskOfSelectedNode
(UUID oldTaskUuid, ActivePropertiesModel<NodeModel, ? extends INodePropertiesBean<?>> nodePropertiesModel, Mandant client) static void
ElementPropertiesHelper.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)