Uses of Interface
de.xima.fc.interfaces.workflow.mixin.IElementCategory
-
-
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 IElementCategory
IElementPrototypeDescriptor. getMainCategory()
IElementCategory
IElementPrototypeDescriptor. 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 IElementCategory
ISingleElementPrototype. getMainCategory(IGetElementPrototypesParams params)
default IElementCategory
ISingleElementPrototype. 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 IElementCategory
ElementPrototypeDescriptor. getMainCategory()
IElementCategory
ElementPrototypeDescriptor. 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 class
EWorkflowElementCategory
Enumeration 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 IElementCategory
IPluginActionNodeHandler. getMainCategory(IGetElementPrototypesParams params)
default IElementCategory
IPluginTriggerHandler. getMainCategory(IGetElementPrototypesParams params)
-