Uses of Interface
de.xima.fc.entities.interfaces.IKeyDependentFileEntity
-
Packages that use IKeyDependentFileEntity Package Description de.xima.fc.api.file de.xima.fc.dao.interfaces de.xima.fc.entities Package für Datenbankentitätende.xima.fc.entities.interfaces Interfaces für Datenbankentitätende.xima.fc.file de.xima.fc.handler.file de.xima.fc.handler.interfaces.file -
-
Uses of IKeyDependentFileEntity in de.xima.fc.api.file
Methods in de.xima.fc.api.file with type parameters of type IKeyDependentFileEntity Modifier and Type Method Description <D extends IFileDataEntity<F>,F extends IKeyDependentFileEntity<E,D>,E extends IFileMapProviding<F,D>>
byte[]FileAPI. getFileData(UserContext uc, E entity, String fileKey)
Returns the file data of a file belonging to the given entity with the given file key.<D extends IFileDataEntity<F>,F extends IKeyDependentFileEntity<E,D>,E extends IFileMapProviding<F,D>>
InputStreamFileAPI. getFileStream(UserContext uc, E entity, String fileKey)
Returns the file data of a file belonging to the given entity with the given file key.<D extends IFileDataEntity<F>,F extends IKeyDependentFileEntity<E,D>,E extends IFileMapProviding<F,D>>
byte[]FileAPI. getUncachedFileData(UserContext uc, E entity, String fileKey)
Returns the file data of a file belonging to the given entity with the given file key. -
Uses of IKeyDependentFileEntity in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces with type parameters of type IKeyDependentFileEntity Modifier and Type Method Description <D extends IFileDataEntity<F>,F extends IKeyDependentFileEntity<E,D>,E extends IFileMapProviding<F,D>>
byte[]IGenericFileDao. getFileData(IEntityContext ec, E entity, String fileKey)
Returns the file data of a file belonging to the given entity with the given file key.<D extends IFileDataEntity<F>,F extends IKeyDependentFileEntity<E,D>,E extends IFileMapProviding<F,D>>
DIGenericFileDao. getFileDataEntity(IEntityContext ec, E entity, String fileKey)
Returns the file data entity of a file belonging to the given entity with the given file key.<D extends IFileDataEntity<F>,F extends IKeyDependentFileEntity<E,D>,E extends IFileMapProviding<F,D>>
InputStreamIGenericFileDao. getFileStream(IEntityContext ec, E entity, String fileKey)
Returns the file data of a file belonging to the given entity with the given file key, as an input stream. -
Uses of IKeyDependentFileEntity in de.xima.fc.entities
Classes in de.xima.fc.entities that implement IKeyDependentFileEntity Modifier and Type Class Description class
ClientAuthenticatorFile
class
ClientFile
Entity representing files of aMandant
class
SystemAuthenticatorFile
class
UserProfileFile
Entity representing files of a user profile -
Uses of IKeyDependentFileEntity in de.xima.fc.entities.interfaces
Classes in de.xima.fc.entities.interfaces with type parameters of type IKeyDependentFileEntity Modifier and Type Interface Description interface
IFileMapProviding<T extends IKeyDependentFileEntity<?,D>,D extends IFileDataEntity<T>>
Common interface for classes providing a file mapSubinterfaces of IKeyDependentFileEntity in de.xima.fc.entities.interfaces Modifier and Type Interface Description interface
IAuthentticatorFile<E extends de.xima.cmn.dao.interfaces.IEntity<Long>,T extends IFileDataEntity<?>>
-
Uses of IKeyDependentFileEntity in de.xima.fc.file
Methods in de.xima.fc.file with type parameters of type IKeyDependentFileEntity Modifier and Type Method Description <D extends IFileDataEntity<F>,F extends IKeyDependentFileEntity<E,D>,E extends IFileMapProviding<F,D>>
byte[]GenericFileDao. getFileData(IEntityContext ec, E entity, String fileKey)
<D extends IFileDataEntity<F>,F extends IKeyDependentFileEntity<E,D>,E extends IFileMapProviding<F,D>>
DGenericFileDao. getFileDataEntity(IEntityContext ec, E entity, String fileKey)
<D extends IFileDataEntity<F>,F extends IKeyDependentFileEntity<E,D>,E extends IFileMapProviding<F,D>>
InputStreamGenericFileDao. getFileStream(IEntityContext ec, E entity, String fileKey)
-
Uses of IKeyDependentFileEntity in de.xima.fc.handler.file
Methods in de.xima.fc.handler.file with type parameters of type IKeyDependentFileEntity Modifier and Type Method Description <D extends IFileDataEntity<F>,F extends IKeyDependentFileEntity<E,D>,E extends IFileMapProviding<F,D>>
byte[]FileHandler. getUncachedFileData(UserContext uc, E entity, String fileKey)
-
Uses of IKeyDependentFileEntity in de.xima.fc.handler.interfaces.file
Methods in de.xima.fc.handler.interfaces.file with type parameters of type IKeyDependentFileEntity Modifier and Type Method Description <D extends IFileDataEntity<F>,F extends IKeyDependentFileEntity<E,D>,E extends IFileMapProviding<F,D>>
byte[]IFileHandler. getUncachedFileData(UserContext uc, E entity, String fileKey)
Returns the file data of a file belonging to the given entity with the given file key.
-