Uses of Enum
de.xima.fc.plugin.enums.EPluginScope
Packages that use EPluginScope
Package
Description
Package for API access to system configuration.
-
Uses of EPluginScope in de.xima.fc.api.system
Methods in de.xima.fc.api.system that return types with arguments of type EPluginScopeModifier and TypeMethodDescriptionPluginAPI.getPluginNameMap
(UserContext uc, Mandant client, EPluginTypes type) Deprecated.PluginAPI.getPluginNameMap
(UserContext uc, Mandant client, Class<? extends IFCPlugin> type) Deprecated. -
Uses of EPluginScope in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system that return types with arguments of type EPluginScopeModifier and TypeMethodDescriptionIPluginHandler.getPluginNameMap
(UserContext uc, Mandant mandant, Class<? extends IFCPlugin> type) -
Uses of EPluginScope in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system that return types with arguments of type EPluginScopeModifier and TypeMethodDescriptionPluginHandler.getPluginNameMap
(UserContext uc, Mandant mandant, Class<? extends IFCPlugin> type) -
Uses of EPluginScope in de.xima.fc.plugin
Methods in de.xima.fc.plugin that return types with arguments of type EPluginScopeModifier and TypeMethodDescriptionstatic <T extends IFCPlugin>
Map<EPluginScope,Set<String>> PluginManager.getPluginNameMap
(Mandant mandant, Class<T> clazz) Deprecated.static Map<EPluginScope,
Set<String>> PluginManager.getPluginNameMap
(UserContext uc, Mandant mandant, EPluginTypes type) -
Uses of EPluginScope in de.xima.fc.plugin.enums
Methods in de.xima.fc.plugin.enums that return EPluginScopeModifier and TypeMethodDescriptionstatic EPluginScope
Deprecated.Returns the enum constant of this type with the specified name.static EPluginScope[]
EPluginScope.values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
PluginAPI.getPluginNameMap(UserContext, Mandant, Class)