Uses of Interface
de.xima.fc.entities.interfaces.IFileMapProviding
Packages that use IFileMapProviding
Package
Description
Package für Datenbankentitäten
-
Uses of IFileMapProviding in de.xima.fc.api.file
Methods in de.xima.fc.api.file with type parameters of type IFileMapProvidingModifier and TypeMethodDescription<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 IFileMapProviding in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces with type parameters of type IFileMapProvidingModifier and TypeMethodDescription<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 IFileMapProviding in de.xima.fc.entities
Classes in de.xima.fc.entities that implement IFileMapProvidingModifier and TypeClassDescriptionclass
Diese Entität bildet einen Mandanten ab.class
User profiles store information about a specific user that may be able to sign in using multipleUserIdentity
s. -
Uses of IFileMapProviding in de.xima.fc.file
Methods in de.xima.fc.file with type parameters of type IFileMapProvidingModifier and TypeMethodDescription<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 IFileMapProviding in de.xima.fc.handler.file
Methods in de.xima.fc.handler.file with type parameters of type IFileMapProvidingModifier and TypeMethodDescription<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 IFileMapProviding in de.xima.fc.handler.interfaces.file
Methods in de.xima.fc.handler.interfaces.file with type parameters of type IFileMapProvidingModifier and TypeMethodDescription<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.