Uses of Interface
de.xima.fc.interfaces.workflow.triggers.ITriggerPropertiesBean
-
-
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 ITriggerPropertiesBean Modifier and Type Method Description default Class<? extends ITriggerPropertiesBean<Model>>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 ITriggerPropertiesBean Modifier and Type Method Description ActivePropertiesModel<TriggerModel,? extends ITriggerPropertiesBean<?>>WorkflowModelBean. getTriggerPropertiesModel()Method parameters in de.xima.fc.workflow.designer.bean with type arguments of type ITriggerPropertiesBean Modifier and Type Method Description voidWorkflowModelBean. 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 ITriggerPropertiesBean Modifier and Type Class Description classFcStateTimerBeanBean for the properties panel ofEWorkflowTriggerType.FC_TIME_POINTtrigger workflow elements.classFcTimePointBeanBean 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 ITriggerPropertiesBean Modifier and Type Method Description 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.Method parameters in de.xima.fc.workflow.designer.helper with type arguments of type ITriggerPropertiesBean Modifier and Type Method Description 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. 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 ITriggerPropertiesBean Modifier and Type Method Description Class<? 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.mixin Modifier and Type Interface Description interfaceITriggerPropertyPluginBean<TData>Workaround for Java not having intersection types.Methods in de.xima.fc.workflow.mixin that return types with arguments of type ITriggerPropertiesBean Modifier and Type Method Description default Class<? extends ITriggerPropertiesBean<TData>>IPluginTriggerHandler. getPropertiesBeanClass()
-