Uses of Class
de.xima.fc.workflow.designer.model.LoadPropsRetVal
Packages that use LoadPropsRetVal
-
Uses of LoadPropsRetVal in de.xima.fc.workflow.designer.helper
Methods in de.xima.fc.workflow.designer.helper that return LoadPropsRetValModifier and TypeMethodDescriptionstatic LoadPropsRetVal<NodeModel,
INodePropertiesBean<?>> ElementPropertiesHelper.loadPropertiesViewNode
(IElementWithTask<NodeModel> nodeWithTask, Map<ElementKey, com.alibaba.fastjson.JSONObject> customParamsMap, Set<PluginBeanHelper<?, ?>> usedBeanHelpers, IBaseWorkflowEnvironmentData env) Loads the XHTML page, the bean and the custom properties for the given node that is to be edited when that node is selected.static LoadPropsRetVal<TriggerModel,
ITriggerPropertiesBean<?>> ElementPropertiesHelper.loadPropertiesViewTrigger
(IElementWithTask<TriggerModel> triggerWithTask, Map<ElementKey, com.alibaba.fastjson.JSONObject> customParamsMap, Set<PluginBeanHelper<?, ?>> usedBeanHelpers, IBaseWorkflowEnvironmentData env) Loads the XHTML page, the bean and the custom properties for the given trigger that is to be edited when that trigger is selected.