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.encryption.db | |
de.xima.fc.entities |
Package für Datenbankentitäten
|
de.xima.fc.entities.interfaces |
Interfaces 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.auth | |
de.xima.fc.interfaces.plugin.param.auth | |
de.xima.fc.interfaces.processing | |
de.xima.fc.plugin.interfaces.auth | |
de.xima.fc.plugin.models.params.auth | |
de.xima.fc.web.common.auth.wrapper |
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) |
<E extends IFileDataEntity<?>,T extends IFileEntity<?,E>> |
FileAPI.updateFileData(UserContext uc,
T entity,
byte[] data) |
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 IFileEntity<?,E>> |
IGenericFileDao.getFileDataEntity(IEntityContext ec,
T entity) |
<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>> |
IGenericFileDao.getFileStream(IEntityContext ec,
T entity) |
<E extends IFileDataEntity<?>,T extends IFileEntity<?,E>> |
IGenericFileDao.updateFileData(IEntityContext ec,
T entity,
byte[] data) |
Modifier and Type | Method and Description |
---|---|
<E extends IFileDataEntity<?>,T extends IFileEntity<?,E>> |
DBEncryptionProcessor.updateAllFiles(Class<T> fileprovidingClass,
int pageSize,
int threadCount) |
Modifier and Type | Class and Description |
---|---|
class |
AAuthenticator<T extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>
Abstract base class for user authenticators
|
class |
AFileEntity<E extends de.xima.cmn.dao.interfaces.IEntity<Long>,T extends IFileDataEntity<?>> |
class |
APluginEntity<T extends IPluginFileEntity<?,?,?>,J extends IFileDataEntity<T>,C extends IFileDataEntity<T>> |
class |
APluginEntity<T extends IPluginFileEntity<?,?,?>,J extends IFileDataEntity<T>,C extends IFileDataEntity<T>> |
class |
APluginFileEntity<T extends IPluginEntity<?,?,?>,J extends IFileDataEntity<?>,C extends IFileDataEntity<?>> |
class |
APluginFileEntity<T extends IPluginEntity<?,?,?>,J extends IFileDataEntity<?>,C extends IFileDataEntity<?>> |
Modifier and Type | Class and Description |
---|---|
class |
AEncryptedFileDataEntity<T extends IFileEntity<?,?>> |
class |
AFileDataEntity<T extends IFileEntity<?,?>> |
class |
AFormEncryptedFileDataEntity<T extends IFileEntity<?,?>> |
class |
AttachmentDateiData |
class |
ClientAuthenticatorFileData |
class |
ClientPluginConfigData
Entity for the configuration of an client-wide plugin
|
class |
ClientPluginFileData
Entity for the binary data of an system-wide plugin
|
class |
FormEingangDateiData |
class |
FormTemplateFileData |
class |
FormTemplatePreview |
class |
FormTemplateThumbnail |
class |
FormVersionBackupData |
class |
FormVersionDateiData |
class |
MandantRessourceDateiData |
class |
ProjectPreviewFileData |
class |
ProjektRessourceDateiData |
class |
SystemAuthenticatorFileData |
class |
SystemPluginConfigData
Entity for the configuration of an system-wide plugin
|
class |
SystemPluginFileData
Entity for the binary data of an system-wide plugin
|
Modifier and Type | Interface and Description |
---|---|
interface |
IAuthenticator<T extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>
Common interface for user authenticator entities.
|
interface |
IAuthentticatorFile<E extends de.xima.cmn.dao.interfaces.IEntity<Long>,T extends IFileDataEntity<?>> |
interface |
IFileEntity<E extends de.xima.cmn.dao.interfaces.IEntity<Long>,T extends IFileDataEntity<?>> |
interface |
IFileProviding<T extends IFileEntity<?,E>,E extends IFileDataEntity<T>> |
interface |
IPluginEntity<T extends IPluginFileEntity<?,?,?>,J extends IFileDataEntity<T>,C extends IFileDataEntity<T>> |
interface |
IPluginEntity<T extends IPluginFileEntity<?,?,?>,J extends IFileDataEntity<T>,C extends IFileDataEntity<T>> |
interface |
IPluginFileEntity<E extends IPluginEntity<?,?,?>,J extends IFileDataEntity<?>,C extends IFileDataEntity<?>> |
interface |
IPluginFileEntity<E extends IPluginEntity<?,?,?>,J extends IFileDataEntity<?>,C extends IFileDataEntity<?>> |
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 IFileEntity<?,E>> |
GenericFileDao.getFileDataEntity(IEntityContext ec,
T entity) |
<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>> |
GenericFileDao.getFileStream(IEntityContext ec,
T entity) |
<E extends IFileDataEntity<?>,T extends IFileEntity<?,E>> |
GenericFileDao.updateFileData(IEntityContext ec,
T entity,
byte[] data) |
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 |
Modifier and Type | Class and Description |
---|---|
class |
AuthPluginParameterModel<E extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>> |
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) |
<E extends IFileDataEntity<?>,T extends IFileEntity<?,E>> |
FileHandler.updateFileData(UserContext uc,
T entity,
byte[] data) |
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) |
<E extends IFileDataEntity<?>,T extends IFileEntity<?,E>> |
IFileHandler.updateFileData(UserContext uc,
T entity,
byte[] data) |
Modifier and Type | Interface and Description |
---|---|
interface |
IAuthenticatorWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
Interface for authenticator wrappers
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPluginFormAuthenticatorParams<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
Interface for parameters for a authenticator type plugin to create a client with
|
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.
|
Modifier and Type | Method and Description |
---|---|
IPluginFormAuthenticatorRetVal |
IPluginAuthenticatorType.buildFormAuthClient(IPluginFormAuthenticatorParams<? extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> IPluginClientParams)
Method to build an client for the authentication for the request of a protected form.
|
Modifier and Type | Class and Description |
---|---|
class |
PluginFormAuthenticatorParams<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> |
Modifier and Type | Class and Description |
---|---|
class |
FacebookWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
Wrappe for an facebook authenticator
|
class |
GoogleWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
Wrapper for an google authenticator
|
class |
OIDCWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
Wrapper for an openid connect authenticator
|
class |
PluginWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
Wrapper for a plugin authenticator
|
class |
SAMLWrapper<T extends IAuthenticator<E>,E extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>
Wrapper for an saml authenticator
|
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.