Uses of Interface
de.xima.fc.entities.interfaces.IFileDataEntity
- 
Packages that use IFileDataEntity Package Description de.xima.fc Konstanten-Klassen, Interfaces und Helper-Klassende.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ätende.xima.fc.entities.interfaces Interfaces für Datenbankentitätende.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.interfaces.workflow.execution de.xima.fc.plugin.interfaces.auth de.xima.fc.plugin.models.params.auth de.xima.fc.web.common.auth.wrapper  - 
- 
Uses of IFileDataEntity in de.xima.fc
Methods in de.xima.fc with type parameters of type IFileDataEntity Modifier and Type Method Description static <E extends IFileDataEntity<?>,T extends IFileProviding<?,E>>
StringPathHandler.FS. getCacheDirPath(T entity) - 
Uses of IFileDataEntity in de.xima.fc.api.cache
Methods in de.xima.fc.api.cache with type parameters of type IFileDataEntity Modifier and Type Method Description static <E extends IFileDataEntity<?>,T extends IFileProviding<?,E>>
byte[]FileCache. cacheFileData(UserContext uc, T entity)static <E extends IFileDataEntity<?>,T extends IFileProviding<?,E>>
byte[]FileCache. getCachedFileData(UserContext uc, T entity)static <E extends IFileDataEntity<?>,T extends IFileProviding<?,E>>
byte[]FileCache. getUncachedFileData(UserContext uc, T entity)static <E extends IFileDataEntity<?>,T extends IFileProviding<?,E>>
BinaryCacheModelFileCache. readCachedFileData(T entity) - 
Uses of IFileDataEntity in de.xima.fc.api.file
Methods in de.xima.fc.api.file with type parameters of type IFileDataEntity Modifier and Type Method Description <E extends IFileDataEntity<?>,T extends IFileProviding<?,E>>
byte[]FileAPI. getFileData(UserContext uc, T entity)<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>>
InputStreamFileAPI. getFileStream(UserContext uc, T entity)Method for downloading a file by theAttachmentID.<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>>
byte[]FileAPI. getUncachedFileData(UserContext uc, T entity)<E extends IFileDataEntity<?>,T extends IFileEntity<?,E>>
TFileAPI. updateFileData(UserContext uc, T entity, byte[] data) - 
Uses of IFileDataEntity in de.xima.fc.bl.fdv
Methods in de.xima.fc.bl.fdv with type parameters of type IFileDataEntity Modifier and Type Method Description <E extends IFileDataEntity<?>>
FileWorkflowProcessingContext. getSourceFile(Aktion aktion, IFileProviding<?,E> file) - 
Uses of IFileDataEntity in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces with type parameters of type IFileDataEntity Modifier and Type Method Description <E extends IFileDataEntity<?>,T extends IFileProviding<?,E>>
byte[]IGenericFileDao. getFileData(IEntityContext ec, Class<T> entityClass, long id)<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>>
byte[]IGenericFileDao. getFileData(IEntityContext ec, T entity)<E extends IFileDataEntity<?>,T extends IFileEntity<?,E>>
EIGenericFileDao. getFileDataEntity(IEntityContext ec, T entity)<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>>
InputStreamIGenericFileDao. getFileStream(IEntityContext ec, T entity)<E extends IFileDataEntity<?>,T extends IFileEntity<?,E>>
TIGenericFileDao. updateFileData(IEntityContext ec, T entity, byte[] data) - 
Uses of IFileDataEntity in de.xima.fc.encryption.db
Methods in de.xima.fc.encryption.db with type parameters of type IFileDataEntity Modifier and Type Method Description <E extends IFileDataEntity<?>,T extends IFileEntity<?,E>>
voidDBEncryptionProcessor. updateAllFiles(Class<T> fileprovidingClass, int pageSize, int threadCount) - 
Uses of IFileDataEntity in de.xima.fc.entities
Classes in de.xima.fc.entities with type parameters of type IFileDataEntity Modifier and Type Class Description classAAuthenticator<T extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>Abstract base class for user authenticatorsclassAFileEntity<E extends de.xima.cmn.dao.interfaces.IEntity<Long>,T extends IFileDataEntity<?>>classAPluginEntity<T extends IPluginFileEntity<?,?,?>,J extends IFileDataEntity<T>,C extends IFileDataEntity<T>>classAPluginEntity<T extends IPluginFileEntity<?,?,?>,J extends IFileDataEntity<T>,C extends IFileDataEntity<T>>classAPluginFileEntity<T extends IPluginEntity<?,?,?>,J extends IFileDataEntity<?>,C extends IFileDataEntity<?>>classAPluginFileEntity<T extends IPluginEntity<?,?,?>,J extends IFileDataEntity<?>,C extends IFileDataEntity<?>>Classes in de.xima.fc.entities that implement IFileDataEntity Modifier and Type Class Description classAEncryptedFileDataEntity<T extends IFileEntity<?,?>>classAFileDataEntity<T extends IFileEntity<?,?>>classAFormEncryptedFileDataEntity<T extends IFileEntity<?,?>>classAttachmentDateiDataclassClientAuthenticatorFileDataclassClientPluginConfigDataEntity for the configuration of an client-wide pluginclassClientPluginFileDataEntity for the binary data of an system-wide pluginclassFormEingangDateiDataclassFormTemplateFileDataclassFormTemplatePreviewclassFormTemplateThumbnailclassFormVersionBackupDataclassFormVersionDateiDataclassMandantRessourceDateiDataclassProjectPreviewFileDataclassProjektRessourceDateiDataclassSystemAuthenticatorFileDataclassSystemPluginConfigDataEntity for the configuration of an system-wide pluginclassSystemPluginFileDataEntity for the binary data of an system-wide pluginclassWorkflowVersionBackupDataJSON data with the backup of a workflow version. - 
Uses of IFileDataEntity in de.xima.fc.entities.interfaces
Classes in de.xima.fc.entities.interfaces with type parameters of type IFileDataEntity Modifier and Type Interface Description interfaceIAuthenticator<T extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>Common interface for user authenticator entities.interfaceIAuthentticatorFile<E extends de.xima.cmn.dao.interfaces.IEntity<Long>,T extends IFileDataEntity<?>>interfaceIFileEntity<E extends de.xima.cmn.dao.interfaces.IEntity<Long>,T extends IFileDataEntity<?>>interfaceIFileProviding<T extends IFileEntity<?,E>,E extends IFileDataEntity<T>>interfaceIPluginEntity<T extends IPluginFileEntity<?,?,?>,J extends IFileDataEntity<T>,C extends IFileDataEntity<T>>interfaceIPluginEntity<T extends IPluginFileEntity<?,?,?>,J extends IFileDataEntity<T>,C extends IFileDataEntity<T>>interfaceIPluginFileEntity<E extends IPluginEntity<?,?,?>,J extends IFileDataEntity<?>,C extends IFileDataEntity<?>>interfaceIPluginFileEntity<E extends IPluginEntity<?,?,?>,J extends IFileDataEntity<?>,C extends IFileDataEntity<?>> - 
Uses of IFileDataEntity in de.xima.fc.file
Methods in de.xima.fc.file with type parameters of type IFileDataEntity Modifier and Type Method Description <E extends IFileDataEntity<?>,T extends IFileProviding<?,E>>
byte[]GenericFileDao. getFileData(IEntityContext ec, Class<T> clazz, long id)<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>>
byte[]GenericFileDao. getFileData(IEntityContext ec, T entity)<E extends IFileDataEntity<?>,T extends IFileEntity<?,E>>
EGenericFileDao. getFileDataEntity(IEntityContext ec, T entity)<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>>
InputStreamGenericFileDao. getFileStream(IEntityContext ec, T entity)<E extends IFileDataEntity<?>,T extends IFileEntity<?,E>>
TGenericFileDao. updateFileData(IEntityContext ec, T entity, byte[] data) - 
Uses of IFileDataEntity in de.xima.fc.gui.bean.application
Methods in de.xima.fc.gui.bean.application with type parameters of type IFileDataEntity Modifier and Type Method Description <T extends IFileDataEntity<?>>
org.primefaces.model.StreamedContentDownloadBean. download(IFileProviding<?,T> resource) - 
Uses of IFileDataEntity in de.xima.fc.gui.bean.resource
Classes in de.xima.fc.gui.bean.resource with type parameters of type IFileDataEntity Modifier and Type Class Description classABasicResourceBean<E extends IFileDataEntity<?>,T extends IFileProviding<?,E> & INameProviding & IDescriptionProviding> - 
Uses of IFileDataEntity in de.xima.fc.gui.common.utils
Methods in de.xima.fc.gui.common.utils with type parameters of type IFileDataEntity Modifier and Type Method Description static <E extends IFileDataEntity<?>,T extends IFileProviding<?,E>>
FileFileUtils. 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 directorystatic <E extends IFileDataEntity<?>,T extends IFileProviding<?,E>>
FileFileUtils. 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 directorystatic <E extends IFileDataEntity<?>,T extends IFileProviding<?,E>>
FileFileUtils. 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 directorystatic <E extends IFileDataEntity<?>,T extends IFileProviding<?,E>>
FileFileUtils. getFile(T entity, File outDir)Gets theFilefrom anIFileProvidingentity placed within the specified output directorystatic <E extends IFileDataEntity<?>,T extends IFileProviding<?,E>>
org.primefaces.model.StreamedContentFileUtils. getStreamedContent(T entity)Gets aStreamedContentfor the givenIFileProvidingentity - 
Uses of IFileDataEntity in de.xima.fc.gui.model
Classes in de.xima.fc.gui.model with type parameters of type IFileDataEntity Modifier and Type Class Description classAuthPluginParameterModel<E extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>> - 
Uses of IFileDataEntity in de.xima.fc.handler.file
Methods in de.xima.fc.handler.file with type parameters of type IFileDataEntity Modifier and Type Method Description <E extends IFileDataEntity<?>,T extends IFileProviding<?,E>>
byte[]FileHandler. getUncachedFileData(UserContext uc, Class<T> clazz, long id)<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>>
byte[]FileHandler. getUncachedFileData(UserContext uc, T entity)<E extends IFileDataEntity<?>,T extends IFileEntity<?,E>>
TFileHandler. updateFileData(UserContext uc, T entity, byte[] data) - 
Uses of IFileDataEntity in de.xima.fc.handler.interfaces.file
Methods in de.xima.fc.handler.interfaces.file with type parameters of type IFileDataEntity Modifier and Type Method Description <E extends IFileDataEntity<?>,T extends IFileProviding<?,E>>
byte[]IFileHandler. getUncachedFileData(UserContext uc, Class<T> clazz, long id)<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>>
byte[]IFileHandler. getUncachedFileData(UserContext uc, T entity)<E extends IFileDataEntity<?>,T extends IFileEntity<?,E>>
TIFileHandler. updateFileData(UserContext uc, T entity, byte[] data) - 
Uses of IFileDataEntity in de.xima.fc.interfaces.auth
Classes in de.xima.fc.interfaces.auth with type parameters of type IFileDataEntity Modifier and Type Interface Description interfaceIAuthenticatorWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>Interface for authenticator wrappers - 
Uses of IFileDataEntity in de.xima.fc.interfaces.plugin.param.auth
Classes in de.xima.fc.interfaces.plugin.param.auth with type parameters of type IFileDataEntity Modifier and Type Interface Description interfaceIPluginFormAuthenticatorParams<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 - 
Uses of IFileDataEntity in de.xima.fc.interfaces.processing
Methods in de.xima.fc.interfaces.processing with type parameters of type IFileDataEntity Modifier and Type Method Description <E extends IFileDataEntity<?>>
FileIWorkflowProcessingContext. getSourceFile(Aktion aktion, IFileProviding<?,E> file)Deprecated.Methode zum Ermitteln und temporären Ablegen von Dateien aus der Datenbank. - 
Uses of IFileDataEntity in de.xima.fc.interfaces.workflow.execution
Method parameters in de.xima.fc.interfaces.workflow.execution with type arguments of type IFileDataEntity Modifier and Type Method Description default FileIWorkflowFileHandler. writeToSourceDir(WorkflowNode node, IFileProviding<?,? extends IFileDataEntity<?>> providing, String... subDirs)Writes the given binary data to a file in theIWorkflowFileHandler.sourceDirForNode(WorkflowNode, String...)of the given node, and returns a file pointing to the newly created file.default FileIWorkflowFileHandler. writeToTargetDir(WorkflowNode node, IFileProviding<?,? extends IFileDataEntity<?>> providing, String... subDirs)Writes the given binary data to a file in theIWorkflowFileHandler.targetDirForNode(WorkflowNode, String...)of the given node, and returns a file pointing to the newly created file.FileIWorkflowFileHandler. writeToTempDir(WorkflowNode node, IFileProviding<?,? extends IFileDataEntity<?>> providing, String... subDirs)Writes the given binary data to a file in theIWorkflowFileHandler.tempDirForNode(WorkflowNode, String...)of the given node, and returns a file pointing to the newly created file. - 
Uses of IFileDataEntity in de.xima.fc.plugin.interfaces.auth
Method parameters in de.xima.fc.plugin.interfaces.auth with type arguments of type IFileDataEntity Modifier and Type Method Description IPluginFormAuthenticatorRetValIPluginAuthenticatorType. 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. - 
Uses of IFileDataEntity in de.xima.fc.plugin.models.params.auth
Classes in de.xima.fc.plugin.models.params.auth with type parameters of type IFileDataEntity Modifier and Type Class Description classPluginFormAuthenticatorParams<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> - 
Uses of IFileDataEntity in de.xima.fc.web.common.auth.wrapper
Classes in de.xima.fc.web.common.auth.wrapper with type parameters of type IFileDataEntity Modifier and Type Class Description classFacebookWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>Wrappe for an facebook authenticatorclassGoogleWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>Wrapper for an google authenticatorclassOAuth20Wrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>classOIDCWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>Wrapper for an openid connect authenticatorclassPluginWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>Wrapper for a plugin authenticatorclassSAMLWrapper<T extends IAuthenticator<E>,E extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>Wrapper for an saml authenticator 
 -