Uses of Enum Class
eu.rarogsoftware.rarog.platform.api.plugins.Plugin.PluginState
Packages that use Plugin.PluginState
Package
Description
-
Uses of Plugin.PluginState in eu.rarogsoftware.rarog.platform.api.plugins
Methods in eu.rarogsoftware.rarog.platform.api.plugins that return Plugin.PluginStateModifier and TypeMethodDescriptionPlugin.getState()static Plugin.PluginStateReturns the enum constant of this class with the specified name.static Plugin.PluginState[]Plugin.PluginState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.rarogsoftware.rarog.platform.api.plugins that return types with arguments of type Plugin.PluginStateModifier and TypeMethodDescriptionPluginsStateStore.getPluginState(Plugin plugin) Retrieves last saved plugin.Methods in eu.rarogsoftware.rarog.platform.api.plugins with parameters of type Plugin.PluginStateModifier and TypeMethodDescriptionvoidPluginStateListener.stateChanged(Plugin.PluginState oldState, Plugin.PluginState newState) voidPluginsStateStore.storePluginState(Plugin plugin, Plugin.PluginState pluginState) When called specified plugin state is persisted ina a non-volatile way. -
Uses of Plugin.PluginState in eu.rarogsoftware.rarog.platform.app.rest.plugins
Methods in eu.rarogsoftware.rarog.platform.app.rest.plugins that return Plugin.PluginStateModifier and TypeMethodDescriptionPluginController.PluginRecord.state()Returns the value of thestaterecord component.Constructors in eu.rarogsoftware.rarog.platform.app.rest.plugins with parameters of type Plugin.PluginStateModifierConstructorDescriptionPluginRecord(String key, PluginManifest manifest, Plugin.PluginState state) Creates an instance of aPluginRecordrecord class. -
Uses of Plugin.PluginState in eu.rarogsoftware.rarog.platform.core.plugins
Methods in eu.rarogsoftware.rarog.platform.core.plugins that return types with arguments of type Plugin.PluginStateMethods in eu.rarogsoftware.rarog.platform.core.plugins with parameters of type Plugin.PluginStateModifier and TypeMethodDescriptionvoidDbBackedPluginStateStore.storePluginState(Plugin plugin, Plugin.PluginState pluginState) -
Uses of Plugin.PluginState in eu.rarogsoftware.rarog.platform.core.plugins.osgi
Methods in eu.rarogsoftware.rarog.platform.core.plugins.osgi that return Plugin.PluginState