Uses of Class
de.xima.fc.common.file.ByteArrayFile
Packages that use ByteArrayFile
Package
Description
Package for the API access of the model classes.
-
Uses of ByteArrayFile in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return types with arguments of type ByteArrayFileModifier and TypeMethodDescriptionMandantRessourcenAPI.handleDownloadResourceRequest(UserContext uc, long clientId, String resourceName, ETagRequest eTagRequest) Finds the content of aclient resourceby its resource name.MandantRessourcenAPI.handleDownloadResourceRequest(UserContext uc, UUID clientUuid, String resourceName, ETagRequest eTagRequest) Finds the content of aclient resourceby its resource name.ProjektRessourcenAPI.handleDownloadResourceRequest(UserContext uc, FrontendServer fs, Long clientId, Long projectId, String resourceName, ETagRequest eTagRequest) Gets theProjektRessourcefor the given client and project UUID, with the given name.ProjektRessourcenAPI.handleDownloadResourceRequest(UserContext uc, FrontendServer fs, Long projectId, String resourceName, ETagRequest eTagRequest) Gets theProjektRessourcefor the given client and project UUID, with the given name.ProjektRessourcenAPI.handleDownloadResourceRequest(UserContext uc, FrontendServer fs, Long clientId, UUID projectUuid, String resourceName, ETagRequest eTagRequest) Gets theProjektRessourcefor the given client and project UUID, with the given name.ProjektRessourcenAPI.handleDownloadResourceRequest(UserContext uc, FrontendServer fs, UUID clientUuid, Long projectId, String resourceName, ETagRequest eTagRequest) Gets theProjektRessourcefor the given client and project UUID, with the given name.ProjektRessourcenAPI.handleDownloadResourceRequest(UserContext uc, FrontendServer fs, UUID clientUuid, UUID projectUuid, String resourceName, ETagRequest eTagRequest) Gets theProjektRessourcefor the given client and project UUID, with the given name.FormThemeAPI.handleFormThemeFileRequest(UserContext uc, Long clientId, FormThemeFileReference fileReference, ETagRequest eTagRequest) Loads the content of the given form the file.FormThemeAPI.handleFormThemeFileRequest(UserContext uc, UUID clientUuid, FormThemeFileReference fileReference, ETagRequest eTagRequest) Loads the content of the given form the file. -
Uses of ByteArrayFile in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return types with arguments of type ByteArrayFileModifier and TypeMethodDescriptionMandantRessourceHandler.handleDownloadResourceRequest(UserContext uc, long clientId, String resourceName, ETagRequest eTagRequest) MandantRessourceHandler.handleDownloadResourceRequest(UserContext uc, UUID clientUuid, String resourceName, ETagRequest eTagRequest) ProjektRessourceHandler.handleDownloadResourceRequest(UserContext uc, FrontendServer fs, Long clientId, Long projectId, String resourceName, ETagRequest eTagRequest) ProjektRessourceHandler.handleDownloadResourceRequest(UserContext uc, FrontendServer fs, Long projectId, String resourceName, ETagRequest eTagRequest) ProjektRessourceHandler.handleDownloadResourceRequest(UserContext uc, FrontendServer fs, Long clientId, UUID projectUuid, String resourceName, ETagRequest eTagRequest) ProjektRessourceHandler.handleDownloadResourceRequest(UserContext uc, FrontendServer fs, UUID clientUuid, Long projectId, String resourceName, ETagRequest eTagRequest) ProjektRessourceHandler.handleDownloadResourceRequest(UserContext uc, FrontendServer fs, UUID clientUuid, UUID projectUuid, String resourceName, ETagRequest eTagRequest) -
Uses of ByteArrayFile in de.xima.fc.handler.file
Methods in de.xima.fc.handler.file that return types with arguments of type ByteArrayFileModifier and TypeMethodDescriptionstatic <File extends IFileProviding<?,Data> & INameProviding, Data extends IFileDataEntity<?>>
ETagResource<ByteArrayFile> FileHandler.handleDataEntityRequest(IEntityContext ec, Class<Data> dataClass, File fileProviding, ETagRequest eTagRequest) -
Uses of ByteArrayFile in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return types with arguments of type ByteArrayFileModifier and TypeMethodDescriptionIMandantRessourcenHandler.handleDownloadResourceRequest(UserContext uc, long clientId, String resourceName, ETagRequest eTagRequest) Finds the content of aclient resourceby its resource name.IMandantRessourcenHandler.handleDownloadResourceRequest(UserContext uc, UUID clientUuid, String resourceName, ETagRequest eTagRequest) Finds the content of aclient resourceby its resource name.IProjektRessourcenHandler.handleDownloadResourceRequest(UserContext uc, FrontendServer fs, Long clientId, Long projectId, String resourceName, ETagRequest eTagRequest) Gets theProjektRessourcefor the given client and project UUID, with the given name.IProjektRessourcenHandler.handleDownloadResourceRequest(UserContext uc, FrontendServer fs, Long projectId, String resourceName, ETagRequest eTagRequest) Gets theProjektRessourcefor the given client and project UUID, with the given name.IProjektRessourcenHandler.handleDownloadResourceRequest(UserContext uc, FrontendServer fs, Long clientId, UUID projectUuid, String resourceName, ETagRequest eTagRequest) Gets theProjektRessourcefor the given client and project UUID, with the given name.IProjektRessourcenHandler.handleDownloadResourceRequest(UserContext uc, FrontendServer fs, UUID clientUuid, Long projectId, String resourceName, ETagRequest eTagRequest) Gets theProjektRessourcefor the given client and project UUID, with the given name.IProjektRessourcenHandler.handleDownloadResourceRequest(UserContext uc, FrontendServer fs, UUID clientUuid, UUID projectUuid, String resourceName, ETagRequest eTagRequest) Gets theProjektRessourcefor the given client and project UUID, with the given name. -
Uses of ByteArrayFile in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system that return types with arguments of type ByteArrayFileModifier and TypeMethodDescriptionIFormThemeHandler.handleFormThemeFileRequest(UserContext uc, Long clientId, FormThemeFileReference fileReference, ETagRequest eTagRequest) Loads the content of the given form the file.IFormThemeHandler.handleFormThemeFileRequest(UserContext uc, UUID clientUuid, FormThemeFileReference fileReference, ETagRequest eTagRequest) Loads the content of the given form the file. -
Uses of ByteArrayFile in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system that return types with arguments of type ByteArrayFileModifier and TypeMethodDescriptionFormThemeHandler.handleFormThemeFileRequest(UserContext uc, Long clientId, FormThemeFileReference fileReference, ETagRequest eTagRequest) FormThemeHandler.handleFormThemeFileRequest(UserContext uc, UUID clientUuid, FormThemeFileReference fileReference, ETagRequest eTagRequest)