Uses of Interface
de.xima.fc.entities.interfaces.IPluginEntity
-
Packages that use IPluginEntity Package Description de.xima.fc.dao.utils de.xima.fc.entities Package für Datenbankentitätende.xima.fc.entities.interfaces Interfaces für Datenbankentitätende.xima.fc.gui.bean.plugin de.xima.fc.gui.model de.xima.fc.gui.model.plugins de.xima.fc.mdl.plugin de.xima.fc.plugin -
-
Uses of IPluginEntity in de.xima.fc.dao.utils
Methods in de.xima.fc.dao.utils with parameters of type IPluginEntity Modifier and Type Method Description void
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 IPluginEntity Modifier and Type Class Description class
APluginFileEntity<T extends IPluginEntity<?,?,?>,J extends IFileDataEntity<?>,C extends IFileDataEntity<?>>
Classes in de.xima.fc.entities that implement IPluginEntity Modifier and Type Class Description class
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
ClientPlugin
Entity for the binary data of an client-wide pluginclass
SystemPlugin
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 IPluginEntity Modifier and Type Interface Description interface
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 Modifier and Type Class Description class
BasicPluginBean<E extends IPluginEntity<?,?,?>>
-
Uses of IPluginEntity in de.xima.fc.gui.model
Classes in de.xima.fc.gui.model with type parameters of type IPluginEntity Modifier and Type Class Description class
PluginWrapperModel<E extends 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 Modifier and Type Class Description class
SameChecksumPlugins<E extends IPluginEntity<?,?,?>>
-
Uses of IPluginEntity in de.xima.fc.mdl.plugin
Constructors in de.xima.fc.mdl.plugin with parameters of type IPluginEntity Constructor Description PluginSyncData(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 IPluginEntity Modifier and Type Method Description static void
PluginManager. install(IPluginEntity<?,?,?> pluginEntity)
-