Uses of Interface
de.xima.fc.interfaces.plugin.param.form.IPluginFormResourceGetDataParams
-
Packages that use IPluginFormResourceGetDataParams 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.interfaces.form de.xima.fc.plugin.models.params.form -
-
Uses of IPluginFormResourceGetDataParams in de.xima.fc.api.system
Methods in de.xima.fc.api.system with parameters of type IPluginFormResourceGetDataParams Modifier and Type Method Description byte[]
PluginAPI. getPluginFormResource(UserContext uc, Integer clientId, String pluginName, String resourceName, String cacheKey, IPluginFormResourceGetDataParams params)
Deprecated, for removal: This API element is subject to removal in a future version.byte[]
PluginAPI. getPluginFormResource(UserContext uc, Long clientId, String pluginKey, String pluginName, String resourceName, String cacheKey, IPluginFormResourceGetDataParams params)
byte[]
PluginAPI. getPluginFormResource(UserContext uc, UUID clientUuid, String pluginKey, String pluginName, String resourceName, String cacheKey, IPluginFormResourceGetDataParams params)
-
Uses of IPluginFormResourceGetDataParams in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system with parameters of type IPluginFormResourceGetDataParams Modifier and Type Method Description IFormResource
IPluginHandler. getPluginFormResource(UserContext uc, Integer clientID, String pluginName, IPluginFormResourceGetDataParams params)
Deprecated, for removal: This API element is subject to removal in a future version.IFormResource
IPluginHandler. getPluginFormResource(UserContext uc, Long clientId, String pluginKey, String pluginName, IPluginFormResourceGetDataParams params)
IFormResource
IPluginHandler. getPluginFormResource(UserContext uc, UUID clientUuid, String pluginKey, String pluginName, IPluginFormResourceGetDataParams params)
-
Uses of IPluginFormResourceGetDataParams in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system with parameters of type IPluginFormResourceGetDataParams Modifier and Type Method Description IFormResource
PluginHandler. getPluginFormResource(UserContext uc, Integer clientId, String pluginName, IPluginFormResourceGetDataParams params)
Deprecated.IFormResource
PluginHandler. getPluginFormResource(UserContext uc, Long clientId, String pluginKey, String pluginName, IPluginFormResourceGetDataParams params)
IFormResource
PluginHandler. getPluginFormResource(UserContext uc, UUID clientUuid, String pluginKey, String pluginName, IPluginFormResourceGetDataParams params)
-
Uses of IPluginFormResourceGetDataParams in de.xima.fc.plugin.interfaces.form
Methods in de.xima.fc.plugin.interfaces.form with parameters of type IPluginFormResourceGetDataParams Modifier and Type Method Description default byte[]
IPluginFormResource. getResourceData(IPluginFormResourceGetDataParams params)
Deprecated. -
Uses of IPluginFormResourceGetDataParams in de.xima.fc.plugin.models.params.form
Classes in de.xima.fc.plugin.models.params.form that implement IPluginFormResourceGetDataParams Modifier and Type Class Description class
PluginFormResourceGetDataParams
Default POJO implementation ofIPluginFormResourceGetDataParams
-