Uses of Interface
de.xima.fc.entities.interfaces.IPluginFileEntity
Packages that use IPluginFileEntity
Package
Description
Package für Datenbankentitäten
Interfaces für Datenbankentitäten
-
Uses of IPluginFileEntity in de.xima.fc.entities
Classes in de.xima.fc.entities with type parameters of type IPluginFileEntityModifier 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.Classes in de.xima.fc.entities that implement IPluginFileEntityModifier and TypeClassDescriptionclass
APluginFileEntity<T extends IPluginEntity<?,
?, ?>, J extends IFileDataEntity<?>, C extends IFileDataEntity<?>> class
Entity for the binary data of an client-wide pluginclass
Entity for the binary data of an system-wide plugin -
Uses of IPluginFileEntity in de.xima.fc.entities.interfaces
Classes in de.xima.fc.entities.interfaces with type parameters of type IPluginFileEntityModifier and TypeInterfaceDescriptioninterface
IPluginEntity<META extends IPluginFileEntity<?,
?, ?>, DATA extends IFileDataEntity<META>, CONFIG extends IFileDataEntity<META>> A plugin entity, either scoped to a particular client or to the system. -
Uses of IPluginFileEntity in de.xima.fc.plugin
Method parameters in de.xima.fc.plugin with type arguments of type IPluginFileEntityModifier and TypeMethodDescriptionstatic PluginManifest
PluginTransactions.readPluginManifest
(IEntityContext ec, APluginEntity<? extends IPluginFileEntity<?, ?, ?>, ? extends IFileDataEntity<?>, ?> plugin) Reads and parses the manifest of a given plugin entity.