Package | Description |
---|---|
de.xima.fc |
Konstanten-Klassen, Interfaces und Helper-Klassen
|
de.xima.fc.api.cache | |
de.xima.fc.api.file | |
de.xima.fc.bl.fdv | |
de.xima.fc.dao.interfaces | |
de.xima.fc.entities |
Package für Datenbankentitäten
|
de.xima.fc.file | |
de.xima.fc.gui.bean.application | |
de.xima.fc.gui.bean.resource | |
de.xima.fc.gui.common.utils | |
de.xima.fc.gui.model | |
de.xima.fc.handler.file | |
de.xima.fc.handler.interfaces.file | |
de.xima.fc.interfaces.processing |
Modifier and Type | Method and Description |
---|---|
static <E extends IFileDataEntity<?>,T extends IFileProviding<?,E>> |
PathHandler.FS.getCacheDirPath(T entity) |
Modifier and Type | Method and Description |
---|---|
static <E extends IFileDataEntity<?>,T extends IFileProviding<?,E>> |
FileCache.cacheFileData(UserContext uc,
T entity) |
static <E extends IFileDataEntity<?>,T extends IFileProviding<?,E>> |
FileCache.getCachedFileData(UserContext uc,
T entity) |
static <E extends IFileDataEntity<?>,T extends IFileProviding<?,E>> |
FileCache.getUncachedFileData(UserContext uc,
T entity) |
static <E extends IFileDataEntity<?>,T extends IFileProviding<?,E>> |
FileCache.readCachedFileData(T entity) |
Modifier and Type | Method and Description |
---|---|
<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>> |
FileAPI.getFileData(UserContext uc,
T entity) |
<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>> |
FileAPI.getFileStream(UserContext uc,
T entity)
Method for downloading a file by the
Attachment ID. |
<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>> |
FileAPI.getUncachedFileData(UserContext uc,
T entity) |
Modifier and Type | Method and Description |
---|---|
<E extends IFileDataEntity<?>> |
WorkflowProcessingContext.getSourceFile(Aktion aktion,
IFileProviding<?,E> file) |
Modifier and Type | Method and Description |
---|---|
<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>> |
IGenericFileDao.getFileData(IEntityContext ec,
Class<T> entityClass,
long id) |
<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>> |
IGenericFileDao.getFileData(IEntityContext ec,
T entity) |
<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>> |
IGenericFileDao.getFileStream(IEntityContext ec,
T entity) |
Modifier and Type | Class and Description |
---|---|
class |
Attachment
Die Klasse
Attachment beinhaltet Meta-Informationen zu einem im System verfügbaren Anhang. |
class |
FormEingang
FormEingabeDaten +- Vorgang +- Eingangsinformationen (Datum, Nutzer) +- Mapping der Feldnamen-Aliasse auf die
zugehörigen Werte
|
class |
FormTemplate |
class |
FormVersion
Die Entität FormVersion ermöglicht es verschiedene Versionen eines Formulars zu verwalten.
|
class |
MandantRessource |
class |
ProjektRessource |
Modifier and Type | Method and Description |
---|---|
<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>> |
GenericFileDao.getFileData(IEntityContext ec,
Class<T> clazz,
long id) |
<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>> |
GenericFileDao.getFileData(IEntityContext ec,
T entity) |
<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>> |
GenericFileDao.getFileStream(IEntityContext ec,
T entity) |
Modifier and Type | Method and Description |
---|---|
<T extends IFileDataEntity<?>> |
DownloadBean.download(IFileProviding<?,T> resource) |
Modifier and Type | Class and Description |
---|---|
class |
ABasicResourceBean<E extends IFileDataEntity<?>,T extends IFileProviding<?,E> & INameProviding & IDescriptionProviding> |
Modifier and Type | Method and Description |
---|---|
static <E extends IFileDataEntity<?>,T extends IFileProviding<?,E>> |
FileUtils.createZipFile(List<T> entities,
File outDir)
Packs the files of the given entities into one zip file which will be placed in the specified output directory
|
static <E extends IFileDataEntity<?>,T extends IFileProviding<?,E>> |
FileUtils.createZipFile(List<T> entities,
File outDir,
String zipFileName)
Packs the files of the given entities into one zip file which will be placed in the specified output directory
|
static <E extends IFileDataEntity<?>,T extends IFileProviding<?,E>> |
FileUtils.createZipFileFromDataSources(List<Datenquelle> sources,
File outDir,
String zipFileName)
Packs the contents of the given data sources into one zip file which will be placed in the specified output
directory
|
static <E extends IFileDataEntity<?>,T extends IFileProviding<?,E>> |
FileUtils.getFile(T entity,
File outDir)
Gets the
File from an IFileProviding entity placed within the specified output directory |
static <E extends IFileDataEntity<?>,T extends IFileProviding<?,E>> |
FileUtils.getStreamedContent(T entity)
Gets a
StreamedContent for the given IFileProviding entity |
Constructor and Description |
---|
FileProvidingWrapper(IFileProviding<?,?> resource,
ERessourcenTyp resourceType) |
Modifier and Type | Method and Description |
---|---|
<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>> |
FileHandler.getUncachedFileData(UserContext uc,
Class<T> clazz,
long id) |
<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>> |
FileHandler.getUncachedFileData(UserContext uc,
T entity) |
Modifier and Type | Method and Description |
---|---|
<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>> |
IFileHandler.getUncachedFileData(UserContext uc,
Class<T> clazz,
long id) |
<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>> |
IFileHandler.getUncachedFileData(UserContext uc,
T entity) |
Modifier and Type | Method and Description |
---|---|
<E extends IFileDataEntity<?>> |
IWorkflowProcessingContext.getSourceFile(Aktion aktion,
IFileProviding<?,E> file)
Methode zum Ermitteln und temporären Ablegen von Dateien aus der Datenbank.
|
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.