Uses of Interface
de.xima.fc.entities.interfaces.IPluginEntity
Packages that use IPluginEntity
Package
Description
Package für Datenbankentitäten
Interfaces für Datenbankentitäten
-
Uses of IPluginEntity in de.xima.fc.dao.utils
Methods in de.xima.fc.dao.utils with parameters of type IPluginEntityModifier and TypeMethodDescriptionvoid
ProtokollUtils.addPluginCreatedEntry
(IEntityContext ec, IPluginEntity<?, ?, ?> plugin, String name, String version, IUser user, Locale locale) Adds a protocol entry for when a client or system scoped plugin was newly created.void
ProtokollUtils.addPluginDeletedEntry
(IEntityContext ec, IPluginEntity<?, ?, ?> plugin, String name, String version, IUser user, Locale locale) Adds a protocol entry for when a client or system scoped plugin was deleted.void
ProtokollUtils.addPluginUpdatedEntry
(IEntityContext ec, IPluginEntity<?, ?, ?> plugin, String name, String version, IUser user, Locale locale) Adds a protocol entry for when a client or system scoped plugin was updated with a new plugin JAR file. -
Uses of IPluginEntity in de.xima.fc.entities
Classes in de.xima.fc.entities with type parameters of type IPluginEntityModifier and TypeClassDescriptionclass
APluginFileEntity<T extends IPluginEntity<?,
?, ?>, J extends IFileDataEntity<?>, C extends IFileDataEntity<?>> Classes in de.xima.fc.entities that implement IPluginEntityModifier and TypeClassDescriptionclass
APluginEntity<META extends IPluginFileEntity<?,
?, ?>, DATA extends IFileDataEntity<META>, CONFIG extends IFileDataEntity<META>> A formcycle plugin that provides additional features to an existing formcycle application.class
Entity for the binary data of an client-wide pluginclass
Entity for system-wide plugins -
Uses of IPluginEntity in de.xima.fc.entities.interfaces
Classes in de.xima.fc.entities.interfaces with type parameters of type IPluginEntityModifier and TypeInterfaceDescriptioninterface
IPluginFileEntity<E extends IPluginEntity<?,
?, ?>, J extends IFileDataEntity<?>, C extends IFileDataEntity<?>> -
Uses of IPluginEntity in de.xima.fc.gui.bean.plugin
Classes in de.xima.fc.gui.bean.plugin with type parameters of type IPluginEntity -
Uses of IPluginEntity in de.xima.fc.gui.model
Classes in de.xima.fc.gui.model with type parameters of type IPluginEntity -
Uses of IPluginEntity in de.xima.fc.gui.model.plugins
Classes in de.xima.fc.gui.model.plugins with type parameters of type IPluginEntity -
Uses of IPluginEntity in de.xima.fc.mdl.plugin
Constructors in de.xima.fc.mdl.plugin with parameters of type IPluginEntityModifierConstructorDescriptionPluginSyncData
(IPluginEntity<?, ?, ?> pluginEntity) PluginSyncData
(IPluginEntity<?, ?, ?> pluginEntity, boolean deletePlugin) -
Uses of IPluginEntity in de.xima.fc.plugin
Methods in de.xima.fc.plugin with parameters of type IPluginEntityModifier and TypeMethodDescriptionstatic void
PluginManager.install
(IPluginEntity<?, ?, ?> pluginEntity)