Uses of Interface
de.xima.fc.interfaces.workflow.mixin.IElementCategory
Packages that use IElementCategory
Package
Description
-
Uses of IElementCategory in de.xima.fc.interfaces.workflow.elements
Methods in de.xima.fc.interfaces.workflow.elements that return IElementCategoryModifier and TypeMethodDescriptionIElementPrototypeDescriptor.getMainCategory()Gets the element's main category, which is used for grouping the elements.IElementPrototypeDescriptor.getSubCategory()The optional sub category, which is used for grouping the element within the given main group. -
Uses of IElementCategory in de.xima.fc.interfaces.workflow.mixin
Methods in de.xima.fc.interfaces.workflow.mixin that return IElementCategoryModifier and TypeMethodDescriptionISingleElementPrototype.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 IElementCategoryModifier and TypeMethodDescriptionElementPrototypeDescriptor.getMainCategory()ElementPrototypeDescriptor.getSubCategory()Methods in de.xima.fc.workflow with parameters of type IElementCategoryModifier and TypeMethodDescriptionElementPrototypeDescriptor.ElementPrototypeBuilder.mainCategory(IElementCategory mainCategory) Sets the element's main category, which is used for grouping the elements.ElementPrototypeDescriptor.ElementPrototypeBuilder.subCategory(IElementCategory subCategory) Set the optional sub category, which is used for grouping the element within the given main group.Constructors in de.xima.fc.workflow with parameters of type IElementCategoryModifierConstructorDescriptionElementPrototypeDescriptor(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
Methods in de.xima.fc.workflow.designer.registry.nodes that return IElementCategoryModifier and TypeMethodDescriptionFcChangeFormAvailabilityHandler.getMainCategory(IGetElementPrototypesParams params) FcChangeFormValueHandler.getMainCategory(IGetElementPrototypesParams params) FcCompressAsZipHandler.getMainCategory(IGetElementPrototypesParams params) FcCopyFormRecordHandler.getMainCategory(IGetElementPrototypesParams params) FcCounterHandler.getMainCategory(IGetElementPrototypesParams params) FcCreateTextFileHandler.getMainCategory(IGetElementPrototypesParams params) FcDecodeBase64Handler.getMainCategory(IGetElementPrototypesParams params) FcDeleteAttachmentHandler.getMainCategory(IGetElementPrototypesParams params) FcDeleteFormRecordHandler.getMainCategory(IGetElementPrototypesParams params) FcDoiInitHandler.getMainCategory(IGetElementPrototypesParams params) FcEmailHandler.getMainCategory(IGetElementPrototypesParams params) FcEncodeBase64Handler.getMainCategory(IGetElementPrototypesParams params) FcExperimentHandler.getMainCategory(IGetElementPrototypesParams params) FcExportToPersistenceHandler.getMainCategory(IGetElementPrototypesParams params) FcExportToXmlHandler.getMainCategory(IGetElementPrototypesParams params) FcFillPdfHandler.getMainCategory(IGetElementPrototypesParams params) FcFillWordHandler.getMainCategory(IGetElementPrototypesParams params) FcHttpRequestHandler.getMainCategory(IGetElementPrototypesParams params) FcImportFormValueFromXmlHandler.getMainCategory(IGetElementPrototypesParams params) FcLdapQueryHandler.getMainCategory(IGetElementPrototypesParams params) FcLogEntryHandler.getMainCategory(IGetElementPrototypesParams params) FcMoveFormRecordToInboxHandler.getMainCategory(IGetElementPrototypesParams params) FcMultipleConditionHandler.getMainCategory(IGetElementPrototypesParams params) FcProcessLogPdfHandler.getMainCategory(IGetElementPrototypesParams params) FcProvideResourceHandler.getMainCategory(IGetElementPrototypesParams params) FcQueueTaskHandler.getMainCategory(IGetElementPrototypesParams params) FcRedirectHandler.getMainCategory(IGetElementPrototypesParams params) FcRenewProcessIdHandler.getMainCategory(IGetElementPrototypesParams params) FcReturnFileHandler.getMainCategory(IGetElementPrototypesParams params) FcReturnHandler.getMainCategory(IGetElementPrototypesParams params) FcSaveToFileSystemHandler.getMainCategory(IGetElementPrototypesParams params) FcSaveToWebDavHandler.getMainCategory(IGetElementPrototypesParams params) FcSetSavedFlagHandler.getMainCategory(IGetElementPrototypesParams params) FcShowTemplateHandler.getMainCategory(IGetElementPrototypesParams params) FcSqlStatementHandler.getMainCategory(IGetElementPrototypesParams params) FcSwitchHandler.getMainCategory(IGetElementPrototypesParams params) FcThrowExceptionHandler.getMainCategory(IGetElementPrototypesParams params) FcWriteFormRecordAttrHandler.getMainCategory(IGetElementPrototypesParams params) FcChangeFormAvailabilityHandler.getSubCategory(IGetElementPrototypesParams params) FcChangeFormValueHandler.getSubCategory(IGetElementPrototypesParams params) FcCompressAsZipHandler.getSubCategory(IGetElementPrototypesParams params) FcCopyFormRecordHandler.getSubCategory(IGetElementPrototypesParams params) FcCounterHandler.getSubCategory(IGetElementPrototypesParams params) FcCreateTextFileHandler.getSubCategory(IGetElementPrototypesParams params) FcDecodeBase64Handler.getSubCategory(IGetElementPrototypesParams params) FcDeleteAttachmentHandler.getSubCategory(IGetElementPrototypesParams params) FcDeleteFormRecordHandler.getSubCategory(IGetElementPrototypesParams params) FcDoiInitHandler.getSubCategory(IGetElementPrototypesParams params) FcEmailHandler.getSubCategory(IGetElementPrototypesParams params) FcEncodeBase64Handler.getSubCategory(IGetElementPrototypesParams params) FcExportToPersistenceHandler.getSubCategory(IGetElementPrototypesParams params) FcExportToXmlHandler.getSubCategory(IGetElementPrototypesParams params) FcFillPdfHandler.getSubCategory(IGetElementPrototypesParams params) FcFillWordHandler.getSubCategory(IGetElementPrototypesParams params) FcHttpRequestHandler.getSubCategory(IGetElementPrototypesParams params) FcImportFormValueFromXmlHandler.getSubCategory(IGetElementPrototypesParams params) FcLdapQueryHandler.getSubCategory(IGetElementPrototypesParams params) FcLogEntryHandler.getSubCategory(IGetElementPrototypesParams params) FcMoveFormRecordToInboxHandler.getSubCategory(IGetElementPrototypesParams params) FcProcessLogPdfHandler.getSubCategory(IGetElementPrototypesParams params) FcProvideResourceHandler.getSubCategory(IGetElementPrototypesParams params) FcQueueTaskHandler.getSubCategory(IGetElementPrototypesParams params) FcRedirectHandler.getSubCategory(IGetElementPrototypesParams params) FcRenewProcessIdHandler.getSubCategory(IGetElementPrototypesParams params) FcReturnFileHandler.getSubCategory(IGetElementPrototypesParams params) FcReturnHandler.getSubCategory(IGetElementPrototypesParams params) FcSaveToFileSystemHandler.getSubCategory(IGetElementPrototypesParams params) FcSaveToWebDavHandler.getSubCategory(IGetElementPrototypesParams params) FcSetSavedFlagHandler.getSubCategory(IGetElementPrototypesParams params) FcShowTemplateHandler.getSubCategory(IGetElementPrototypesParams params) FcSqlStatementHandler.getSubCategory(IGetElementPrototypesParams params) FcThrowExceptionHandler.getSubCategory(IGetElementPrototypesParams params) FcWriteFormRecordAttrHandler.getSubCategory(IGetElementPrototypesParams params) -
Uses of IElementCategory in de.xima.fc.workflow.designer.registry.triggers
Methods in de.xima.fc.workflow.designer.registry.triggers that return IElementCategoryModifier and TypeMethodDescriptionFcCatchErrorHandler.getMainCategory(IGetElementPrototypesParams params) FcDoiVerifiedHandler.getMainCategory(IGetElementPrototypesParams params) FcFormSubmitButtonHandler.getMainCategory(IGetElementPrototypesParams params) FcInvitationErrorHandler.getMainCategory(IGetElementPrototypesParams params) FcInvitationSentHandler.getMainCategory(IGetElementPrototypesParams params) FcManualHandler.getMainCategory(IGetElementPrototypesParams params) FcStateTimerHandler.getMainCategory(IGetElementPrototypesParams params) FcTimePointHandler.getMainCategory(IGetElementPrototypesParams params) FcCatchErrorHandler.getSubCategory(IGetElementPrototypesParams params) FcDoiVerifiedHandler.getSubCategory(IGetElementPrototypesParams params) FcFormSubmitButtonHandler.getSubCategory(IGetElementPrototypesParams params) FcInvitationErrorHandler.getSubCategory(IGetElementPrototypesParams params) FcInvitationSentHandler.getSubCategory(IGetElementPrototypesParams params) FcManualHandler.getSubCategory(IGetElementPrototypesParams params) FcStateTimerHandler.getSubCategory(IGetElementPrototypesParams params) FcTimePointHandler.getSubCategory(IGetElementPrototypesParams params) -
Uses of IElementCategory in de.xima.fc.workflow.enums
Classes in de.xima.fc.workflow.enums that implement IElementCategoryModifier and TypeClassDescriptionenumEnumeration 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 IElementCategoryModifier and TypeMethodDescriptiondefault IElementCategoryIPluginActionNodeHandler.getMainCategory(IGetElementPrototypesParams params) default IElementCategoryIPluginConditionNodeHandler.getMainCategory(IGetElementPrototypesParams params) default IElementCategoryIPluginTriggerHandler.getMainCategory(IGetElementPrototypesParams params)