Uses of Interface
de.xima.fc.interfaces.workflow.mixin.IElementCategory
-
-
Uses of IElementCategory in de.xima.fc.e2e.containerplugin.plugin
Methods in de.xima.fc.e2e.containerplugin.plugin that return IElementCategory Modifier and Type Method Description IElementCategoryRedirectToClientInboxNodePlugin. getMainCategory(IGetElementPrototypesParams params)IElementCategoryRedirectToFormRecordNodePlugin. getMainCategory(IGetElementPrototypesParams params)IElementCategoryRedirectToClientInboxNodePlugin. getSubCategory(IGetElementPrototypesParams params)IElementCategoryRedirectToFormRecordNodePlugin. getSubCategory(IGetElementPrototypesParams params) -
Uses of IElementCategory in de.xima.fc.interfaces.workflow.elements
Methods in de.xima.fc.interfaces.workflow.elements that return IElementCategory Modifier and Type Method Description IElementCategoryIElementPrototypeDescriptor. getMainCategory()IElementCategoryIElementPrototypeDescriptor. getSubCategory()(Optional) -
Uses of IElementCategory in de.xima.fc.interfaces.workflow.mixin
Methods in de.xima.fc.interfaces.workflow.mixin that return IElementCategory Modifier and Type Method Description IElementCategoryISingleElementPrototype. getMainCategory(IGetElementPrototypesParams params)default IElementCategoryISingleElementPrototype. getSubCategory(IGetElementPrototypesParams params)Optional sub category. -
Uses of IElementCategory in de.xima.fc.workflow
Methods in de.xima.fc.workflow that return IElementCategory Modifier and Type Method Description IElementCategoryElementPrototypeDescriptor. getMainCategory()IElementCategoryElementPrototypeDescriptor. getSubCategory()Constructors in de.xima.fc.workflow with parameters of type IElementCategory Constructor Description ElementPrototypeDescriptor(TPayload payload, String label, IGuiIcon icon, String subLabel, String title, String sortKey, IElementCategory mainCategory, IElementCategory subCategory, Set<EElementPrototypeTag> tags, String searchText)Creates a new POJO with the given data.NodePrototypeDescriptor(INodePrototypeData<TData> payload, String label, IGuiIcon icon, String subLabel, String title, String sortKey, IElementCategory mainCategory, IElementCategory subCategory, Set<EElementPrototypeTag> tags, String searchText)Creates a new POJO with the given data.TriggerPrototypeDescriptor(ITriggerPrototypeData<TData> payload, String label, IGuiIcon icon, String subLabel, String title, String sortKey, IElementCategory mainCategory, IElementCategory subCategory, Set<EElementPrototypeTag> tags, String searchText)Creates a new POJO with the given data. -
Uses of IElementCategory in de.xima.fc.workflow.designer.registry.nodes
-
Uses of IElementCategory in de.xima.fc.workflow.designer.registry.triggers
-
Uses of IElementCategory in de.xima.fc.workflow.enums
Classes in de.xima.fc.workflow.enums that implement IElementCategory Modifier and Type Class Description classEWorkflowElementCategoryEnumeration of built-in categories for workflow nodes and triggers. -
Uses of IElementCategory in de.xima.fc.workflow.mixin
Methods in de.xima.fc.workflow.mixin that return IElementCategory Modifier and Type Method Description default IElementCategoryIPluginActionNodeHandler. getMainCategory(IGetElementPrototypesParams params)default IElementCategoryIPluginConditionNodeHandler. getMainCategory(IGetElementPrototypesParams params)default IElementCategoryIPluginTriggerHandler. getMainCategory(IGetElementPrototypesParams params)
-