Uses of Interface
de.xima.fc.entities.interfaces.IFileProviding
-
Packages that use IFileProviding 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.entities Package 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.processing de.xima.fc.interfaces.workflow.execution de.xima.fc.logic.etag de.xima.fc.logic.filesystem -
-
Uses of IFileProviding in de.xima.fc
Methods in de.xima.fc with type parameters of type IFileProviding Modifier and Type Method Description static <E extends IFileDataEntity<?>,T extends IFileProviding<?,E>>
StringPathHandler.FS. getCacheDirPath(T entity) -
Uses of IFileProviding in de.xima.fc.api.cache
Methods in de.xima.fc.api.cache with type parameters of type IFileProviding 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 IFileProviding in de.xima.fc.api.file
Methods in de.xima.fc.api.file with type parameters of type IFileProviding 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) -
Uses of IFileProviding in de.xima.fc.bl.fdv
Methods in de.xima.fc.bl.fdv with parameters of type IFileProviding Modifier and Type Method Description <E extends IFileDataEntity<?>>
FileWorkflowProcessingContext. getSourceFile(Aktion aktion, IFileProviding<?,E> file)Deprecated. -
Uses of IFileProviding in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces with type parameters of type IFileProviding Modifier and Type Method Description <E extends IFileDataEntity<?>,T extends IFileProviding<?,E>>
byte[]IGenericFileDao. getFileData(IEntityContext ec, Class<T> entityClass, long id)Returns the file data of a file entity.<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>>
byte[]IGenericFileDao. getFileData(IEntityContext ec, T entity)Returns the file data of a file entity.<E extends IFileDataEntity<?>,T extends IFileProviding<?,E>>
InputStreamIGenericFileDao. getFileStream(IEntityContext ec, T entity)Methods in de.xima.fc.dao.interfaces with parameters of type IFileProviding Modifier and Type Method Description <Data extends IFileDataEntity<?>>
EntityIdWithLockingVersionIGenericFileDao. getDataEntityLockingVersion(IEntityContext ec, Class<Data> dataClass, IFileProviding<?,Data> fileProviding)Gets the ID and locking version of the data entity for the given file entity. -
Uses of IFileProviding in de.xima.fc.entities
Classes in de.xima.fc.entities that implement IFileProviding Modifier and Type Class Description classAttachmentDie KlasseAttachmentbeinhaltet Meta-Informationen zu einem im System verfügbaren Anhang.classFormEingangFormEingabeDaten +- Vorgang +- Eingangsinformationen (Datum, Nutzer) +- Mapping der Feldnamen-Alias auf die zugehörigen WerteclassFormTemplateclassFormVersionDie Entität FormVersion ermöglicht es verschiedene Versionen eines Formulars zu verwalten.classMandantRessourceclassProjektRessource -
Uses of IFileProviding in de.xima.fc.file
Methods in de.xima.fc.file with type parameters of type IFileProviding 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 IFileProviding<?,E>>
InputStreamGenericFileDao. getFileStream(IEntityContext ec, T entity)Methods in de.xima.fc.file with parameters of type IFileProviding Modifier and Type Method Description <Data extends IFileDataEntity<?>>
EntityIdWithLockingVersionGenericFileDao. getDataEntityLockingVersion(IEntityContext ec, Class<Data> dataClass, IFileProviding<?,Data> fileProviding) -
Uses of IFileProviding in de.xima.fc.gui.bean.application
Methods in de.xima.fc.gui.bean.application with parameters of type IFileProviding Modifier and Type Method Description <T extends IFileDataEntity<?>>
org.primefaces.model.StreamedContentDownloadBean. download(IFileProviding<?,T> resource) -
Uses of IFileProviding in de.xima.fc.gui.bean.resource
Classes in de.xima.fc.gui.bean.resource with type parameters of type IFileProviding Modifier and Type Class Description classABasicResourceBean<E extends IFileDataEntity<?>,T extends IFileProviding<?,E> & INameProviding & IDescriptionProviding> -
Uses of IFileProviding in de.xima.fc.gui.common.utils
Methods in de.xima.fc.gui.common.utils with type parameters of type IFileProviding 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 IFileProviding in de.xima.fc.gui.model
Constructors in de.xima.fc.gui.model with parameters of type IFileProviding Constructor Description FileProvidingWrapper(IFileProviding<?,?> resource, ERessourcenTyp resourceType) -
Uses of IFileProviding in de.xima.fc.handler.file
Methods in de.xima.fc.handler.file with type parameters of type IFileProviding 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)static <File extends IFileProviding<?,Data> & INameProviding,Data extends IFileDataEntity<?>>
ETagResource<ByteArrayFile>FileHandler. handleDataEntityRequest(IEntityContext ec, Class<Data> dataClass, File fileProviding, ETagRequest eTagRequest) -
Uses of IFileProviding in de.xima.fc.handler.interfaces.file
Methods in de.xima.fc.handler.interfaces.file with type parameters of type IFileProviding 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) -
Uses of IFileProviding in de.xima.fc.interfaces.processing
Methods in de.xima.fc.interfaces.processing with parameters of type IFileProviding 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 IFileProviding in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type IFileProviding 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. writeToSourceDir(WorkflowTrigger trigger, IFileProviding<?,? extends IFileDataEntity<?>> providing, String... subDirs)Writes the given binary data to a file in theIWorkflowFileHandler.sourceDirForTrigger(WorkflowTrigger, String...)of the given trigger, 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.default FileIWorkflowFileHandler. writeToTargetDir(WorkflowTrigger trigger, IFileProviding<?,? extends IFileDataEntity<?>> providing, String... subDirs)Writes the given binary data to a file in theIWorkflowFileHandler.targetDirForTrigger(WorkflowTrigger, String...)of the given trigger, 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.FileIWorkflowFileHandler. writeToTempDir(WorkflowTrigger trigger, IFileProviding<?,? extends IFileDataEntity<?>> providing, String... subDirs)Writes the given binary data to a file in theIWorkflowFileHandler.tempDirForTrigger(WorkflowTrigger, String...)of the given trigger, and returns a file pointing to the newly created file. -
Uses of IFileProviding in de.xima.fc.logic.etag
Methods in de.xima.fc.logic.etag with parameters of type IFileProviding Modifier and Type Method Description static <Data extends IFileDataEntity<?>>
StringETagFactory. eTagForFileProvidingEntity(IEntityContext ec, Class<Data> dataEntityType, IFileProviding<?,Data> file)Creates an ETag for a file providing entity. -
Uses of IFileProviding in de.xima.fc.logic.filesystem
Classes in de.xima.fc.logic.filesystem with type parameters of type IFileProviding Modifier and Type Class Description classFileProvidingEntityAdapter<Entity extends IFileProviding<File,Data>,File extends IFileEntity<Entity,Data> & IFileSizeProviding,Data extends IFileDataEntity<File>,Context>Afile entity adapterfor a generalfile providingentity.
-