Uses of Interface
de.xima.fc.entities.interfaces.IFileMapProviding
- 
Packages that use IFileMapProviding Package Description de.xima.fc.api.file de.xima.fc.dao.interfaces de.xima.fc.entities Package für Datenbankentitätende.xima.fc.file de.xima.fc.handler.file de.xima.fc.handler.interfaces.file  - 
- 
Uses of IFileMapProviding in de.xima.fc.api.file
Methods in de.xima.fc.api.file with type parameters of type IFileMapProviding 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 IFileMapProviding in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces with type parameters of type IFileMapProviding 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 IFileMapProviding in de.xima.fc.entities
Classes in de.xima.fc.entities that implement IFileMapProviding Modifier and Type Class Description classMandantDiese Entität bildet einen Mandanten ab.classUserProfileUser profiles store information about a specific user that may be able to sign in using multipleUserIdentitys. - 
Uses of IFileMapProviding in de.xima.fc.file
Methods in de.xima.fc.file with type parameters of type IFileMapProviding 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 IFileMapProviding in de.xima.fc.handler.file
Methods in de.xima.fc.handler.file with type parameters of type IFileMapProviding 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 IFileMapProviding in de.xima.fc.handler.interfaces.file
Methods in de.xima.fc.handler.interfaces.file with type parameters of type IFileMapProviding 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. 
 -