Uses of Interface
de.xima.fc.entities.interfaces.IFileEntity
- 
Packages that use IFileEntity Package Description de.xima.fc.api.cache de.xima.fc.api.file de.xima.fc.dao.interfaces de.xima.fc.encryption.db de.xima.fc.entities Package für Datenbankentitätende.xima.fc.entities.interfaces Interfaces für Datenbankentitätende.xima.fc.file de.xima.fc.gui.model de.xima.fc.handler.file de.xima.fc.handler.interfaces.file de.xima.fc.interfaces.auth de.xima.fc.interfaces.plugin.param.auth de.xima.fc.plugin.interfaces.auth de.xima.fc.plugin.models.params.auth de.xima.fc.web.common.auth.wrapper  - 
- 
Uses of IFileEntity in de.xima.fc.api.cache
Methods in de.xima.fc.api.cache with type parameters of type IFileEntity Modifier and Type Method Description static <T extends IFileEntity<?,?>>
byte[]FileCache. cacheFileEntityData(UserContext uc, T fileEntity)static <T extends IFileEntity<?,?>>
byte[]FileCache. getCachedFileEntityData(UserContext uc, T fileEntity)static <T extends IFileEntity<?,?>>
byte[]FileCache. getUncachedFileEntityData(UserContext uc, T fileEntity)static <T extends IFileEntity<?,?>>
BinaryCacheModelFileCache. readCachedFileEntityData(T fileEntity) - 
Uses of IFileEntity in de.xima.fc.api.file
Methods in de.xima.fc.api.file with type parameters of type IFileEntity Modifier and Type Method Description <T extends IFileEntity<?,?>>
byte[]FileAPI. getFileEntityData(UserContext uc, T fileEntity)<T extends IFileEntity<?,?>>
InputStreamFileAPI. getFileEntityStream(UserContext uc, T fileEntity)<T extends IFileEntity<?,?>>
byte[]FileAPI. getUncachedFileEntityData(UserContext uc, T fileEntity)<E extends IFileDataEntity<?>,T extends IFileEntity<?,E>>
TFileAPI. updateFileData(UserContext uc, T entity, byte[] data) - 
Uses of IFileEntity in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces with type parameters of type IFileEntity Modifier and Type Method Description <E extends IFileDataEntity<?>,T extends IFileEntity<?,E>>
EIGenericFileDao. getFileDataEntity(IEntityContext ec, T entity)<T extends IFileEntity<?,?>>
byte[]IGenericFileDao. getFileEntityData(IEntityContext ec, T fileEntity)<E extends IFileDataEntity<?>,T extends IFileEntity<?,E>>
TIGenericFileDao. updateFileData(IEntityContext ec, T entity, byte[] data) - 
Uses of IFileEntity in de.xima.fc.encryption.db
Methods in de.xima.fc.encryption.db with type parameters of type IFileEntity Modifier and Type Method Description <E extends IFileDataEntity<?>,T extends IFileEntity<?,E>>
voidDBEncryptionProcessor. updateAllFiles(Class<T> fileprovidingClass, int pageSize, int threadCount) - 
Uses of IFileEntity in de.xima.fc.entities
Classes in de.xima.fc.entities with type parameters of type IFileEntity Modifier and Type Class Description classAAuthenticator<T extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>Abstract base class for user authenticatorsclassAEncryptedFileDataEntity<T extends IFileEntity<?,?>>classAFileDataEntity<T extends IFileEntity<?,?>>classAFormEncryptedFileDataEntity<T extends IFileEntity<?,?>>Classes in de.xima.fc.entities that implement IFileEntity Modifier and Type Class Description classAFileEntity<E extends de.xima.cmn.dao.interfaces.IEntity<Long>,T extends IFileDataEntity<?>>classAPluginFileEntity<T extends IPluginEntity<?,?,?>,J extends IFileDataEntity<?>,C extends IFileDataEntity<?>>classAttachmentDateiclassClientAuthenticatorFileclassClientPluginFileEntity for the binary data of an client-wide pluginclassFormEingangDateiclassFormTemplateFileclassFormVersionBackupclassFormVersionDateiclassMandantRessourceDateiclassProjectPreviewFileclassProjektRessourceDateiclassSystemAuthenticatorFileclassSystemPluginFileEntity for the binary data of an system-wide pluginclassWorkflowVersionBackupFile descriptor for the JSON data of a workflow version backup.Fields in de.xima.fc.entities declared as IFileEntity Modifier and Type Field Description protected TAEncryptedFileDataEntity. fileEntityprotected TAFileDataEntity. fileEntityprotected TAFormEncryptedFileDataEntity. fileEntity - 
Uses of IFileEntity in de.xima.fc.entities.interfaces
Classes in de.xima.fc.entities.interfaces with type parameters of type IFileEntity Modifier and Type Interface Description interfaceIAuthenticator<T extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>Common interface for user authenticator entities.interfaceIFileDataEntity<T extends IFileEntity<?,?>>interfaceIFileProviding<T extends IFileEntity<?,E>,E extends IFileDataEntity<T>>Subinterfaces of IFileEntity in de.xima.fc.entities.interfaces Modifier and Type Interface Description interfaceIAuthentticatorFile<E extends de.xima.cmn.dao.interfaces.IEntity<Long>,T extends IFileDataEntity<?>>interfaceIPluginFileEntity<E extends IPluginEntity<?,?,?>,J extends IFileDataEntity<?>,C extends IFileDataEntity<?>>Methods in de.xima.fc.entities.interfaces that return IFileEntity Modifier and Type Method Description IFileEntity<?,E>IFileProviding. getFileEntity() - 
Uses of IFileEntity in de.xima.fc.file
Methods in de.xima.fc.file with type parameters of type IFileEntity Modifier and Type Method Description <E extends IFileDataEntity<?>,T extends IFileEntity<?,E>>
EGenericFileDao. getFileDataEntity(IEntityContext ec, T entity)<T extends IFileEntity<?,?>>
byte[]GenericFileDao. getFileEntityData(IEntityContext ec, T fileEntity)<E extends IFileDataEntity<?>,T extends IFileEntity<?,E>>
TGenericFileDao. updateFileData(IEntityContext ec, T entity, byte[] data) - 
Uses of IFileEntity in de.xima.fc.gui.model
Classes in de.xima.fc.gui.model with type parameters of type IFileEntity Modifier and Type Class Description classAuthPluginParameterModel<E extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>> - 
Uses of IFileEntity in de.xima.fc.handler.file
Methods in de.xima.fc.handler.file with type parameters of type IFileEntity Modifier and Type Method Description <T extends IFileEntity<?,?>>
byte[]FileHandler. getUncachedFileEntityData(UserContext uc, T fileEntity)<E extends IFileDataEntity<?>,T extends IFileEntity<?,E>>
TFileHandler. updateFileData(UserContext uc, T entity, byte[] data) - 
Uses of IFileEntity in de.xima.fc.handler.interfaces.file
Methods in de.xima.fc.handler.interfaces.file with type parameters of type IFileEntity Modifier and Type Method Description <T extends IFileEntity<?,?>>
byte[]IFileHandler. getUncachedFileEntityData(UserContext uc, T entity)<E extends IFileDataEntity<?>,T extends IFileEntity<?,E>>
TIFileHandler. updateFileData(UserContext uc, T entity, byte[] data) - 
Uses of IFileEntity in de.xima.fc.interfaces.auth
Classes in de.xima.fc.interfaces.auth with type parameters of type IFileEntity Modifier and Type Interface Description interfaceIAuthenticatorWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>Interface for authenticator wrappers - 
Uses of IFileEntity in de.xima.fc.interfaces.plugin.param.auth
Classes in de.xima.fc.interfaces.plugin.param.auth with type parameters of type IFileEntity Modifier and Type Interface Description interfaceIPluginFormAuthenticatorParams<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>Interface for parameters for a authenticator type plugin to create a client with - 
Uses of IFileEntity in de.xima.fc.plugin.interfaces.auth
Method parameters in de.xima.fc.plugin.interfaces.auth with type arguments of type IFileEntity Modifier and Type Method Description IPluginFormAuthenticatorRetValIPluginAuthenticatorType. buildFormAuthClient(IPluginFormAuthenticatorParams<? extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> IPluginClientParams)Method to build an client for the authentication for the request of a protected form. - 
Uses of IFileEntity in de.xima.fc.plugin.models.params.auth
Classes in de.xima.fc.plugin.models.params.auth with type parameters of type IFileEntity Modifier and Type Class Description classPluginFormAuthenticatorParams<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> - 
Uses of IFileEntity in de.xima.fc.web.common.auth.wrapper
Classes in de.xima.fc.web.common.auth.wrapper with type parameters of type IFileEntity Modifier and Type Class Description classAzureAdWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>Deprecated.Will be replaced by properties model in modulefc-securityin version 8.0.0.classFacebookWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>Deprecated.Will be replaced by properties model in modulefc-securityin version 8.0.0.classGoogleWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>Deprecated.Will be replaced by properties model in modulefc-securityin version 8.0.0.classOAuth20Wrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>Deprecated.Will be replaced by properties model in modulefc-securityin version 8.0.0.classOIDCWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>Deprecated.Will be replaced by properties model in modulefc-securityin version 8.0.0.classPluginWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>Wrapper for a plugin authenticatorclassSAMLWrapper<T extends IAuthenticator<E>,E extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>Deprecated.Will be replaced by properties model in modulefc-securityin version 8.0.0. 
 -