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 void
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 ActivePropertiesModel Modifier and Type Method Description static 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 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)
-