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 TypeMethodDescriptionMap<EPluginScope, Set<String>> PluginAPI.getPluginNameMap(UserContext uc, Mandant client, EPluginTypes type) Deprecated.Map<EPluginScope, Set<String>> 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 TypeMethodDescriptionMap<EPluginScope, Set<String>> IPluginHandler.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 TypeMethodDescriptionMap<EPluginScope, Set<String>> PluginHandler.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) Deprecated. -
Uses of EPluginScope in de.xima.fc.plugin.enums
Subclasses with type arguments of type EPluginScope in de.xima.fc.plugin.enumsMethods in de.xima.fc.plugin.enums that return EPluginScopeModifier and TypeMethodDescriptionstatic EPluginScopeDeprecated.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)