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 TypeMethodDescriptionvoidProtokollUtils.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 IPluginEntityModifier and TypeClassDescriptionclassAPluginFileEntity<T extends IPluginEntity<?,?, ?>, J extends IFileDataEntity<?>, C extends IFileDataEntity<?>> Classes in de.xima.fc.entities that implement IPluginEntityModifier and TypeClassDescriptionclassAPluginEntity<META extends IPluginFileEntity<?,?, ?>, DATA extends IFileDataEntity<META>, CONFIG extends IFileDataEntity<META>> A formcycle plugin that provides additional features to an existing formcycle application.classEntity for the binary data of an client-wide pluginclassEntity 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 TypeInterfaceDescriptioninterfaceIPluginFileEntity<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 voidPluginManager.install(IPluginEntity<?, ?, ?> pluginEntity)