Uses of Interface
de.xima.fc.entities.interfaces.file.IFileMetaEntity
-
-
Uses of IFileMetaEntity in de.xima.fc.api.cache
Methods in de.xima.fc.api.cache with type parameters of type IFileMetaEntity Modifier and Type Method Description static <TFileMeta extends IFileMetaEntity<?,?>>
IFileAdapterFileCache. getCachedFile(UserContext uc, TFileMeta fileMeta)
Gets a file adapter that accesses the file data via the file cache (if the file is cacheable).static <TFileMeta extends IFileMetaEntity<?,?>>
byte[]FileCache. getCachedFileData(UserContext uc, TFileMeta fileEntity)
Returns the cached file data if it exists within the file cache and is unchanged. -
Uses of IFileMetaEntity in de.xima.fc.api.file
Methods in de.xima.fc.api.file with type parameters of type IFileMetaEntity Modifier and Type Method Description <TFileMeta extends IFileMetaEntity<?,?>>
byte[]FileAPI. getUncachedFileEntityData(UserContext uc, TFileMeta fileEntity)
-
Uses of IFileMetaEntity in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces with type parameters of type IFileMetaEntity Modifier and Type Method Description <TFileMeta extends IFileMetaEntity<?,?>>
byte[]IGenericFileDao. getFileEntityData(IEntityContext ec, TFileMeta fileEntity)
Returns the file data of the given file entity.<TFileMeta extends IFileMetaEntity<?,?>>
InputStreamIGenericFileDao. getFileEntityStream(IEntityContext ec, TFileMeta fileEntity)
Returns the file data of the given file entity as an input stream. -
Uses of IFileMetaEntity in de.xima.fc.entities
Classes in de.xima.fc.entities that implement IFileMetaEntity Modifier and Type Class Description class
ClientPortalConfigFile
Entity model for the metadata of a file from a client portal configclass
ProjectFile
Entity model for the metadata of a file from a projectclass
UserPortalFile
Entity model for the metadata of a file from a user portal -
Uses of IFileMetaEntity in de.xima.fc.entities.common.file
Classes in de.xima.fc.entities.common.file that implement IFileMetaEntity Modifier and Type Class Description class
AFileMetaEntity<TBase extends de.xima.cmn.dao.interfaces.IEntity<Long>,TData extends IFileDataEntity<?>>
Abstract base class for file meta entities.class
AScopedFileMetaEntity<TBase extends de.xima.cmn.dao.interfaces.IEntity<Long>,TData extends IFileDataEntity<?>>
Abstract base class for scoped file meta entities. -
Uses of IFileMetaEntity in de.xima.fc.entities.common.file.i18n
Classes in de.xima.fc.entities.common.file.i18n that implement IFileMetaEntity Modifier and Type Class Description class
ALocalizedScopedFileMetaEntity<TBase extends de.xima.cmn.dao.interfaces.IEntity<Long>,TData extends IFileDataEntity<?>>
Abstract base class for localized file meta entities. -
Uses of IFileMetaEntity in de.xima.fc.entities.interfaces.file
Subinterfaces of IFileMetaEntity in de.xima.fc.entities.interfaces.file Modifier and Type Interface Description interface
IScopedFileMetaEntity<TBase extends de.xima.cmn.dao.interfaces.IEntity<Long>,TData extends IFileDataEntity<?>>
Common interface for the metadata of a scoped file. -
Uses of IFileMetaEntity in de.xima.fc.entities.interfaces.file.i18n
Subinterfaces of IFileMetaEntity in de.xima.fc.entities.interfaces.file.i18n Modifier and Type Interface Description interface
ILocalizedScopedFileMetaEntity<TBase extends de.xima.cmn.dao.interfaces.IEntity<Long>,TData extends IFileDataEntity<?>>
Common interface for localized file entities. -
Uses of IFileMetaEntity in de.xima.fc.file
Methods in de.xima.fc.file with type parameters of type IFileMetaEntity Modifier and Type Method Description <TFileMeta extends IFileMetaEntity<?,?>>
byte[]GenericFileDao. getFileEntityData(IEntityContext ec, TFileMeta fileEntity)
<TFileMeta extends IFileMetaEntity<?,?>>
InputStreamGenericFileDao. getFileEntityStream(IEntityContext ec, TFileMeta fileEntity)
-
Uses of IFileMetaEntity in de.xima.fc.gui.model.portal
Methods in de.xima.fc.gui.model.portal with parameters of type IFileMetaEntity Modifier and Type Method Description static UserPortalFileEntityViewModel
UserPortalFileEntityViewModel. fromDataEntity(IFileMetaEntity<?,?> dataEntity)
-
Uses of IFileMetaEntity in de.xima.fc.handler.file
Methods in de.xima.fc.handler.file with type parameters of type IFileMetaEntity Modifier and Type Method Description <TFileMeta extends IFileMetaEntity<?,?>>
byte[]FileHandler. getUncachedFileEntityData(UserContext uc, TFileMeta fileEntity)
-
Uses of IFileMetaEntity in de.xima.fc.handler.interfaces.file
Methods in de.xima.fc.handler.interfaces.file with type parameters of type IFileMetaEntity Modifier and Type Method Description <TFileMeta extends IFileMetaEntity<?,?>>
byte[]IFileHandler. getUncachedFileEntityData(UserContext uc, TFileMeta fileEntity)
Returns the file data of the given file entity.
-