Uses of Interface
de.xima.fc.interfaces.workflow.elements.IElementHelpLocation
Packages that use IElementHelpLocation
Package
Description
The workflow engine is generic in the sense that it never checks the type of a
trigger or
node for special types, all logic is implemented in terms
of the ITriggerHandler and
INodeHandler interfaces.-
Uses of IElementHelpLocation in de.xima.fc.gui.common.bean.workflow
Methods in de.xima.fc.gui.common.bean.workflow with parameters of type IElementHelpLocationModifier and TypeMethodDescriptionvoidElementHelpLocationBean.fetchHtmlContent(IElementHelpLocation elementHelp) -
Uses of IElementHelpLocation in de.xima.fc.interfaces.workflow.elements
Methods in de.xima.fc.interfaces.workflow.elements that return IElementHelpLocationModifier and TypeMethodDescriptiondefault IElementHelpLocationIElementHandler.getHelpPageLocation(Locale locale) -
Uses of IElementHelpLocation in de.xima.fc.interfaces.workflow.mixin
Methods in de.xima.fc.interfaces.workflow.mixin that return IElementHelpLocationModifier and TypeMethodDescriptiondefault IElementHelpLocationIOfficialHelpPageElement.getHelpPageLocation(Locale locale) -
Uses of IElementHelpLocation in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement IElementHelpLocationModifier and TypeClassDescriptionfinal classPOJO implementation ofIElementHelpLocationwith some additional static factory methods for convenience.Methods in de.xima.fc.workflow that return IElementHelpLocationModifier and TypeMethodDescriptionstatic IElementHelpLocationElementHelpLocation.copyOf(IElementHelpLocation value) static IElementHelpLocationElementHelpLocation.forExternalLink(String url) static IElementHelpLocationElementHelpLocation.forExternalLink(URL url) static IElementHelpLocationElementHelpLocation.forHtmlFile(ClassLoader loader, String htmlPath, Charset encoding) static IElementHelpLocationElementHelpLocation.forHtmlFile(String htmlFile) static IElementHelpLocationElementHelpLocation.forOfficialHelpPage(String helpPagePath, Locale locale) Methods in de.xima.fc.workflow with parameters of type IElementHelpLocationModifier and TypeMethodDescriptionstatic IElementHelpLocationElementHelpLocation.copyOf(IElementHelpLocation value) -
Uses of IElementHelpLocation in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return IElementHelpLocation -
Uses of IElementHelpLocation in de.xima.fc.workflow.designer.helper
Methods in de.xima.fc.workflow.designer.helper that return IElementHelpLocation -
Uses of IElementHelpLocation in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model that return IElementHelpLocationModifier and TypeMethodDescriptionActivePropertiesModel.getElementHelp()ElementInfoPanelModel.getElementHelp()Info related to further help for the element, such as an inline HTML page or external web page.LoadPropsRetVal.getElementHelp()Methods in de.xima.fc.workflow.designer.model with parameters of type IElementHelpLocationModifier and TypeMethodDescriptionstatic <TModel,TBean>
ActivePropertiesModel<TModel, TBean> ActivePropertiesModel.of(String propertiesView, TBean bean, IElementWithTask<TModel> element, Object customProps, IElementHelpLocation elementHelp) voidElementInfoPanelModel.setElementHelp(IElementHelpLocation elementHelp) Info related to further help for the element, such as an inline HTML page or external web page.Constructors in de.xima.fc.workflow.designer.model with parameters of type IElementHelpLocationModifierConstructorDescriptionLoadPropsRetVal(String propertiesView, TBean bean, IElementWithTask<TModel> nodeModel, com.alibaba.fastjson.JSONObject customPropsJson, Object customProps, IElementHelpLocation elementHelp)