Uses of Class
de.xima.fc.plugin.enums.EPluginScope
-
Packages that use EPluginScope Package Description de.xima.fc.api.system Package for API access to system configuration.de.xima.fc.handler.interfaces.system de.xima.fc.handler.system de.xima.fc.plugin de.xima.fc.plugin.enums -
-
Uses of EPluginScope in de.xima.fc.api.system
Methods in de.xima.fc.api.system that return types with arguments of type EPluginScope Modifier and Type Method Description Map<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 EPluginScope Modifier and Type Method Description Map<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 EPluginScope Modifier and Type Method Description Map<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 EPluginScope Modifier and Type Method Description static <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 EPluginScope Modifier and Type Method Description static EPluginScope
EPluginScope. valueOf(String name)
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.
-