Uses of Interface
de.xima.fc.interfaces.workflow.triggers.ITriggerPropertiesBean
Packages that use ITriggerPropertiesBean
Package
Description
- 
Uses of ITriggerPropertiesBean in de.xima.fc.interfaces.workflow.triggers
Methods in de.xima.fc.interfaces.workflow.triggers that return types with arguments of type ITriggerPropertiesBeanModifier and TypeMethodDescriptiondefault Class<? extends ITriggerPropertiesBean<TData>>ITriggerHandler.getPropertiesBeanClass() - 
Uses of ITriggerPropertiesBean in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return types with arguments of type ITriggerPropertiesBeanModifier and TypeMethodDescriptionActivePropertiesModel<TriggerModel,? extends ITriggerPropertiesBean<?>> WorkflowModelBean.getTriggerPropertiesModel()Method parameters in de.xima.fc.workflow.designer.bean with type arguments of type ITriggerPropertiesBeanModifier and TypeMethodDescriptionvoidWorkflowModelBean.setTriggerPropertiesModel(ActivePropertiesModel<TriggerModel, ? extends ITriggerPropertiesBean<?>> triggerPropertiesModel)  - 
Uses of ITriggerPropertiesBean in de.xima.fc.workflow.designer.bean.triggers
Classes in de.xima.fc.workflow.designer.bean.triggers that implement ITriggerPropertiesBeanModifier and TypeClassDescriptionclassBean for the properties panel ofEWorkflowTriggerType.FC_TIME_POINTtrigger workflow elements.classBean for the properties panel ofEWorkflowTriggerType.FC_TIME_POINTtrigger workflow elements. - 
Uses of ITriggerPropertiesBean in de.xima.fc.workflow.designer.helper
Methods in de.xima.fc.workflow.designer.helper that return types with arguments of type ITriggerPropertiesBeanModifier and TypeMethodDescriptionstatic 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.Method parameters in de.xima.fc.workflow.designer.helper with type arguments of type ITriggerPropertiesBeanModifier and TypeMethodDescriptionstatic 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.updateParamsOfSelectedTrigger(FlowchartModel flowchartModel, ActivePropertiesModel<TriggerModel, ? extends ITriggerPropertiesBean<?>> triggerPropertiesModel, Mandant client) static voidElementPropertiesHelper.updateTaskOfSelectedTrigger(UUID oldTaskUuid, ActivePropertiesModel<TriggerModel, ? extends ITriggerPropertiesBean<?>> triggerPropertiesModel, Mandant client)  - 
Uses of ITriggerPropertiesBean in de.xima.fc.workflow.designer.registry.triggers
Methods in de.xima.fc.workflow.designer.registry.triggers that return types with arguments of type ITriggerPropertiesBeanModifier and TypeMethodDescriptionClass<? extends ITriggerPropertiesBean<FcStateTimerProps>>FcStateTimerHandler.getPropertiesBeanClass()Class<? extends ITriggerPropertiesBean<FcTimePointProps>>FcTimePointHandler.getPropertiesBeanClass() - 
Uses of ITriggerPropertiesBean in de.xima.fc.workflow.mixin
Subinterfaces of ITriggerPropertiesBean in de.xima.fc.workflow.mixinModifier and TypeInterfaceDescriptioninterfaceITriggerPropertyPluginBean<TData>Workaround for Java not having intersection types.Methods in de.xima.fc.workflow.mixin that return types with arguments of type ITriggerPropertiesBeanModifier and TypeMethodDescriptiondefault Class<? extends ITriggerPropertiesBean<TData>>IPluginTriggerHandler.getPropertiesBeanClass()