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 voidProtokollUtils. 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.voidProtokollUtils. 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.voidProtokollUtils. 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 classAPluginFileEntity<T extends IPluginEntity<?,?,?>,J extends IFileDataEntity<?>,C extends IFileDataEntity<?>>Classes in de.xima.fc.entities that implement IPluginEntity Modifier and Type Class Description classAPluginEntity<META extends IPluginFileEntity<?,?,?>,DATA extends IFileDataEntity<META>,CONFIG extends IFileDataEntity<META>>A formcycle plugin that provides additional features to an existing formcycle application.classClientPluginEntity for the binary data of an client-wide pluginclassSystemPluginEntity 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 interfaceIPluginFileEntity<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 classBasicPluginBean<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 classPluginWrapperModel<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 classSameChecksumPlugins<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 voidPluginManager. install(IPluginEntity<?,?,?> pluginEntity)
-